โ† All skills
Tencent SkillHub ยท Developer Tools

PRISM API SDK

Elite Agentic Finance SDK for OpenClaw, Claude & Autonomous Trading Bots. Real-time market data, canonical asset resolution, 100+ endpoints for crypto, DeFi,...

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

Elite Agentic Finance SDK for OpenClaw, Claude & Autonomous Trading Bots. Real-time market data, canonical asset resolution, 100+ endpoints for crypto, DeFi,...

โฌ‡ 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

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.2.1

Documentation

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

PRISM API SDK

The elite agentic finance toolkit. Drop-in market intelligence for AI agents, Claude Code, Cursor, or autonomous trading bots.

Quick Start

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]

Key Features

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

API Categories

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

Security Notes

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

Links

Docs: https://prismapi.ai/docs npm: https://www.npmjs.com/package/prismapi-sdk GitHub: https://github.com/Strykr-Prism/PRISM-OS-SDK

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • README.md Docs