← 返回 Skills 市场
Prediction Bridge Dev
作者
smallyunet
· GitHub ↗
· v0.0.2
832
总下载
2
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install prediction-bridge-dev
功能描述
Search Prediction Bridge prediction-market events by text or X (Twitter) link via the backend API.
安全使用建议
This skill appears to do what it says: it posts user-provided text or X (Twitter) links to Prediction Bridge's backend and returns parsed prediction-market matches. Before installing, consider: (1) queries (including any URLs or tweet text) are sent to the external Prediction Bridge server — avoid sending sensitive secrets or private data; (2) the SKILL.md documents an optional PREDICTION_BRIDGE_API_URL you can set to point to a different backend, but the registry metadata didn't list that env var (harmless but inconsistent); (3) verify you trust the Prediction Bridge service and its privacy policy if you'll be sending non-public information. Otherwise the skill is internally consistent and low-risk.
功能分析
Type: OpenClaw Skill
Name: prediction-bridge-dev
Version: 0.0.2
The skill uses `curl` to interact with an external API, which is expected for its functionality. However, the `SKILL.md` instructs the AI agent to directly embed user input (`<USER_TEXT_OR_X_URL>`) into a JSON payload without explicit sanitization. This creates a potential prompt injection or JSON injection vulnerability (in `SKILL.md`) if the AI agent performs naive string substitution, allowing a malicious user to alter the JSON structure sent to the backend.
能力评估
Purpose & Capability
Name/description match the runtime instructions: the SKILL.md instructs the agent to POST a search payload to Prediction Bridge's /search/unified endpoint and return parsed event results. Declared required binary (curl) is exactly what the instructions use.
Instruction Scope
Instructions are narrowly scoped to building a text (or X URL) query, calling the unified search API via curl, validating/parsing the JSON, and presenting summarized event snapshots. Important privacy note: any user text, URLs, or resolved tweet contents are transmitted to the external Prediction Bridge backend — this is expected for the skill but is a data-exfiltration surface the user should know about. Also, the SKILL.md references an optional env var (PREDICTION_BRIDGE_API_URL) that is not listed under 'required env vars' in the registry metadata (minor mismatch).
Install Mechanism
No install spec and no code files — instruction-only skill. This is low-risk from an install perspective (nothing is downloaded or written to disk).
Credentials
The registry lists no required environment variables or credentials (appropriate). The SKILL.md documents an optional PREDICTION_BRIDGE_API_URL env var to override the API base — that's reasonable, but it's an env var referenced in runtime docs that wasn't declared in the metadata (minor inconsistency). The skill does not request keys/tokens or other unrelated secrets.
Persistence & Privilege
always:false and no install actions; the skill does not request permanent presence or elevated privileges and does not attempt to modify other skills or system config.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install prediction-bridge-dev - 安装完成后,直接呼叫该 Skill 的名称或使用
/prediction-bridge-dev触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.2
Expanded guidance for when and how to use the skill; clarified output parsing and presentation.
- Added usage scenarios and outlined ideal vs. non-ideal use cases.
- Described expected API response format in detail, including field explanation.
- Provided clear agent instructions on validating, ranking, and presenting results (including output shape and ranking).
- Added best practices for market snapshot extraction and optional news inclusion.
- Improved error and empty-result handling guidance.
v0.0.1
Initial release of prediction-bridge-search skill.
- Enables searching Prediction Bridge prediction-market events by text query, article URL, or X (Twitter) status link.
- Integrates with the Prediction Bridge backend unified search endpoint.
- Presents matched events with platform, score, link, and quick market snapshot.
- Supports related news items for additional context.
- Includes detailed error handling for invalid inputs and backend issues.
元数据
常见问题
Prediction Bridge Dev 是什么?
Search Prediction Bridge prediction-market events by text or X (Twitter) link via the backend API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 832 次。
如何安装 Prediction Bridge Dev?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install prediction-bridge-dev」即可一键安装,无需额外配置。
Prediction Bridge Dev 是免费的吗?
是的,Prediction Bridge Dev 完全免费(开源免费),可自由下载、安装和使用。
Prediction Bridge Dev 支持哪些平台?
Prediction Bridge Dev 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Prediction Bridge Dev?
由 smallyunet(@smallyunet)开发并维护,当前版本 v0.0.2。
推荐 Skills