← Back to Skills Marketplace
113
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install nih-biosketch-builder
Description
Generate NIH Biosketch documents compliant with the 2022 OMB-approved.
Usage Guidance
This package appears coherent and focused, but remember it includes executable Python code that will run on your machine and may access the public NCBI eutils API if you use the PubMed import feature. Before running: (1) inspect scripts/main.py to confirm there are no unexpected network endpoints or data-collection behaviors, (2) run python -m py_compile scripts/main.py and try --help, (3) run first in a sandbox or isolated environment if you are unsure, and (4) be aware that any input JSON you provide will be read and the output DOCX will be written locally (no credentials are requested). If you need absolute assurance, review the full script or run it on a disposable VM.
Capability Analysis
Type: OpenClaw Skill
Name: nih-biosketch-builder
Version: 1.0.0
The skill bundle is a legitimate tool for generating NIH-compliant Biosketch documents. The primary script (scripts/main.py) implements functionality to fetch publication data from the official NIH PubMed API (eutils.ncbi.nlm.nih.gov) and generate Word documents using the python-docx library. The instructions in SKILL.md are well-structured, emphasizing input validation and error handling without any signs of prompt injection or malicious intent. No evidence of data exfiltration, unauthorized file access, or suspicious execution patterns was found.
Capability Assessment
Purpose & Capability
The name/description match the delivered artifacts: SKILL.md documents how to run scripts/main.py and the repository contains a Python implementation that builds DOCX biosketches and (optionally) fetches publication data from NCBI PubMed. The declared dependencies (python-docx and requests) are proportionate to that purpose.
Instruction Scope
Runtime instructions are narrowly scoped to validating inputs, running the provided script, and producing a DOCX. The SKILL.md does not instruct reading unrelated system files or exfiltrating data. The only external network access described is to the NCBI eutils PubMed API, which is appropriate for the 'auto-import-pubmed' feature.
Install Mechanism
There is no automated install spec (instruction-only skill with an included script). Dependency installation is via normal pip packages (python-docx/requests) referenced in SKILL.md/requirements.txt, which is standard and expected.
Credentials
The skill requests no environment variables, no credentials, and no config paths. Network access to a public NIH API is the only external interaction and is justified by the PubMed import functionality.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent privileges. It does not modify other skills or agent configuration per the provided files.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nih-biosketch-builder - After installation, invoke the skill by name or use
/nih-biosketch-builder - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the NIH Biosketch Builder.
- Generates NIH Biosketch documents compliant with the 2022 OMB-approved format.
- Command-line tool creates DOCX output from user-supplied JSON data.
- Supports PubMed paper auto-import via PMID/DOI.
- Includes robust workflow, fallback/error handling, and reproducibility requirements.
- Provides reference material, security checklist, and evaluation/test protocols.
Metadata
Frequently Asked Questions
What is NIH Biosketch Builder?
Generate NIH Biosketch documents compliant with the 2022 OMB-approved. It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.
How do I install NIH Biosketch Builder?
Run "/install nih-biosketch-builder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is NIH Biosketch Builder free?
Yes, NIH Biosketch Builder is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does NIH Biosketch Builder support?
NIH Biosketch Builder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created NIH Biosketch Builder?
It is built and maintained by AIpoch (@aipoch-ai); the current version is v1.0.0.
More Skills