← Back to Skills Marketplace
Prediction Bridge Dev
by
smallyunet
· GitHub ↗
· v0.0.2
832
Downloads
2
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install prediction-bridge-dev
Description
Search Prediction Bridge prediction-market events by text or X (Twitter) link via the backend API.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install prediction-bridge-dev - After installation, invoke the skill by name or use
/prediction-bridge-dev - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Prediction Bridge Dev?
Search Prediction Bridge prediction-market events by text or X (Twitter) link via the backend API. It is an AI Agent Skill for Claude Code / OpenClaw, with 832 downloads so far.
How do I install Prediction Bridge Dev?
Run "/install prediction-bridge-dev" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Prediction Bridge Dev free?
Yes, Prediction Bridge Dev is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Prediction Bridge Dev support?
Prediction Bridge Dev is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Prediction Bridge Dev?
It is built and maintained by smallyunet (@smallyunet); the current version is v0.0.2.
More Skills