用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/matiasvillaverde/openclaw-trader --skill financial-datasets命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | financial-datasets |
| description | Query FinancialDatasets for price/fundamental data to support trade decisions. |
| metadata | {"openclaw":{"emoji":"📈","requires":{"env":["FINANCIAL_DATASETS_API_KEY"],"bins":["python3"]}}} |
CLI: ${OPENCLAW_HOME:-$HOME/.openclaw}/tools/financialdatasets/fd_cli.py
# Historical prices (returns most recent N)
fd_cli.py prices --ticker NVDA --interval day --limit 20
# Real-time snapshot
fd_cli.py snapshot --ticker AAPL
# Income statement
fd_cli.py income --ticker NVDA --period quarterly --limit 4
# Balance sheet
fd_cli.py balance --ticker AAPL --period annual --limit 4
# Cash flow
fd_cli.py cashflow --ticker MSFT --period ttm --limit 4
# Company news
fd_cli.py news --ticker TSLA --limit 10
# Insider trades (CEO/CFO buys/sells)
fd_cli.py insider --ticker NVDA --limit 20
# Institutional ownership (13F filings)
fd_cli.py institutional --investor BERKSHIRE_HATHAWAY_INC --limit 50
fd_cli.py institutional --ticker AAPL --limit 20
End-of-day and rolling review of trade outcomes to improve rules and skills.
Learn from executed trades and research notes to improve future decisions.
One-command defensive stop management for breakeven and profit protection on Alpaca.