← Back to Skills Marketplace
strykragent

PRISM API SDK

by StrykrAgent · GitHub ↗ · v0.2.1
cross-platform ⚠ suspicious
438
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install prismapi-sdk
Description
Elite Agentic Finance SDK for OpenClaw, Claude & Autonomous Trading Bots. Real-time market data, canonical asset resolution, 100+ endpoints for crypto, DeFi,...
README (SKILL.md)

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

Feature Description
Canonical Resolution Resolve any ticker, contract, or symbol to single source of truth
Sub-50ms Latency Cache-first architecture with 4-layer resolution
100+ Endpoints Crypto, DeFi, stocks, forex, macro, predictions
Family Grouping BTC → WBTC, cbBTC, tBTC in one query
MCP-Native Built 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

Usage Guidance
This skill is plausible as a finance SDK, but the registry metadata and the SKILL.md are inconsistent: the docs require an API key and tell you to 'npm install' a package from npm/GitHub, yet the skill bundle declares no credentials or install steps. Before installing or running this with an agent, verify the npm package and GitHub repo yourself: inspect package contents (including postinstall scripts), confirm the publisher and commit history on GitHub, and review network endpoints the package calls. Treat the API key as a secret — create a least-privilege/test key if possible and do not paste production credentials into an unreviewed package. If you run the MCP server or npm install, do so in an isolated environment (container/sandbox) and monitor outbound network traffic. If you need to let an agent use this skill, prefer supplying credentials through platform-managed secrets rather than pasting them into prompts.
Capability Analysis
Type: OpenClaw Skill Name: prismapi-sdk Version: 0.2.1 The OpenClaw AgentSkills bundle for 'prismapi-sdk' appears benign. The `SKILL.md` and `README.md` files clearly describe a financial data SDK, requiring `node` and `npm` for installation and execution, which is standard for a TypeScript SDK. All documented network calls are directed to `https://api.prismapi.ai`, the stated service endpoint. There is no evidence of prompt injection attempts against the agent, unauthorized data exfiltration, persistence mechanisms, or other malicious behaviors. The skill explicitly claims to be read-only, without wallet access or trading capabilities, and the provided content aligns with these claims.
Capability Assessment
Purpose & Capability
The README/SKILL.md describe an API-backed SDK that requires an apiKey (and links to api.prismapi.ai, npm, and GitHub). Registry metadata declares no required credentials and no install spec. Asking the user/agent to 'npm install' and call PrismClient with an API key is inconsistent with the declared requirements.
Instruction Scope
SKILL.md instructs the agent/user to npm install prismapi-sdk, import PrismClient, and call many endpoints (including an MCP server git clone/build). These instructions call out network endpoints (npm registry, api.prismapi.ai, GitHub) which is expected for an SDK, but because the skill bundle contains no code, the agent will end up fetching and executing external code at runtime — something the metadata does not explicitly surface.
Install Mechanism
There is no install spec in the registry; instead SKILL.md tells users to run 'npm install prismapi-sdk' and to git clone a GitHub MCP server. Installing from npm and cloning GitHub is common, but it means arbitrary postinstall scripts or third-party package behavior could run. No direct download-from-untrusted-URL red flags in the docs, but the install is delegated to external sources and isn't pinned/verified by the skill metadata.
Credentials
The SDK clearly expects an apiKey (README shows PrismClient({ apiKey: 'your-api-key' }) and 'Get Your API Key' instructions), yet the skill metadata declares no required env vars or primary credential. This omission is disproportionate and prevents automatic handling of credentials by the platform; it also hides an important secret the SDK will need to call api.prismapi.ai.
Persistence & Privilege
always is false and the skill does not request system-wide configuration or persistent privileges. The skill does suggest cloning/running an MCP server locally, but that is user-initiated and not automatically persistent by the registry metadata.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install prismapi-sdk
  3. After installation, invoke the skill by name or use /prismapi-sdk
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.1
v0.2.1 - Elite Agentic Finance SDK with OpenClaw/Claude SEO optimization
v0.2.0
- Added comprehensive SKILL.md with detailed usage instructions and feature list. - Clarified API security: read-only, no wallet/private key access, no trade execution. - Provided API categories and sample code for quick integration. - Linked to documentation, npm package, and GitHub repository. - Positioned as agentic finance SDK for AI agents, Claude, and autonomous trading bots.
Metadata
Slug prismapi-sdk
Version 0.2.1
License
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is 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,... It is an AI Agent Skill for Claude Code / OpenClaw, with 438 downloads so far.

How do I install PRISM API SDK?

Run "/install prismapi-sdk" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is PRISM API SDK free?

Yes, PRISM API SDK is completely free (open-source). You can download, install and use it at no cost.

Which platforms does PRISM API SDK support?

PRISM API SDK is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created PRISM API SDK?

It is built and maintained by StrykrAgent (@strykragent); the current version is v0.2.1.

💬 Comments