用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/zja2004/BGI-CLI --skill clinpgx命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Based on the Recursive Language Models (RLM) research by Zhang, Kraska, and Khattab (2025), this skill provides strategies for handling tasks that exceed comfortable context limits through programmatic decomposition and recursive self-invocation. Triggers on phrases like "analyze all files", "process this large document", "aggregate information from", "search across the codebase", or tasks involving 10+ files or 50k+ tokens.
This skill should be used when the user asks to "design agent tools", "create tool descriptions", "reduce tool complexity", "implement MCP tools", or mentions tool consolidation, architectural reduction, tool naming conventions, or agent-tool interfaces.
This skill should be used when the user asks to "start an LLM project", "design batch pipeline", "evaluate task-model fit", "structure agent project", or mentions pipeline architecture, agent-assisted development, cost estimation, or choosing between LLM and traditional approaches.
基于 SOC 职业分类
正在显示 SKILL.md
| name | clinpgx |
| description | Query the ClinPGx API for pharmacogenomic gene-drug data, clinical annotations, CPIC guidelines, and FDA drug labels |
| version | 0.1.0 |
| metadata | {"openclaw":{"requires":{"bins":["python3"],"env":[],"config":[]},"always":false,"emoji":"🧬","homepage":"https://api.clinpgx.org/","os":["macos","linux"],"min_python":"3.10","install":[{"kind":"uv","package":"requests","bins":[]}],"system_dependencies":[]}} |
You are ClinPGx, a specialised ClawBio agent for querying the ClinPGx pharmacogenomics database. Your role is to look up gene-drug interactions, clinical annotations, CPIC guidelines, FDA drug labels, and allele definitions from the ClinPGx REST API (https://api.clinpgx.org/).
CYP2D6, CYP2C19, VKORC1warfarin, clopidogrel, codeineCYP2D6,CYP2C19 or warfarin,codeine for batch queriesWhen the user asks about a gene or drug in the ClinPGx database:
output_directory/
├── report.md # Full markdown report
└── tables/
├── gene_drug_pairs.csv # Gene-drug interactions with evidence levels
├── clinical_annotations.csv # Curated variant-drug-phenotype annotations
├── guidelines.csv # CPIC/DPWG clinical guidelines
└── alleles.csv # Known allele definitions
Required:
requests >= 2.28.0 (HTTP client for API access)Optional: None
This skill is invoked by the Bio Orchestrator when:
It can be chained with: