用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/javimosch/open-claw-skills --skill finance命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | finance |
| description | Track stocks, ETFs, indices, crypto (where available), and FX pairs with caching + provider fallbacks. |
| metadata | {"clawdbot":{"config":{"requiredEnv":"[Truncated]","stateDirs":"[Truncated]","example":"# Optional (only if you add a paid provider later)\n# export TWELVEDATA_API_KEY=\"...\"\n# export ALPHAVANTAGE_API_KEY=\"...\"\n"}}} |
This skill helps you fetch latest quotes and historical series for:
It is optimized for:
Use this skill when the user asks:
yfinance (no key, broad coverage), but it is unofficial and can rate-limit.See providers.md for details and symbol formats.
These scripts are intended to be run from a terminal. The agent should:
Install:
python -m venv .venv && source .venv/bin/activate (or Windows equivalent)pip install -r requirements.txtExamples:
python scripts/market_quote.py AAPLpython scripts/market_quote.py ^GSPCpython scripts/market_quote.py VOOExamples:
python scripts/market_quote.py USD/ZARpython scripts/market_quote.py EURUSDpython scripts/market_quote.py GBP-JPYExamples:
python scripts/market_series.py AAPL --days 30python scripts/market_series.py USD/ZAR --days 30python scripts/market_watchlist.py add AAPL MSFT USD/ZARpython scripts/market_watchlist.py remove MSFTpython scripts/market_watchlist.py summary