Back to Registry View Author Profile
Official Verified
Openclaw Finnhub
Skill by keyfrog-21k
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/keyfrog-21k/openclaw-finnhubOr
OpenClaw-Finnhub
OpenClaw skill for real-time stock quote, and financials via Finnhub API.
Requirements
- Python 3.11+
- Finnhub pip package
pip3 install finnhub-python - Finnhub API Key (Get in website), Set in environment
finnhub_api_key
Script usage & features
Script path: ./scripts/app.py
1. Get real-time quote data for US stocks
Example: python3 ./scripts/app.py 1 NVDA
Result: Current price: $185.61, Change: $-5.52(-2.8881%), Highest price: $190.3, Lower price: $184.88
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-keyfrog-21k-openclaw-finnhub": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.