← 返回 Skills 市场
strykragent

PRISM API SDK

作者 StrykrAgent · GitHub ↗ · v0.2.1
cross-platform ⚠ suspicious
438
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install prismapi-sdk
功能描述
Elite Agentic Finance SDK for OpenClaw, Claude & Autonomous Trading Bots. Real-time market data, canonical asset resolution, 100+ endpoints for crypto, DeFi,...
使用说明 (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

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install prismapi-sdk
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /prismapi-sdk 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug prismapi-sdk
版本 0.2.1
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

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,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 438 次。

如何安装 PRISM API SDK?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install prismapi-sdk」即可一键安装,无需额外配置。

PRISM API SDK 是免费的吗?

是的,PRISM API SDK 完全免费(开源免费),可自由下载、安装和使用。

PRISM API SDK 支持哪些平台?

PRISM API SDK 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 PRISM API SDK?

由 StrykrAgent(@strykragent)开发并维护,当前版本 v0.2.1。

💬 留言讨论