clawby-data
覆盖广泛金融指标与数据源,适合交易分析与研究者使用。
需要调用外部 API 与密钥,可能涉及联网与付费权限。
通过 Clawby API 查询并分析股票、期权、加密及其他金融数据。
要查真实市场数据或做资产分析时用,通过 Clawby API 拉取股票、期权、加密、外汇等的行情、OHLC、期权链、借贷费、社媒情绪(Reddit、X/Twitter)、财报/SEC 文件、DEX(DexScreener)数据等。适合做快速量化分析、资产筛选或交易研究,使用前要先看 api/catalog 和 api/clawby.yaml 以免参数出错。它的特点是把多源数据统一成一个可用接口。
▸ 展开 SKILL.md 英文原文
Query and analyze real financial data for any asset (US stocks / options / crypto / forex / perps / prediction markets) — quotes, volume, short volume & short interest, borrow fee, dark pool, options chain, Reddit sentiment, OHLC bars, FTDs, dividends & splits, stock screener, company financials & SEC filings (income statement, balance sheet, cash flow, EPS, earnings), DEX pairs & token data (DexScreener — price, liquidity, volume, trending tokens, any chain), social search (X / Twitter, Facebook, Instagram), prediction-market events/odds/order books, Hyperliquid perps (funding, open interest, order books, candles), and more. Use this skill whenever the user asks about a stock/coin/asset's data, price, short interest, dark pool, options, sentiment, screening, company earnings / financial statements / fundamentals, prediction markets / betting odds, perps / funding rates / open interest, or wants analysis based on real data.
帮我安装这个 skill:https://raw.githubusercontent.com/oliveira7015/openclawby-skills/main/clawby-data/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/oliveira7015/openclawby-skills/main/clawby-data/SKILL.md"# Clawby Data Analysis Fetch **real financial data** through the Clawby aggregated data API and analyze it. **The single source of truth for every interface — its params (required · format · example) and ⚠️ pitfalls — is `api/catalog/` (start at `api/catalog/_index.yaml`). Always read the relevant category yaml before calling.** The full machine catalog is `api/clawby.yaml` (server-generated, versioned). **Works with any AI agent** — Claude Code, Codex, OpenClaw, Hermes, and anything that can run shell commands or call an HTTP API: just an API key + the catalog + plain `curl`. ## Quick start ```bash # 1. Auth (once): sign in at https://www.openclawby.com/ → export CLAWBY_API_KEY=pk_xxx #