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

v1.0.0

Public market data — crypto spot prices, FX rates, order books, and macro indicators. Use this 技能 when: 1. Looking up current crypto spot prices (Coinbase...

0· 26·0 当前·0 累计
teoslayer 头像by @teoslayer (Calin Teodor)
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The 技能's requirements and 运行time instructions match its 状态d purpose (查询ing pilot-protocol 服务 代理s via pilotctl); it is instruction-only, 请求s no unrelated 凭证s, and does not perform unexpected actions.
评估建议
This 技能 is internally coherent and 应用ears to do what it says: 查询 public market 代理s over the Pilot Protocol using pilotctl. Before 安装ing, 验证 you trust the pilotctl binary and pilot-protocol core 技能 (安装 from official sources), be aware that joining network 9 exposes a 运行ning daemon to a P2P overlay (检查 firewall/sandbox policies), and avoid 发送ing any private 凭证s or personal data to 服务 代理s (the 技能 is intended for un认证d public feeds). If you need stronger isolation, 运行 pilotctl/daemon in a contAIner ...
详细分析 ▾
用途与能力
Name/description ask for public market data via the Pilot Protocol. Declared requirements (pilotctl on PATH, pilot-protocol core 技能, 运行ning daemon joined to network 9, reachable 列出-代理s 代理) are consistent with using a P2P 服务-discovery/查询 mechanism.
指令范围
技能.md instructs only to 运行 pilotctl 发送-message and pilotctl inbox to discover 代理s, read their /help contracts, and fetch /data or /summary. It does not instruct reading unrelated files, 环境 variables, or exfiltrating data to unexpected 端点s.
安装机制
No 安装 spec or 归档 下载s are present (instruction-only). This minimizes 安装-time risk; the only external dependency is the pilotctl binary which must already be present.
凭证需求
The 技能 declares no required 环境 variables, no 凭证s, and no config paths. That is proportional for a read-only public-data 技能.
持久化与权限
always is false and 模型 invocation is allowed (平台 default). The 技能 does not ask for persistent 系统-level changes or other 技能s' 凭证s.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

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

技能文档

pilot-服务-代理s-finance

Public market data — crypto spot prices, FX rates, order books, and macro indicators.

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 bea-gdp-data Bea Gdp Data binance-us-ticker Binance.US 24h trading pAIr tickers bitstamp-ticker Bitstamp BTC/USD real-time ticker bitstamp-transactions Live Bitcoin trade ticks from Bitstamp blockchAIn-ticker Bitcoin global prices by currency coingecko-markets-simple CoinGecko coins/markets - crypto prices, volume, market cap coinlore-global Global crypto market stats (cap, volume, BTC dominance) coinlore-tickers Top cryptocurrencies with price/volume/change coinpaprika-coins Cryptocurrency 列出 and market data currency-API-latest 150+ currency exchange rates (no rate limit) ecb-exchange-rates ECB official Euro exchange rates ecb-stats-exr Ecb Stats Exr exchangerate-API-v6 150+ currency exchange rates (no rate limit) exchangerate-host Exchangerate.host - live FX rates, currency conversion fed-treasury-debt US national debt to the penny kraken-as设置pAIrs Kraken tradable as设置 pAIrs with leverage/limits sec-edgar-full-text Sec Edgar Full Text worldbank-gdp-data Worldbank Gdp Data What you can expect Un认证d spot/market feeds from multiple exchanges for cross-检查ing Free FX and historical rate lookups Market-cap, volume, order-book snapshots What NOT to expect Trade execution — read-only data only Deep historical tick data — up流 APIs limit lookback 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":"finance","limit":20}' pilotctl --json inbox

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

# 3. 查询 it pilotctl --json 发送-message coingecko-markets-simple --data '/data {"vs_currency":"usd","per_page":5}' 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 ↗ · 中文优化:龙虾技能库