Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Elite Agentic Finance SDK for OpenClaw, Claude & Autonomous Trading Bots. Real-time market data, canonical asset resolution, 100+ endpoints for crypto, DeFi,...
Elite Agentic Finance SDK for OpenClaw, Claude & Autonomous Trading Bots. Real-time market data, canonical asset resolution, 100+ endpoints for crypto, DeFi,...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
The elite agentic finance toolkit. Drop-in market intelligence for AI agents, Claude Code, Cursor, or autonomous trading bots.
npm install prismapi-sdk import { PrismClient } from 'prismapi-sdk'; const prism = new PrismClient({ apiKey: 'your-api-key' }); // Resolve any symbol to canonical data (sub-50ms) const btc = await prism.resolve('BTC'); // โ { canonical: 'BTC', name: 'Bitcoin', price: 71514.84, confidence: 0.97 } // Batch resolve for trading agents const assets = await prism.resolveBatch(['BTC', 'ETH', 'AAPL', 'SOL']); // Get family (wrapped tokens, derivatives) const family = await prism.getFamily('BTC'); // โ [BTC, WBTC, cbBTC, tBTC, renBTC]
FeatureDescriptionCanonical ResolutionResolve any ticker, contract, or symbol to single source of truthSub-50ms LatencyCache-first architecture with 4-layer resolution100+ EndpointsCrypto, DeFi, stocks, forex, macro, predictionsFamily GroupingBTC โ WBTC, cbBTC, tBTC in one queryMCP-NativeBuilt for OpenClaw, Claude, function calling
Resolution (12 endpoints) - Symbol disambiguation, batch resolve, family grouping Crypto (35+ endpoints) - Prices, markets, OHLCV, metadata TradFi (30+ endpoints) - Stocks, ETFs, forex, financials DEX (25+ endpoints) - Pairs, pools, trending tokens DeFi - Yields, protocols, TVL Predictions - Polymarket, Kalshi, sports odds
Read-only API โ fetches public market data only No wallet access โ does not interact with wallets or private keys No trading โ cannot execute trades Data only โ returns JSON market data
Docs: https://prismapi.ai/docs npm: https://www.npmjs.com/package/prismapi-sdk GitHub: https://github.com/Strykr-Prism/PRISM-OS-SDK
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.