prism-finance-os

Financial data SDK for AI Agents. 218+ read-only endpoints for market data, prices, fundamentals. Built for Cursor, Claude, OpenClaw. Data retrieval only.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "prism-finance-os" with this command: npx skills add strykragent/prism-finance-os

PRISM Finance OS

Financial Data SDK for AI Agents

Read-only market data SDK. 218+ endpoints for prices, fundamentals, and analytics.

Security Notes

  • 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

Quick Start

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');

Required Environment Variable

export PRISM_API_KEY=your_api_key_here

Get your free API key at api.prismapi.ai

Data Categories

CategoryExamples
Crypto PricesBTC, ETH, SOL prices across exchanges
Stock DataFundamentals, earnings, financials
DeFi AnalyticsProtocol TVL, yields, stablecoin supply
Macro DataFed rates, inflation, GDP (via FRED)
Technical AnalysisRSI, MACD, moving averages
News & SentimentMarket news with sentiment scores

Links

License

MIT License - see LICENSE

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Shipworks

ShipWorks integration. Manage data, records, and automate workflows. Use when the user wants to interact with ShipWorks data.

Registry SourceRecently Updated
Automation

Zenserp

Zenserp integration. Manage data, records, and automate workflows. Use when the user wants to interact with Zenserp data.

Registry SourceRecently Updated
Automation

Txt Werk

TXT Werk integration. Manage data, records, and automate workflows. Use when the user wants to interact with TXT Werk data.

Registry SourceRecently Updated
Automation

Agent Memory System v8

生产级 Agent 记忆系统 — 6维坐标编码 + RRF双路检索 + sqlite-vec统一存储 + 写入时因果检测 + 多Agent共享 + 记忆蒸馏 + 时间旅行 + 情感编码 + 元认知 + 内在动机 + 叙事自我 + 数字孪生 + 角色模板

Registry SourceRecently Updated