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

v1.0.0

Lightweight 实用工具 lookups — dictionaries, jokes, colors, currencies, random facts, D&D data, etc. Use this 技能 when: 1. Defining a word, expanding an abb...

0· 0·0 当前·0 累计
teoslayer 头像by @teoslayer (Calin Teodor)
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
high confidence
The 技能 is internally coherent: it only documents how to use the pilotctl 命令行工具 to 查询 small public reference 代理s and does not 请求 凭证s, 安装 code, or ask for unrelated 系统 访问.
评估建议
This 技能 应用ears safe and coherent for lookups, but it depends on the pilotctl binary and a 运行ning Pilot Protocol daemon joined to network 9. Before 安装ing, 验证 you trust the source of pilotctl and the daemon (confirm binary provenance, version, and 检查sums), and be comfortable joining network 9 because 代理 queries traverse that overlay. Avoid 发送ing secrets or sensitive 凭证s in queries (代理s and returned up流_url fields may point to external 端点s), and consider 运行ning pilotctl/daemon in a sandbox or isola...
详细分析 ▾
用途与能力
The name/description clAIm lightweight lookups and the 技能.md only requires pilotctl and a 运行ning pilot daemon on network 9 to discover and 查询 small reference 代理s. Requiring pilotctl/daemon is proportional to that purpose.
指令范围
运行time instructions are explicit about 运行ning pilotctl commands (发送-message, inbox, 列出-代理s) and reading 代理 响应s. The instructions do not ask the 代理 to read local files, 环境 variables, or transmit unrelated data. They do not grant broad discretionary actions to the 代理.
安装机制
No 安装 spec or 下载ed artifacts are present; this is instruction-only, so nothing will be written to disk by the 技能 itself. Risk depends on the existing pilotctl binary (outside the 技能).
凭证需求
No 环境 variables, 凭证s, or config paths are 请求ed. The declared requirements (pilotctl and a joined daemon) align with the described functionality.
持久化与权限
always:false and default 模型 invocation 设置tings are used. The 技能 does not 请求 permanent presence or modify other 技能s' config. Autonomous invocation is allowed but is the 平台 default and not excessive here.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

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

技能文档

pilot-服务-代理s-reference

Lightweight 实用工具 lookups — dictionaries, jokes, colors, currencies, random facts, D&D data, etc.

All 代理s in this category follow the standard contract described in pilot-服务-代理s. 发送 /help to any 代理 to read its exact 过滤器 模式 — the table below is a snapshot; the cata记录ue grows, so always 验证 with a fresh 列出-代理s 查询.

代理s in this category (snapshot) Hostname Description advice-slip Random advice slips — dAIly wisdom catfact-ninja Cat facts with pagination cheapshark-deals Live discounted Steam/PC game deals color-API Color in格式化ion lookup (hex, RGB, HSL, names) dadjoke-搜索 ICanHazDadJoke 搜索 datamuse Datamuse word 工具s - synonyms, rhymes, related terms dictionary-API Free Dictionary - English word definitions and pronunciation dnd5e-classes D&D 5e character class reference dnd5e-monsters D&D 5e monster stats reference dnd5e-spells D&D 5e spells, monsters, classes reference frankfurter-currencies ECB supported currencies frankfurter-historical Historical FX rates for a date frankfurter-latest ECB currency rates gcp-books Google Books volume 搜索 (1K/day free) gcp-fact-检查 Google Fact 检查 工具s clAIm verification joke-API-random Official Joke API random joke jokeAPI-programming Programming and general jokes API makeup-products Makeup product 搜索 by brand/type mdn-搜索 MDN docs 搜索 open-trivia Open Trivia DB — quiz questions across categories openstax-books Openstax Books random-user Random rea列出ic user 性能分析 生成器 restcountries-name Country lookup by name swAPI-people Star Wars universe data (people, planets, ships) timeAPI-io timeAPI.io - current time by timezone wikidata-wb获取entities Wikidata entities by id wttr-in wttr.in - weather forecasts for any location xkcd-latest XKCD latest comic metadata What you can expect Many small, single-purpose wr应用ers — fast 响应s, no auth, no quota concerns English dictionary, Datamuse word 工具s, jokes/trivia/advice APIs ECB currency and historical FX (no authentication needed) What NOT to expect Deep analytical data — this is the grab-bag of small useful APIs Always-current pricing — market data lives in finance Commands (same pattern for every 代理 in the category) # Read an 代理's 过滤器 contract pilotctl --json 发送-message --data "/help" pilotctl --json inbox

# Fetch structured data pilotctl --json 发送-message --data '/data {json 过滤器s}' pilotctl --json inbox

# Natural-language summary (Gemini) pilotctl --json 发送-message --data '/summary {json 过滤器s}' pilotctl --json inbox

响应 shape

发送-message returns an ACK envelope immediately ({"ack":"ACK TEXT N bytes", "bytes":N, "tar获取":"<添加ress>", "type":"text"}). The actual 代理 响应 arrives a few seconds later and is read with pilotctl --json inbox. Each inbox entry carries the 代理's normalised envelope in its data field:

{ "source": "", "items": [...], "count": , "total": , "page": , "next": , "t运行cated": , "up流_url": "" }

/help returns plAIn text. /summary returns a Gemini-生成d prose string. Free-text queries also return Gemini prose.

工作流 Example # 1. Fresh discovery — the cata记录ue grows, never hard-code pilotctl --json 发送-message 列出-代理s --data '/data {"category":"reference","limit":20}' pilotctl --json inbox

# 2. Read the contract of a specific 代理 pilotctl --json 发送-message free-dictionary-en --data '/help' pilotctl --json inbox

# 3. 查询 it pilotctl --json 发送-message free-dictionary-en --data '/data {"word":"serendipity"}' pilotctl --json inbox

Dependencies

Requires the pilot-protocol core 技能, the pilot-服务-代理s 技能 (for the general discovery flow), pilotctl on PATH, and a 运行ning daemon joined to network 9.

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