Turn your AI agent into a finance powerhouse — access 250+ data sources, build cloud-side analytics, backtest strategies, and ship live investing playbooks.
npx skills add https://github.com/alva-ai/skillsclawhub install alvaOr manually copy the skill directory:
cp -r skills/alva ~/.openclaw/skills/alvaThis skill uses the AgentSkills format. Any agent that supports SKILL.md can load it by pointing to the skills/alva/ directory.
Get an API key at alva.ai, then add it to your agent's environment:
// ~/.claude/settings.json
{
"env": {
"ALVA_API_KEY": "your_api_key"
}
}// openclaw.json
{
"skills": {
"entries": {
"alva": {
"enabled": true,
"env": { "ALVA_API_KEY": "your_api_key" }
}
}
}
}Ask your agent to build something:
Build me an NVDA dashboard with insider trading data and financial metrics
That's it. Your agent now has full access to the Alva platform.
| Use Case | Example Prompt |
|---|---|
| Stock Dashboard | "Build a playbook tracking AAPL with price charts, analyst targets, and insider trades" |
| Crypto Monitor | "Create a BTC/ETH dashboard with funding rates, exchange flows, and on-chain metrics" |
| Trading Strategy | "Backtest an RSI mean-reversion strategy on BTC with daily rebalancing" |
| Macro Overview | "Build a macro dashboard with CPI, GDP, Treasury rates, and recession probability" |
| Screening Tool | "Screen for stocks with PE < 15, ROE > 20%, and positive insider buying" |
Unified access to crypto, equities, ETFs, macro, on-chain, and social data:
| Category | Highlights |
|---|---|
| Crypto | Spot & futures OHLCV, funding rates, open interest, long/short ratios, exchange flows, DeFi metrics |
| Equities | Fundamentals (income, balance sheet, cash flow), analyst estimates, price targets, insider & senator trades |
| Macro | CPI, GDP, unemployment, fed funds rate, Treasury rates, VIX, consumer sentiment |
| On-Chain | MVRV, SOPR, NUPL, whale ratio, exchange inflow/outflow |
| Social & News | Twitter/X, Reddit, YouTube, podcasts, news feeds, web search |
| Technical | 50+ indicator calculations — RSI, MACD, Bollinger, ATR, VWAP, Ichimoku, and more |
Write JavaScript that runs on Alva Cloud in a secure V8 isolate. No local dependencies, no infrastructure to manage. Full access to all SDKs, HTTP networking, and LLM APIs.
Build persistent data pipelines that store time series data. Schedule them as cronjobs for continuous updates — every minute, every hour, or daily.
Event-driven backtesting with historical data and live paper trading. Define strategies, register features, simulate portfolios, and analyze performance.
Turn your work into a hosted web app at https://alva.ai/<username>/playbooks/<playbook_id>. Built with the Alva Design System — charts, KPIs, tables, and more.
┌─────────────┐ ┌──────────────────────────────────────────────┐
│ AI Agent │───▶│ Alva Cloud │
│ (Claude, etc)│ │ │
└─────────────┘ │ ┌──────────┐ ┌────────┐ ┌─────────────┐ │
│ │ SDKHub │ │ ALFS │ │ JS Runtime │ │
│ │ 250+ APIs│ │ Files │ │ V8 Isolate │ │
│ └────┬─────┘ └───┬────┘ └──────┬──────┘ │
│ │ │ │ │
│ ┌────▼────────────▼───────────────▼──────┐ │
│ │ Feed SDK + Altra │ │
│ │ Data Pipelines & Backtesting │ │
│ └────────────────┬───────────────────────┘ │
│ │ │
│ ┌────────────────▼───────────────────────┐ │
│ │ Cronjobs · Playbooks · Releases │ │
│ └────────────────────────────────────────┘ │
└──────────────────────────────────────────────┘
| Skill | Description |
|---|---|
| alva | Full Alva platform access — data SDKs, cloud runtime, feeds, backtesting, and playbook deployment. See the skill reference for detailed API docs. |
- Platform: alva.ai
- Skill Reference: skills/alva/SKILL.md
- Issues: github.com/alva-ai/skills/issues
