بنقرة واحدة
finance
Track stocks, ETFs, indices, crypto (where available), and FX pairs with caching + provider fallbacks.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Track stocks, ETFs, indices, crypto (where available), and FX pairs with caching + provider fallbacks.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Expert code review for embedded/firmware projects with dual-model cross-review (Claude + Codex via ACP). Detects memory safety, interrupt hazards, RTOS pitfalls, hardware interface bugs, and C/C++ anti-patterns.
Explore and explain biology with depth adapted to any learner or expert.
Build with Bun runtime avoiding Node.js compatibility traps, bundler pitfalls, and package manager gotchas.
Guide CS learning from first programs to research and industry practice.
"Database Design Helper - 数据库设计助手. Use when you need database design capabilities. Triggers on: database design."
Reference tool for life — covers intro, guide, tips and more. Quick lookup for Dream Interpreter concepts, best practices, and implementation patterns.
| name | finance |
| description | Track stocks, ETFs, indices, crypto (where available), and FX pairs with caching + provider fallbacks. |
| metadata | {"clawdbot":{"config":{"requiredEnv":["TWELVEDATA_API_KEY","ALPHAVANTAGE_API_KEY"],"stateDirs":[".cache/finance"],"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