← 返回 Skills 市场
Strykr Prism
作者
Next Frontier AI
· GitHub ↗
· v1.1.2
2169
总下载
1
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install strykr-prism
功能描述
Real-time financial data API for AI agents. Stocks, crypto, forex, ETFs. 120+ endpoints. Alternative to Alpha Vantage, CoinGecko. Works with Claude, Cursor.
安全使用建议
Before installing, verify the upstream service and credential handling: 1) Confirm the upstream project's homepage/repository and that the GitHub repo in skill.json actually exists and is maintained; the package currently has no authoritative homepage. 2) Ask the maintainer how PRISM_API_KEY is transmitted (Authorization header, query param, or not at all). Do not export/send secrets until you understand where they go. 3) Expect the helper script to require curl and jq; ensure those binaries are present or documented. 4) Remember this skill sends user-supplied identifiers (symbols, wallet addresses, queries) to an external third-party endpoint — only use it with non-sensitive data or when you trust the operator. 5) If you need higher assurance, request signed releases, an official domain/terms/privacy policy, or run your own audited gateway rather than relying on the railway.app endpoint. Given the mismatches in metadata and missing credential usage, proceed only after resolving these questions.
功能分析
Type: OpenClaw Skill
Name: strykr-prism
Version: 1.1.2
The skill bundle is benign. All files consistently define and interact with a financial data API hosted at `https://strykr-prism.up.railway.app`. The `SKILL.md` provides clear instructions for an AI agent to use this API, and the `scripts/prism.sh` helper script exclusively uses `curl` to query this specific endpoint. There is no evidence of data exfiltration, malicious execution (e.g., `curl|bash`), persistence mechanisms, or prompt injection attempts against the agent. The skill properly requests an API key via environment variable (`PRISM_API_KEY`) as a configuration item, which is a standard and secure practice.
能力评估
Purpose & Capability
The name, description, SKILL.md, and scripts all describe a market-data API and the provided endpoints align with that purpose. However, the skill metadata and repository/homepage situation is inconsistent: registry metadata lists no required env vars while skill.json declares PRISM_API_KEY as required, and the declared upstream (https://strykr-prism.up.railway.app) has no homepage or official owner linked in the package manifest. These inconsistencies reduce trust.
Instruction Scope
SKILL.md instructs the agent to send user queries, symbols, and wallet addresses to the external PRISM_URL via curl (expected for a data API). It does not instruct reading local files or unrelated system state. However, examples do not show sending an API key (Authorization header or query param), despite asking users to export PRISM_API_KEY — the mismatch is concerning because it's unclear how credentials are used or protected when requests are made.
Install Mechanism
There is no install spec (instruction-only), which is low risk in itself. But the included helper script uses curl and jq; the skill's declared required binaries list is empty, so the runtime dependency on jq/curl is undocumented. That mismatch can cause runtime failures or lead agents to try to install or invoke missing tools unexpectedly.
Credentials
skill.json marks PRISM_API_KEY as required and SKILL.md tells users to export it, but registry metadata provided earlier listed no required env vars. The runtime script never includes or demonstrates sending PRISM_API_KEY in requests (no Authorization header or query param shown). This could mean: (a) the key is actually required but the examples omit it (poor docs), (b) the key is unused (misconfigured metadata), or (c) the implementation expects the key in a non-obvious place. Any of these are suspicious because they affect how/if secrets are transmitted to the external service.
Persistence & Privilege
The skill does not request always:true, has no install spec that writes to disk beyond including a helper script, and does not ask to modify other skills or system-wide settings. It can be invoked by the model (normal behavior) but does not request elevated persistence privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install strykr-prism - 安装完成后,直接呼叫该 Skill 的名称或使用
/strykr-prism触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.2
Rebranded to OpenClaw
v1.1.1
SEO update
v1.1.0
- Updated description to highlight real-time capabilities and position PRISM as an alternative to Alpha Vantage, Polygon.io, and CoinGecko.
- Added `keywords` for discoverability, including references to AI agents, fintech, and major data competitors.
- Version bumped from 1.0.0 to 1.1.0.
- Streamlined introduction and branding in documentation for clarity and concise positioning.
- No changes to API endpoints or usage examples.
v1.0.0
Initial release: 120+ endpoints for canonical asset resolution, price lookups, token security, and cross-market intelligence
元数据
常见问题
Strykr Prism 是什么?
Real-time financial data API for AI agents. Stocks, crypto, forex, ETFs. 120+ endpoints. Alternative to Alpha Vantage, CoinGecko. Works with Claude, Cursor. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2169 次。
如何安装 Strykr Prism?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install strykr-prism」即可一键安装,无需额外配置。
Strykr Prism 是免费的吗?
是的,Strykr Prism 完全免费(开源免费),可自由下载、安装和使用。
Strykr Prism 支持哪些平台?
Strykr Prism 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Strykr Prism?
由 Next Frontier AI(@nextfrontierbuilds)开发并维护,当前版本 v1.1.2。
推荐 Skills