← 返回 Skills 市场
90
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install neoantigen-predictor
功能描述
Generate NIH Biosketch documents compliant with the 2022 OMB-approved.
安全使用建议
Do not assume this package provides a neoantigen prediction tool — the name/slug and the shipped content disagree. Before installing or running: (1) confirm with the publisher which functionality you intended to get; (2) inspect scripts/main.py yourself (you can run python -m py_compile scripts/main.py to check syntax); (3) run the script in a sandboxed environment or container if you need to execute it; (4) expect the script to contact NCBI/Entrez (network access) and to read a JSON input and write a DOCX output; (5) if you expected a neoantigen predictor, reject this package and ask for the correctly labeled skill or a verified source. The mismatch in name/metadata and unknown source are the main reasons for caution.
功能分析
Type: OpenClaw Skill
Name: neoantigen-predictor
Version: 1.0.0
The skill is a legitimate tool for generating NIH-compliant Biosketch documents in DOCX format. The core logic in `scripts/main.py` uses standard libraries (`python-docx` and `requests`) to process user-provided JSON data and fetch publication metadata from the official NIH PubMed API (eutils.ncbi.nlm.nih.gov). The documentation in `SKILL.md` is transparent about its capabilities, including a risk assessment for network and file access, and contains no instructions designed to subvert the agent or exfiltrate sensitive data.
能力评估
Purpose & Capability
Registry metadata (name: 'Neoantigen Predictor', slug: 'neoantigen-predictor') conflicts with the SKILL.md and scripts which implement 'nih-biosketch-builder' (NIH biosketch generation). This mismatch suggests repackaging or mislabeling — a skill claiming one capability but containing unrelated code is incoherent and potentially misleading.
Instruction Scope
SKILL.md's runtime instructions are scoped to validating inputs, running scripts/main.py, and optionally importing PubMed data. The instructions explicitly mention network access to PubMed and writing DOCX output; they do not request unrelated system files or credentials. This scope is consistent with the biosketch purpose, but it does not match the registry name.
Install Mechanism
No install spec is provided (instruction-only packaging with an included script). Dependencies are standard Python packages (python-docx, requests) listed in requirements.txt — no external downloads, URL fetches for code, or archive extraction in the install metadata.
Credentials
The skill requires no environment variables, no credentials, and no special config paths. The included code uses requests to call NCBI PubMed APIs (expected for auto-importing publications) and writes DOCX files — these are proportionate to the declared biosketch functionality.
Persistence & Privilege
Skill is not always-on, has no elevated persistence flags, and does not declare changes to other skills or global agent configuration. Autonomous invocation is enabled by default but is not combined here with broad credentials or always:true.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install neoantigen-predictor - 安装完成后,直接呼叫该 Skill 的名称或使用
/neoantigen-predictor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: NIH Biosketch Builder skill (v1.0.0)
- Generates NIH Biosketch documents compliant with the 2022 OMB-approved format.
- Command-line interface supports JSON input and DOCX output in official template.
- Auto-imports publication data from PubMed using PMID.
- Includes workflow guidelines, error handling, and security checklist.
- Provides audit-ready commands and explicit output requirements.
- Contains reference material and usage examples for academic grant applications.
元数据
常见问题
Neoantigen Predictor 是什么?
Generate NIH Biosketch documents compliant with the 2022 OMB-approved. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。
如何安装 Neoantigen Predictor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install neoantigen-predictor」即可一键安装,无需额外配置。
Neoantigen Predictor 是免费的吗?
是的,Neoantigen Predictor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Neoantigen Predictor 支持哪些平台?
Neoantigen Predictor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Neoantigen Predictor?
由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills