← Back to Skills Marketplace
117
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install polysports-trading-agent
Description
Conversational PolySports trading and OpenClaw automation through structured `/skills/v1` endpoints. Use when user needs to look up PolySports markets, inspe...
Usage Guidance
Before installing or using this skill: 1) Do not paste API keys into chat unless you understand how the platform will store and protect them — prefer a secure secret mechanism (declared env var or secret vault). 2) Ask the publisher to correct the name/slug mismatch (Polymarket vs PolySports) to avoid confusion. 3) Request that the skill metadata explicitly declare required credentials (e.g., X-PolySports-Api-Key) and document how/where keys are stored and who can access them. 4) Review and approve any cron/monitor templates that will be created (assets/cron/jobs.template.json and monitor-launcher.prompt.md) and confirm the Telegram delivery target; remove or lock any automation that could place real trades until you have explicitly granted and audited persistent trading authority. 5) If you want to proceed, test in a staging environment or with a test API key and without granting discretionary trading authority, and verify the skill's behavior (preview flows, idempotency keys, order-checking) before allowing real money trades.
Capability Analysis
Type: OpenClaw Skill
Name: polymarket-sports-trade
Version: 1.0.0
This skill is a PolySports trading automation tool that manages sensitive API keys and executes financial transactions. It includes high-risk features such as automated cron-based trading (assets/cron/jobs.template.json), Telegram notifications, and a 'discretionary authority' mode (SKILL.md, references/skills-api.md) that allows the agent to trade without per-transaction confirmation. While these capabilities are consistent with the tool's stated purpose, the combination of automated fund management and the potential for API key exposure in conversation history presents a significant security risk. IOCs include the domain api.polysports.vip.
Capability Assessment
Purpose & Capability
The SKILL.md and supporting files consistently describe a PolySports trading & OpenClaw automation skill. However, the skill registry name/slug ('polymarket-sports-trade') and the package content refer to 'PolySports' rather than 'Polymarket', which is confusing and could mislead users. Overall the required capabilities (API calls, cron job templates, Telegram delivery) are coherent with a trading/automation skill.
Instruction Scope
The runtime instructions ask the agent to require a valid X-PolySports-Api-Key and, if missing, to ask the user to paste it directly into the conversation. The skill also contains templates and cron jobs that instruct automated, recurring monitoring and potential writes (orders) using that key and Telegram delivery targets. Asking users to send secrets in-chat and creating autonomous scheduled jobs that can place trades are both sensitive behaviors that broaden the skill's scope beyond passive read-only lookups.
Install Mechanism
This is an instruction-only skill with no install steps or third-party downloads. That minimizes code/install risk because nothing new is written to disk by the skill bundle itself.
Credentials
The SKILL.md repeatedly requires an X-PolySports-Api-Key and defines placeholders like __POLYSPORTS_API_KEY__, __TELEGRAM_CHAT_ID__, and __POSITION_SIZE_USDC__, but the registry metadata declares no required env vars or primary credential. That mismatch is an incoherence: a trading skill that executes writes should declare the expected credential handling and storage model. Also, instructing users to paste API keys into chat is a disproportionate and risky credential-handling pattern unless the platform provides secure secret injection.
Persistence & Privilege
always:false and user-invocable:true — so the skill is not force-included. However, the provided job template and monitor-launcher prompt are explicitly designed to create OpenClaw cron jobs that will run recurring monitoring and can place trades (if the API key and delegated authority are present). That enables persistent, autonomous activity contingent on user-provided keys/permissions; users should be aware and control delegation carefully.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polysports-trading-agent - After installation, invoke the skill by name or use
/polysports-trading-agent - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Polysports-trading-agent 1.0.0 initial release:
- Enables conversational PolySports trading and automation using structured `/skills/v1` endpoints.
- Supports discovery, balance/auth checks, trading, monitoring, and workflow automation for PolySports markets only.
- Enforces strict guardrails: always require explicit order size, user confirmation (unless delegated authority), and valid API key before trading.
- Provides automated pregame scan, in-game monitoring, and postgame review with OpenClaw cron integration.
- Keeps PolySports and Polymarket workflows fully separated for compliance and clarity.
- Directs users to obtain API access via polysports.vip if missing; never infers critical parameters or executes ambiguous trades.
Metadata
Frequently Asked Questions
What is polymarket-sports-trade?
Conversational PolySports trading and OpenClaw automation through structured `/skills/v1` endpoints. Use when user needs to look up PolySports markets, inspe... It is an AI Agent Skill for Claude Code / OpenClaw, with 117 downloads so far.
How do I install polymarket-sports-trade?
Run "/install polysports-trading-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is polymarket-sports-trade free?
Yes, polymarket-sports-trade is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does polymarket-sports-trade support?
polymarket-sports-trade is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created polymarket-sports-trade?
It is built and maintained by Jerry (@dreamcoin1998); the current version is v1.0.0.
More Skills