← 返回 Skills 市场
113
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nih-biosketch-builder
功能描述
Generate NIH Biosketch documents compliant with the 2022 OMB-approved.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nih-biosketch-builder - 安装完成后,直接呼叫该 Skill 的名称或使用
/nih-biosketch-builder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
NIH Biosketch Builder 是什么?
Generate NIH Biosketch documents compliant with the 2022 OMB-approved. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 113 次。
如何安装 NIH Biosketch Builder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nih-biosketch-builder」即可一键安装,无需额外配置。
NIH Biosketch Builder 是免费的吗?
是的,NIH Biosketch Builder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
NIH Biosketch Builder 支持哪些平台?
NIH Biosketch Builder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 NIH Biosketch Builder?
由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills