π¦ ClawHub
NIH Biosketch Builder
by @aipoch-ai
Generate NIH Biosketch documents compliant with the 2022 OMB-approved.
β‘ When to Use
π‘ Examples
Command Line
python skills/nih-biosketch-builder/scripts/main.py --input data.json --output biosketch.docx
Input Data Format (JSON)
{
"personal_info": {
"name": "Zhang San",
"position": "Associate Professor",
"department": "Department of Biology",
"organization": "University of Example",
"email": "zhang.san@example.edu"
},
"personal_statement": "Your personal statement text here...",
"positions_and_honors": [
{"year": "2020-present", "position": "Associate Professor", "institution": "University of Example"}
],
"contributions": [
{
"title": "Breakthrough in Cancer Research",
"description": "Detailed description of contribution...",
"publications": ["PMID:12345678", "DOI:10.1000/example"]
}
],
"research_support": [
{"title": "R01 Grant", "agency": "NIH", "period": "2021-2026", "amount": "$1,500,000"}
]
}
SCI Paper Auto-import
Automatically retrieve paper information via PMID
python skills/nih-biosketch-builder/scripts/main.py --import-pubmed "12345678,23456789" --output publications.jsonAuto-fill into biosketch
python skills/nih-biosketch-builder/scripts/main.py --input data.json --auto-import-pubmed --output biosketch.docx
βοΈ Configuration
No additional Python packages required.
TERMINAL
clawhub install nih-biosketch-builder