postdoc-fellowship-matcher
Filter and match postdoctoral fellowship opportunities based on applicant nationality, years since PhD, and research field from a curated database.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aipoch-ai/postdoc-fellowship-matcherPostdoc Fellowship Matcher
Filter postdoctoral fellowships based on applicant nationality, years since PhD, and research area.
Quick Check
python -m py_compile scripts/main.py
python scripts/main.py --help
When to Use
- Use this skill when a postdoc applicant needs to identify eligible fellowships based on their nationality, career stage, and research field.
- Use this skill when comparing fellowship requirements and deadlines across multiple programs.
- Do not use this skill to draft fellowship applications, write personal statements, or guarantee eligibility determinations.
Workflow
- Confirm the applicant's nationality, years since PhD completion, and research field.
- Validate that the request is for fellowship matching, not application writing or eligibility certification.
- Filter the fellowship database against the provided criteria.
- Return a ranked list of eligible fellowships with deadlines, requirements, and notes.
- If inputs are incomplete, state which fields are missing and request only the minimum additional information.
Usage
python scripts/main.py --nationality US --years 1 --field "immunology"
python scripts/main.py --nationality CN --years 3 --field "structural biology" --name "Dr. Zhang"
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
--nationality | string | Yes | Applicant nationality (e.g., US, CN, DE) |
--years | integer | Yes | Years since PhD completion |
--field | string | Yes | Research field (e.g., immunology, neuroscience) |
--name | string | No | Applicant name (for report header) |
Fellowship Database
Includes: NIH F32 · NSF Postdoctoral Fellowships · HFSP Fellowship · EMBO Fellowship · Marie Curie Fellowships · Schmidt Science Fellows
→ Full fellowship details: references/fellowships.md
Field Input Normalization
The --field parameter accepts free-text research field names. Common aliases are normalized automatically:
| Input | Normalized To |
|---|---|
structural bio | structural biology |
cell bio | cell biology |
neuro | neuroscience |
immuno | immunology |
If your field is not recognized, the skill will return the closest matches and ask you to confirm.
Output
- Eligible fellowships list with match rationale
- Deadlines and key requirements per fellowship
- Notes on eligibility caveats and verification steps
Scope Boundaries
- Fellowship data reflects the built-in database; verify current deadlines and requirements on official program websites before applying.
- This skill does not access live fellowship databases or real-time deadline updates.
- Eligibility output is a filter result, not a legal or official determination.
Stress-Case Rules
For complex multi-constraint requests, always include these explicit blocks:
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aipoch-ai-postdoc-fellowship-matcher": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
mechanism-flowchart
Generates Mermaid flowchart code and visual diagrams for pathophysiological.
reference-style-sync
One-click synchronization and standardization of reference formats in literature management tools, intelligently fixing metadata errors.
metagenomic-krona-chart
Analyze data with `metagenomic-krona-chart` using a reproducible workflow, explicit validation, and structured outputs for review-ready interpretation.
pptx-posters
Generate PowerPoint presentations and academic posters from paper abstracts or full paper content, with automatic layout optimization and citation formatting.
anatomy-quiz-master
Generate interactive anatomy quizzes for medical education with multiple question types, difficulty levels, and anatomical regions. Supports gross anatomy, neuroanatomy, and clinical correlations for self-assessment and exam preparation.