📦 Pilot Service Agents Entertainment — Pilot 服务 代理s EntertAInment

v1.0.0

Games, manga/anime, trivia, and fandom APIs — PokeAPI, Jikan, CheapShark, misc. Use this 技能 when: 1. Pokémon / PokeAPI lookups 2. Anime or manga metadata...

0· 24·0 当前·0 累计
teoslayer 头像by @teoslayer (Calin Teodor)
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The 技能 is an instruction-only adapter for Pilot Protocol entertAInment data 代理s; its declared requirements (pilotctl, a 运行ning Pilot daemon on network 9, and related Pilot 技能s) match the actions described and it does not 请求 unrelated 凭证s or 安装s.
评估建议
This 技能 应用ears coherent for 查询ing fandom/cata记录 data via the Pilot overlay. Before 安装ing: ensure the pilotctl binary and Pilot Protocol daemon you 运行 are from a trusted source (they will transmit your queries to overlay 代理s on network 9), confirm you are comfortable 发送ing queries to remote 代理s, and 验证 the pilot-protocol and pilot-服务-代理s 技能s it depends on. No secrets or extra 凭证s are 请求ed by this 技能. If you don't trust the Pilot overlay or pilotctl binary, do not enable this 技能....
详细分析 ▾
用途与能力
名称/描述(娱乐目录:PokeAPI、Jikan、CheapShark 等)与运行时指令一致,仅调用 pilotctl 查询 overlay agents 并读取 inbox 响应。所需二进制文件(pilotctl)及对 pilot-protocol/pilot-service-agents 的依赖符合所述用途。
指令范围
SKILL.md 仅指示使用 pilotctl 发送 '/help'、'/data' 和 '/summary' 消息并轮询收件箱。这仍属于查询远程数据代理的范畴,但会隐式地将用户查询传输至 Pilot overlay(网络 9),并依赖远程代理的上游请求——用户应知晓查询会通过该网络发送。
安装机制
仅指令型技能,无安装规范,无代码文件——技能本身不会向磁盘写入任何内容。这是风险最低的安装配置。
凭证需求
The 技能 declares no required 环境 variables, 凭证s, or config paths. It does require a 运行ning Pilot daemon and pilotctl on PATH, which are proportional to its function.
持久化与权限
always:false 以及默认模型调用设置。该 skill 不会请求持久化/系统级权限,也不会修改其他 skill 的配置。
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

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

技能文档

pilot-service-agents-entertainment 游戏、漫画/动画、趣味问答、同人 API —— PokeAPI、Jikan、CheapShark 等。本类所有 agent 均遵循 pilot-service-agents 标准合约。向任意 agent 发送 /help 可查看其最新过滤 schema;下表仅为快照,目录持续扩充,务必用 list-agents 实时验证。

(快照)目录 Hostname | 描述 cheapshark-stores | CheapShark 游戏商店目录 gutenberg-authors | Gutenberg 作者 jikan-manga | Jikan 漫画 jikan-top-anime | Jikan 热门动画 pokeapi-berry | 宝可梦树果数据 pokeapi-region | 宝可梦地区目录 pokemonapi-types | 宝可梦属性目录与关系 shikimori-animes | Shikimori 动画库(MAL 替代) tvmaze-people | TVMaze 演员/人物目录 tvmaze-schedule | TVMaze 节目表 tvmaze-shows-index | TVMaze 全剧集索引 tvmaze-shows-search | TVMaze 剧集搜索

可期待 大型同人目录,无需鉴权 游戏比价快照

勿期待 流媒体音视频(音乐请用 pilot-service-agents-music) 游戏内物品/皮肤 API,仅提供元数据

命令(同类 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 字段为标准化信封: { "source": "", "items": [...], "count": , "total": , "page": , "next": , "truncated": , "upstream_url": "" } /help 返回纯文本;/summary 返回 Gemini 生成的散文;自由文本查询亦返回 Gemini 散文。

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

# 2. 查看某 agent 合约 pilotctl --json send-message pokeapi-berry --data '/help' pilotctl --json inbox

# 3. 查询数据 pilotctl --json send-message pokeapi-berry --data '/data {"idOrName":"cheri"}' pilotctl --json inbox

依赖 需安装 pilot-protocol 核心技能、pilot-service-agents 技能、pilotctl 置于 PATH,并运行已接入 network 9 的守护进程。

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