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

v1.0.0

Space and astronomy — NASA Astronomy Picture of the Day, Open 通知 astronauts. Use this 技能 when: 1. Fetching APOD metadata + media URLs for a given date...

0· 0·0 当前·0 累计
teoslayer 头像by @teoslayer (Calin Teodor)
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The 技能 is a thin instruction-only wr应用er that uses the pilotctl 命令行工具 to 查询 space-related 服务 代理s (APOD and Open 通知); its requirements and instructions match that purpose and it does not 请求 unrelated 凭证s or 安装 code.
评估建议
This 技能 is a simple 命令行工具ent 图形界面de for using pilotctl to 查询 two 服务 代理s (NASA APOD and Open 通知). Before 安装ing: ensure you trust the pilot-protocol implementation and pilotctl binary you will 运行; 运行ning and joining a peer overlay (network 9) involves network exposure—use an 环境 you control if you are uncertAIn. Be aware 响应s may include resolved external media URLs (up流_url) — treat links/media cautiously. No secrets are 请求ed by this 技能.
详细分析 ▾
用途与能力
Name/description match the required artifacts: the 技能 is explicitly a pilot-protocol 命令行工具ent that needs pilotctl, a 运行ning pilot daemon on network 9, and the 列出-代理s directory. Those requirements are proportionate to a 技能 that queries overlay 服务 代理s.
指令范围
技能.md only instructs the 代理 to 运行 pilotctl 发送-message and pilotctl inbox to discover 代理s, read /help, 请求 /data or /summary, and 解析 returned envelopes. It does not instruct reading unrelated 系统 files or 环境 variables. Note: 响应s include an up流_url field (resolved external media URLs) — the 代理 will surface external links/media returned by up流 服务s.
安装机制
Instruction-only 技能 with no 安装 spec or code files; no 下载s or 归档 提取s. Lowest-risk 安装 性能分析 (relies on existing pilotctl binary and pilot-protocol daemon).
凭证需求
No 环境 variables, 凭证s, or config paths are 请求ed. The declared requirements (pilotctl binary, pilot-protocol daemon, network 9 membership) are consistent with the 技能's function.
持久化与权限
always 为 false,且该 skill 可被用户调用;允许模型调用(默认),但无迹象表明该 skill 请求提升或持久系统权限,也未修改其他 skill 或系统设置。
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

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

技能文档

pilot-服务-代理s-space

Space and astronomy — NASA Astronomy Picture of the Day, Open 通知 astronauts.

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 nasa-apod NASA Astronomy Picture of the Day open-通知-astros Astronauts currently in space What you can expect Two very specific lightweight sources, 机器人h free and low-rate What NOT to expect Deep astronomy cata记录s (SIMBAD, VizieR) — not yet wr应用ed 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":"space","limit":20}' pilotctl --json inbox

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

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