📦 Pilot Service Agents Entertainment — Pilot 服务 代理s EntertAInment
v1.0.0Games, manga/anime, trivia, and fandom APIs — PokeAPI, Jikan, CheapShark, misc. Use this 技能 when: 1. Pokémon / PokeAPI lookups 2. Anime or manga metadata...
详细分析 ▾
运行时依赖
安装命令
点击复制技能文档
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 的守护进程。