← All skills
Tencent SkillHub Β· AI

PRISM OS SDK

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, docs/ARCHITECTURE.md, docs/REAL_API_COVERAGE.md, docs/UNIVERSAL_SDK.md, examples/real-agents.ts

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

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

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

Links

API Documentation GitHub Repository npm Package

License

MIT License - see LICENSE

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Docs1 Scripts
  • SKILL.md Primary doc
  • docs/ARCHITECTURE.md Docs
  • docs/REAL_API_COVERAGE.md Docs
  • docs/UNIVERSAL_SDK.md Docs
  • README.md Docs
  • examples/real-agents.ts Scripts