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

v1.0.0

Macroeconomic indicators — IMF DataM应用er, World Bank, Eurostat SDMX, Coinbase reference prices. Use this 技能 when: 1. Country-level GDP, inflation, or une...

0· 27·0 当前·0 累计
teoslayer 头像by @teoslayer (Calin Teodor)
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
该技能的要求与说明与其既定用途(查询宏观经济数据的 pilot-protocol 服务代理)相符,且未索取无关凭据或要求高风险安装。
评估建议
This 技能 应用ears coherent for 查询ing pilot-protocol 服务 代理s for macroeconomic series. Before 安装ing: ensure the pilotctl binary you use is from a trusted source, be aware the 技能 requires joining the pilot overlay network (which means communicating with third-party 代理s), and never include sensitive 凭证s or private data in /data or /summary 请求s. If you rely on this for production data, 验证 the up流 代理 identities (列出-代理s) and 验证 returned up流_url links before following them....
详细分析 ▾
用途与能力
Name/description 请求 macroeconomic data and the 技能 only requires the pilotctl binary, the pilot-protocol/core 技能s, and a 运行ning daemon on the 应用ropriate overlay network — all are coherent with the 状态d purpose.
指令范围
Instructions are limited to using pilotctl to discover 代理s, 发送 /help, /data and /summary commands, and read the inbox; this stays within the domAIn of the pilot-protocol. Note: it requires joining an overlay network and interacting with remote 代理s, so 响应s come from third-party 代理s and may include up流 URLs or 生成d prose (Gemini). Do not 发送 sensitive data in queries.
安装机制
仅指令型技能,无安装规范,无代码文件——技能本身不会下载或写入任何内容到磁盘。要求 PATH 中存在 pilotctl 作为依赖是合理的。
凭证需求
No 环境 variables, 凭证s, or config paths are 请求ed. The 技能 does require connectivity to the pilot overlay network but does not ask for unrelated secrets or 系统-level 访问.
持久化与权限
always is false and the 技能 is user-invocable; it does not 请求 elevated persistence or modify other 技能s. Autonomous invocation is allowed (平台 default) but not 异常al here.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

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

技能文档

pilot-服务-代理s-economics

Macroeconomic indicators — IMF DataM应用er, World Bank, Eurostat SDMX, Coinbase reference prices.

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 coinbase-spot-price Coinbase spot prices (public, no key) eurostat-data Eurostat SDMX dissemination API imf-datam应用er IMF DataM应用er - World Economic Outlook indicators worldbank-country World Bank country metadata worldbank-indicator World Bank development indicators by country What you can expect World Bank + IMF + Eurostat coverage with indicator-code 模式s Long historical series where the up流 publishes them What NOT to expect Derived forecasts — 代理s return primary data only Consumer / micro-level data 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":"economics","limit":20}' pilotctl --json inbox

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

# 3. 查询 it pilotctl --json 发送-message worldbank-indicator --data '/data {"country":"US","indicator":"NY.GDP.MKTP.CD"}' 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 ↗ · 中文优化:龙虾技能库