← Back to Skills Marketplace
91
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install polymarket-predictradar-news-impact-skills
Description
Breaking news + Polymarket market correlation analysis. Scan today's major news and track its impact on prediction market probabilities, or find all related...
Usage Guidance
Before installing or enabling this skill: 1) Confirm that a trusted polymarket-data-layer skill exists in your agent environment and inspect its code (mcp-client/gamma-client) to see what credentials or DB access it exposes. 2) Ask the skill author to declare dependencies and any required credentials (API keys, DB access) explicitly — a skill should not rely on implicit access to another skill's internals. 3) If you enable it, run it in a sandboxed agent or with limited permissions until you verify it only accesses expected Polymarket data endpoints. 4) If you cannot inspect polymarket-data-layer, treat this skill as higher-risk and avoid granting autonomous invocation or broad environment privileges.
Capability Analysis
Type: OpenClaw Skill
Name: polymarket-predictradar-news-impact-skills
Version: 1.0.0
The skill bundle facilitates Polymarket analysis by correlating news events with market data, but it contains a significant SQL injection vulnerability in SKILL.md. The instructions direct the agent to interpolate external data—such as timestamps from web searches ({newsTime}) and market identifiers ({conditionIds})—directly into SQL queries without any sanitization or validation logic. While the capabilities (WebSearch and database access) are aligned with the stated purpose, the lack of input protection for these parameters represents a high-risk vulnerability.
Capability Assessment
Purpose & Capability
The skill's stated goal (map news → Polymarket market impacts) matches the SQL and API-style queries in SKILL.md. However the instructions explicitly require code from a different skill (../../polymarket-data-layer/scripts/mcp-client and gamma-client) while the skill metadata declares no dependency — an undeclared dependency on another skill's internals is an inconsistency.
Instruction Scope
SKILL.md tells the agent to require and use other skill scripts by relative path. That means the agent will attempt to read/execute code outside this skill's own files, which can reveal or reuse secrets, internal client logic, or privileged database access. The instructions also call for WebSearch, Polymarket searches and DB queries; those are fine for the purpose but the file-system access of another skill is scope creep.
Install Mechanism
This is an instruction-only skill with no install spec or downloaded code, so it does not itself install arbitrary binaries — low install risk. The risk comes from runtime interactions with other skills, not from an installer.
Credentials
The skill declares no env vars or credentials, but the mcp/gamma clients it instructs to use almost certainly rely on database/API credentials or tokens (not declared here). That mismatch means the skill assumes implicit access to credentials via the referenced polymarket-data-layer or the agent environment; required secrets are not documented or scoped.
Persistence & Privilege
The skill does not request permanent presence (always:false) and has no install steps that persist artifacts. The main privilege concern is the instruction to load other skill files at runtime, but it does not request to modify other skills or agent-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-predictradar-news-impact-skills - After installation, invoke the skill by name or use
/polymarket-predictradar-news-impact-skills - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Scan breaking news and analyze Polymarket market impact.
- Proactively summarizes today's major news and tracks related prediction market probability and volume changes.
- Supports user-provided news queries: matches event news to both directly and indirectly related active markets.
- Filters out settled/closed markets for focused and timely insights.
- Fetches and displays major price shifts and large trades, flagging possible smart money activity.
- Clear output formats for both news-driven market scans and event-specific market correlations.
Metadata
Frequently Asked Questions
What is polymarket-predictradar-news-impact-skills?
Breaking news + Polymarket market correlation analysis. Scan today's major news and track its impact on prediction market probabilities, or find all related... It is an AI Agent Skill for Claude Code / OpenClaw, with 91 downloads so far.
How do I install polymarket-predictradar-news-impact-skills?
Run "/install polymarket-predictradar-news-impact-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is polymarket-predictradar-news-impact-skills free?
Yes, polymarket-predictradar-news-impact-skills is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does polymarket-predictradar-news-impact-skills support?
polymarket-predictradar-news-impact-skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created polymarket-predictradar-news-impact-skills?
It is built and maintained by Yeri (@cnica); the current version is v1.0.0.
More Skills