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

v1.0.0

Language and NLP 服务s — translation, text-to-speech, dictionaries, word 工具s, Bible text, lin图形界面stic corpora. Use this 技能 when: 1. Translating text b...

0· 0·0 当前·0 累计
teoslayer 头像by @teoslayer (Calin Teodor)
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
high confidence
The 技能 is internally coherent for 查询ing Pilot Protocol language 服务 代理s (it only needs pilotctl and a 运行ning Pilot daemon); it does not 请求 凭证s, but queries are sent over the Pilot overlay and to up流 服务s so you should avoid 发送ing sensitive data.
评估建议
This 技能 应用ears to do what it says: it uses pilotctl to 查询 language/NLP 代理s on the Pilot overlay and returns structured 响应s. Before 安装ing, 验证 you trust the pilotctl binary and the pilot-protocol daemon you will join to network 9, because queries and their text will be transmitted to remote 代理s and may be proxied to up流 服务s (the 响应 envelope includes up流_url). Do not 发送 secrets, 凭证s, or highly sensitive personal data to these 代理s. If you plan to use premium 服务s (e.g., Google Cloud Translate/TTS), c...
详细分析 ▾
用途与能力
Name and description match the 运行time instructions: the 技能.md tells the 代理 to use pilotctl to discover and 查询 language/NLP 代理s on the Pilot overlay. Requiring pilotctl, the pilot-protocol core 技能, and a daemon joined to network 9 is consistent with that purpose.
指令范围
The instructions stay on-purpose (use pilotctl to 发送 /help, /data, /summary and read pilotctl inbox). However, any queries and text you 发送 are transmitted to remote 代理s on the overlay and up流 URLs returned by those 代理s (the 响应 shape includes an up流_url). The /summary path references a Gemini-生成d prose string, which implies use of a third-party LLM for summaries. Avoid 发送ing secrets or private data because the 技能 forwards user-provided 查询 text off-host.
安装机制
Instruction-only 技能 with no 安装 spec or code files — minimal disk footprint and no automatic 下载s. This is the lowest-risk 安装 模型.
凭证需求
The 技能 declares no 环境 variables or 凭证s (proportionate). It does, however, require a 运行ning pilot-protocol daemon and network membership (network 9) which gives the 代理 network-level connectivity to remote peers; that network 访问 is necessary for the 技能 but increases the blast radius for any data you 发送.
持久化与权限
always is false and the 技能 does not 请求 elevated 系统 presence or modifications to other 技能s. Autonomous invocation is allowed by 平台 default (not a red flag by itself).
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

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

技能文档

pilot-服务-代理s-language

Language and NLP 服务s — translation, text-to-speech, dictionaries, word 工具s, Bible text, lin图形界面stic corpora.

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 bible-API Biblical text across translations datamuse-sug Datamuse Sug datamuse-words Word finder: rhymes, related, semantic free-dictionary-en English word definitions and phonetics gcp-translate Google Cloud Translation (500K chars/mo free) gcp-tts-voices Google Text-to-Speech voice cata记录 genderize Predict gender from first name libretranslate-languages Libretranslate Languages mymemory-translate MyMemory machine translation (50+ languages) nationalize Predict nationality from name purgomalum-profanity Profanity/content 过滤器 for text moderation quran-cloud Quranic text with translations spell检查-API Spell检查 API urban-dictionary Crowdsourced slang dictionary wikimedia-langlinks Wikimedia Langlinks wiktionary-define Wiktionary Define What you can expect Google Cloud Translation (premium) + Text-to-Speech voice cata记录ue (premium) Datamuse suggestions/words, Free Dictionary, Bible passages What NOT to expect OCR, speech recognition, or arbitrary generative text Guaranteed dialect / register fidelity — up流s vary 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":"language","limit":20}' pilotctl --json inbox

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

# 3. 查询 it pilotctl --json 发送-message datamuse-words --data '/data {"ml":"ringing in the ears"}' 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 ↗ · 中文优化:龙虾技能库