Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Financial data SDK for AI Agents. 218+ read-only endpoints for market data, prices, fundamentals. Built for Cursor, Claude, OpenClaw. Data retrieval only.
Financial data SDK for AI Agents. 218+ read-only endpoints for market data, prices, fundamentals. Built for Cursor, Claude, OpenClaw. Data retrieval only.
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.
Financial Data SDK for AI Agents Read-only market data SDK. 218+ endpoints for prices, fundamentals, and analytics.
Read-only API β fetches public market data only No wallet access β does not interact with wallets or private keys No trading execution β execute modules are for quote simulation only, not live trades Data only β returns JSON market data for analysis API key required β set PRISM_API_KEY environment variable
npm install prism-finance-os import PrismOS from 'prism-finance-os'; const prism = new PrismOS({ apiKey: process.env.PRISM_API_KEY }); // Get crypto price const btc = await prism.crypto.getConsensusPrice('BTC'); // Get stock fundamentals const aapl = await prism.stocks.getFundamentals('AAPL'); // Get DeFi protocol TVL const tvl = await prism.defi.getProtocolTVL('aave');
export PRISM_API_KEY=your_api_key_here Get your free API key at api.prismapi.ai
CategoryExamplesCrypto PricesBTC, ETH, SOL prices across exchangesStock DataFundamentals, earnings, financialsDeFi AnalyticsProtocol TVL, yields, stablecoin supplyMacro DataFed rates, inflation, GDP (via FRED)Technical AnalysisRSI, MACD, moving averagesNews & SentimentMarket news with sentiment scores
API Documentation GitHub Repository npm Package
MIT License - see LICENSE
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.