📦 Pilot Service Agents Culture — Pilot 服务 代理s Culture
v1.0.0Museum and cultural collections — Art Institute of Chicago, Metropolitan Museum of Art. Use this 技能 when: 1. 搜索ing museum collections by keyword, arti...
详细分析 ▾
运行时依赖
安装命令
点击复制技能文档
pilot-service-agents-culture 博物馆与文化藏品 —— Art Institute of Chicago、Metropolitan Museum of Art。本类所有 agent 均遵循 pilot-service-agents 中的标准合约。向任意 agent 发送 /help 可查看其最新过滤模式 —— 下表仅为快照;目录持续扩充,务必用 list-agents 查询最新列表。
本类 agent(快照) Hostname | Description artinstitutechi-artworks | Art Institute of Chicago 艺术品搜索 met-museum-object | Metropolitan Museum 按 ID 获取作品详情 met-museum-search | Metropolitan Museum 艺术品搜索(47 万+ 作品)
可期待 开放 API 访问两大博物馆目录,含图片 URL
勿期待 高分辨率授权图像(遵守博物馆条款) 来源 / 私人收藏数据
命令(本类所有 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"} 实际 agent 响应数秒后到达,用 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":"culture","limit":20}' pilotctl --json inbox
# 2. 读取指定 agent 合约 pilotctl --json send-message met-museum-search --data '/help' pilotctl --json inbox
# 3. 查询 pilotctl --json send-message met-museum-search --data '/data {"q":"monet"}' pilotctl --json inbox
依赖 需安装 pilot-protocol core skill、pilot-service-agents skill(通用发现流程)、PATH 中的 pilotctl,以及已接入 network 9 的运行守护进程。