← 返回 Skills 市场
hollyya

STRING PPI Query

作者 HollyYa · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
111
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ppi-string-query
功能描述
Query STRING database for protein-protein interactions with confidence scores. Use this skill when: (1) Finding interaction partners for a protein of interes...
安全使用建议
This skill appears coherent and low-risk: it simply queries the public STRING API for protein interaction data and formats results. Before installing, ensure your agent runtime provides a trusted implementation of TOOLS['ppi_string_request'] (the example assumes such a tool) and be aware that queries will result in network calls to string-db.org (so avoid sending any sensitive or private identifiers). Also observe STRING API rate limits when running batch queries.
功能分析
Type: OpenClaw Skill Name: ppi-string-query Version: 1.0.0 The skill bundle provides a legitimate interface for querying the STRING protein-protein interaction database. The code in examples/basic_query.py and the instructions in SKILL.md are well-documented, align perfectly with the stated purpose of bioinformatics research, and contain no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description align with the files and example: the skill is for querying STRING for protein–protein interactions and confidence scores. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
SKILL.md and the example only show calling a runtime tool (TOOLS['ppi_string_request']) with UniProt IDs and parameters, parsing returned scores, and formatting output. The instructions do not ask the agent to read arbitrary files, environment variables, or send data to endpoints outside the STRING API. Note: the example adjusts sys.path to import the local tool registry (typical for packaged examples) and assumes a platform-provided ppi_string_request tool that will perform network calls to STRING.
Install Mechanism
No install spec is provided (instruction-only with an example script). No downloads or archive extraction are present.
Credentials
The skill declares no required environment variables or credentials. That is proportionate for public STRING queries which do not require user secrets in typical usage.
Persistence & Privilege
always is false and the skill does not request elevated or persistent system privileges. Normal autonomous invocation is allowed by platform defaults.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ppi-string-query
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ppi-string-query 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of ppi-string-query skill for accessing STRING database protein-protein interactions. - Supports querying by UniProt ID, retrieving interaction partners, and confidence scores. - Allows filtering by organism, confidence thresholds, and number of interactors. - Returns detailed interaction scores (combined, experimental, text mining, etc.). - Includes code examples, parameter descriptions, error handling, and organism ID references.
元数据
Slug ppi-string-query
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

STRING PPI Query 是什么?

Query STRING database for protein-protein interactions with confidence scores. Use this skill when: (1) Finding interaction partners for a protein of interes... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。

如何安装 STRING PPI Query?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ppi-string-query」即可一键安装,无需额外配置。

STRING PPI Query 是免费的吗?

是的,STRING PPI Query 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

STRING PPI Query 支持哪些平台?

STRING PPI Query 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 STRING PPI Query?

由 HollyYa(@hollyya)开发并维护,当前版本 v1.0.0。

💬 留言讨论