← 返回 Skills 市场
99
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install uniprot-query
功能描述
Query UniProt database for protein sequences, metadata, and search by criteria. Use this skill when: (1) Looking up protein information by UniProt accession...
安全使用建议
This skill appears coherent and limited to querying UniProt. Before installing: (1) ensure your agent environment has network access and that external HTTP requests to rest.uniprot.org are acceptable; (2) be aware the examples write files to ./tmp/uniprot (check disk/write policies); (3) the examples call an existing OpenBioMed tool (TOOLS["protein_uniprot_request"]) — if that tool is absent the skill may fail; (4) no credentials are requested, but watch for rate limiting when making many queries. If you require stricter isolation, run the example scripts in a sandboxed environment.
功能分析
Type: OpenClaw Skill
Name: uniprot-query
Version: 1.0.0
The uniprot-query skill bundle is a legitimate tool for retrieving protein metadata and searching the UniProt database. The provided Python scripts (lookup_by_id.py and search_by_criteria.py) interact exclusively with the official UniProt REST API (rest.uniprot.org) and perform standard data parsing and reporting tasks. There is no evidence of malicious intent, data exfiltration, or prompt injection within the code or documentation.
能力评估
Purpose & Capability
Name/description (UniProt queries, metadata, sequences) aligns with the code and SKILL.md: all networking is to UniProt endpoints and the skill also leverages an existing OpenBioMed tool for sequence retrieval. There are no unrelated binaries, credentials, or services requested.
Instruction Scope
Runtime instructions and example scripts only perform HTTP GET requests to rest.uniprot.org, parse JSON responses, generate human-readable reports, and write outputs to a local ./tmp/uniprot directory. They do not read unrelated system files, access environment variables, or transmit data to external endpoints beyond UniProt.
Install Mechanism
This is an instruction-only skill with example scripts and reference docs; there is no install spec, no external archive downloads, and no packages are being added at install time.
Credentials
The skill declares no required environment variables, credentials, or config paths. The example code uses an existing TOOLS entry (protein_uniprot_request) which is reasonable for the described functionality; no secrets are requested or used.
Persistence & Privilege
always is false (default). The skill does not attempt to modify other skills or system-wide agent settings. It writes outputs to a local subdirectory it creates, which is expected for report generation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install uniprot-query - 安装完成后,直接呼叫该 Skill 的名称或使用
/uniprot-query触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of uniprot-query skill.
- Enables querying the UniProt database for protein sequences and comprehensive metadata.
- Supports lookup by UniProt accession ID and searching by gene name, organism, function, or disease.
- Retrieves detailed protein information, including domains, PTMs, annotations, and disease associations.
- Provides query syntax guidance for advanced and flexible searches.
- Includes sample workflows and error-handling advice for robust usage.
元数据
常见问题
UniProt Query 是什么?
Query UniProt database for protein sequences, metadata, and search by criteria. Use this skill when: (1) Looking up protein information by UniProt accession... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。
如何安装 UniProt Query?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install uniprot-query」即可一键安装,无需额外配置。
UniProt Query 是免费的吗?
是的,UniProt Query 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
UniProt Query 支持哪些平台?
UniProt Query 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 UniProt Query?
由 HollyYa(@hollyya)开发并维护,当前版本 v1.0.0。
推荐 Skills