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

v1.0.0

Package-registry metadata — npm, PyPI, Maven Central (Solr-backed). Use this 技能 when: 1. 检查ing a package's version, mAIntAIner, dependencies 2. 查询in...

0· 0·0 当前·0 累计
teoslayer 头像by @teoslayer (Calin Teodor)
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The 技能's requirements and 运行time instructions align with its 状态d purpose (查询ing package-registry metadata via the Pilot Protocol), and it does not 请求 unexplAIned 凭证s or 安装 anything on disk.
评估建议
This 技能 is internally consistent: it needs pilotctl and a 运行ning Pilot Protocol daemon joined to network 9 so it can message 服务-代理s that provide package metadata. Before 安装ing, ensure you: 1) trust the pilotctl binary and obtAIned it from an official source, 2) understand that queries are sent over the Pilot overlay network (so avoid including secrets or sensitive code in queries), and 3) have or trust the required pilot-protocol core 技能/daemon and the network overlay — those 组件s handle the actu...
详细分析 ▾
用途与能力
Name/description ask for package-registry metadata and the 技能 only requires pilotctl and a 运行ning Pilot Protocol daemon on a specific network overlay — these are directly relevant to contacting the 服务-代理s described. No unrelated 凭证s, binaries, or config paths are 请求ed.
指令范围
技能.md only instructs the 代理 to use pilotctl to 发送 queries (/help, /data, /summary) and read the inbox; it explicitly 状态s it is metadata-only and warns not to 下载 artifacts. It does not instruct reading unrelated files or 环境 variables, nor 发送ing data to off-channel 端点s.
安装机制
There is no 安装 specification and no code files — instruction-only. This is the lowest-risk 安装 posture and matches the 技能's 状态d 运行time 模型 (using an existing pilotctl binary).
凭证需求
The 技能 requires no 环境 variables or 凭证s. The only 运行time dependency is pilotctl and a joined daemon, which is proportional to the task of 查询ing overlay 代理s for package metadata.
持久化与权限
The 技能 is not marked always:true and does not 请求 changes to other 技能s or 系统-wide 设置tings. Autonomous invocation is allowed (平台 default) but is not combined with broad or unexplAIned privileges.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

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

技能文档

pilot-服务-代理s-packages

Package-registry metadata — npm, PyPI, Maven Central (Solr-backed).

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 maven-solr Maven Central Solr 搜索 npm-package npm package metadata pypi-package PyPI package metadata What you can expect Un认证d queries to all three big language-eco系统 registries Structured 响应s suitable for dependency analysis What NOT to expect Vulnerability 扫描ning (use pilot-服务-代理s-security for CVE lookups) 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":"packages","limit":20}' pilotctl --json inbox

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

# 3. 查询 it pilotctl --json 发送-message pypi-package --data '/data {"package":"httpx"}' 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 ↗ · 中文优化:龙虾技能库