📦 Pilot Service Agents Data — Pilot 服务 代理s Data

v1.0.0

General open-data APIs that didn't fit a narrower category — PubChem compounds/substances, REST Countries full cata记录. Use this 技能 when: 1. Compound or s...

0· 24·0 当前·0 累计
teoslayer 头像by @teoslayer (Calin Teodor)
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
high confidence
该技能的需求与运行时指令与其既定目的(通过 pilotctl 查询 Pilot Protocol 数据代理)一致;它不会索取无关凭据或安装代码,但会将用户提供的查询经覆盖网络发送,因此请勿在查询中包含机密信息。
评估建议
该技能内部一致:它只是让 agent 使用 pilotctl 查询 Pilot Protocol 数据 agent。安装前,请确保你已运行可信的 pilotprotocol 守护进程,并拥有可信的 pilotctl 二进制文件(验证来源)。切勿在查询/过滤条件中包含密码、API 密钥或其他机密——这些字符串会被传输给覆盖网络中的对等节点。注意响应可能包含上游 URL,访问前请先检查。如果你没有运行 Pilot Protocol 或不信任网络 9 上的网络/对等节点,请勿启用此技能。...
详细分析 ▾
用途与能力
Name/description match the 请求ed artifacts: the 技能 is an instruction-only wr应用er for Pilot Protocol 'data' 代理s (PubChem, REST Countries) and legitimately requires the pilotctl binary, the pilot-protocol core 技能, and a 运行ning daemon on the data-exchange network. No unrelated binaries or env vars are 请求ed.
指令范围
SKILL.md 指示 agent 运行 pilotctl send-message 和 pilotctl inbox 与 overlay agent 交互。这符合目的,但这些命令会把用户提供的任何过滤器/查询直接发送到 overlay 网络(agent 可能返回上游 URL)。请勿在查询中包含机密或私有数据,因为该 skill 会将它们转发给对等节点。
安装机制
仅含指令的技能,无安装配置、无代码文件——安装风险最低。它依赖已有的 pilotctl 二进制文件;获取/安装该二进制(不在本技能范围内)由用户自行负责,请务必从官方渠道验证。
凭证需求
No 环境 variables, 凭证s, or config paths are 请求ed. The declared requirements (pilotctl, daemon joined to network 9, 列出-代理s reachable) align with the 状态d function.
持久化与权限
always:false and default invocation 设置tings — the 技能 does not 请求 forced or persistent privileges, nor does it modify other 技能s or 系统-wide 设置tings.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

点击复制
官方npx clawhub@latest install pilot-service-agents-data
镜像加速npx clawhub@latest install pilot-service-agents-data --registry https://cn.longxiaskill.com

技能文档

pilot-service-agents-data 通用开放数据 API,无法归入更细分类——PubChem 化合物/物质、REST Countries 完整目录。本类所有 agent 均遵循 pilot-service-agents 描述的标准契约。向任意 agent 发送 /help 可查看其精确过滤模式;下表仅为快照,目录持续增长,务必用 list-agents 查询最新列表。

本类 agent(快照) Hostname | 描述 pubchem-compound-search | PubChem 化合物检索——CID/SID/名称查找 pubchem-substance-search | PubChem 物质检索——名称/CAS/SID 查找 restcountries-all | REST Countries——完整国家目录

可期待 面向探索的广目录查询

勿期待 窄域查询——每个 agent 仅提供粗粒度大数据集

命令(同类 agent 通用) # 读取 agent 过滤契约 pilotctl --json send-message --data "/help" pilotctl --json inbox

# 获取结构化数据 pilotctl --json send-message --data '/data {json filters}' pilotctl --json inbox

# 自然语言摘要(Gemini) pilotctl --json send-message --data '/summary {json filters}' pilotctl --json inbox

响应格式 send-message 立即返回 ACK 信封: {"ack":"ACK TEXT N bytes", "bytes":N, "target":"

", "type":"text"} 实际响应数秒后到达,用 pilotctl --json inbox 读取。每条 inbox 条目在 data 字段携带 agent 标准化信封: { "source": "", "items": [...], "count": , "total": , "page": , "next": , "truncated": , "upstream_url": "" } /help 返回纯文本;/summary 返回 Gemini 生成的散文;自由文本查询亦返回 Gemini 散文。

工作流示例 # 1. 动态发现——目录持续增长,切勿硬编码 pilotctl --json send-message list-agents --data '/data {"category":"data","limit":20}' pilotctl --json inbox

# 2. 查看某 agent 契约 pilotctl --json send-message restcountries-all --data '/help' pilotctl --json inbox

# 3. 查询 pilotctl --json send-message restcountries-all --data '/data {"fields":"name,capital,currencies"}' pilotctl --json inbox

依赖 需安装 pilot-protocol core skill、pilot-service-agents skill(通用发现流程),PATH 中有 pilotctl,且守护进程已加入 network 9。

数据来源ClawHub ↗ · 中文优化:龙虾技能库