← Back to Skills Marketplace
rafimchmd

Poly Tradebot

by Rafi Mochamad Fahreza · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ Security Clean
190
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install poly-tradebot
Description
Automated news analysis pipeline that fetches CNBC world news, classifies articles by topic (geopolitics vs macroeconomics), and invokes specialized skills (...
Usage Guidance
This skill is internally coherent for automating news→Polymarket analysis, but check a few things before enabling it in production: (1) The included scripts are orchestration helpers only — they do not actually fetch CNBC or Polymarket data; the runtime relies on platform tools (web_fetch, web_search) and the external skills geopolitics-expert and the-fed-agent. Ensure those skills exist and are trusted. (2) There are small inconsistencies: the Python file references the_fed_agent while SKILL.md uses the-fed-agent, and the script can classify an article as 'uncertain' even though the pipeline assumes a geopolitics or macro classification — ask the author to clarify failure paths. (3) The skill will produce trading recommendations and searches markets; if you plan to act on those recommendations, treat them as high-risk financial advice and test in a sandbox. (4) Confirm you are comfortable with the agent autonomously invoking external skills and web tools (this is platform-default behavior). If you need higher assurance, request the author add explicit error handling, make network calls explicit in code (with reviewable HTTP targets), and document which external skills are required and what privileges they have.
Capability Analysis
Type: OpenClaw Skill Name: poly-tradebot Version: 1.0.4 The poly-tradebot skill bundle is a legitimate automated news and market analysis tool designed to fetch CNBC articles, classify them by topic, and generate trading recommendations based on Polymarket data. The workflow described in SKILL.md and the supporting logic in scripts/fetch_cnbc.py are consistent with the stated purpose, utilizing standard web fetching and searching tools without any evidence of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
Name/description (CNBC → classify → invoke expert skills → find Polymarket markets → build trading table) align with the SKILL.md and included references. No unrelated environment variables, binaries, or config paths are requested.
Instruction Scope
Instructions explicitly use web_fetch, web_search, and to invoke geopolitics-expert / the-fed-agent and to save outputs to memory/. That scope is consistent with the stated purpose. Minor issues: the shipped Python script does not perform network fetches (it prints orchestration steps rather than executing them), and it uses the identifier the_fed_agent in a comment while SKILL.md uses the-fed-agent; the script can also return 'uncertain' but the SKILL.md does not describe handling for that case. These are functional/clarity issues rather than evidence of malicious scope creep.
Install Mechanism
Instruction-only skill with no install spec. The included Python file is small and non-executing (it prints orchestration steps). No downloads, installers, or archive extraction are present.
Credentials
Skill requests no environment variables or credentials. It relies on platform tools (web_fetch, web_search) and other skills; requiring those external skills is proportionate to the pipeline purpose but users should confirm those skills' privileges separately.
Persistence & Privilege
always is false and the skill is user-invocable; it does instruct saving files to memory/ (expected for a pipeline). No modifications to other skills or system-wide settings are requested.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install poly-tradebot
  3. After installation, invoke the skill by name or use /poly-tradebot
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
- Added a new odds filter: only include Polymarket markets with Yes% probability below 70% (contrarian edge). - Updated requirements for the unified trading table: all markets must now pass both volume (> $1,000,000) and odds (<70%) filters. - Documentation updated to reflect odds filter and changed the skill version to 3.1. - No code changes, but clarifies market selection and summary output rules for trading recommendations.
v1.0.3
poly-tradebot v1.0.3 - Increased minimum number of Polymarket markets in output table to 10. - Added a Volume column to the unified trading table for each market. - Filtered included markets to only those with more than $1,000,000 total trading volume. - Updated output requirements: table must include at least 10 qualifying, high-liquidity markets. - Clarified sample code and documentation for market discovery and table formatting.
v1.0.2
No changes in this version; no file updates detected.
v1.0.1
**v1.0.1 Changelog:** - Updated macroeconomics skill invocation from `the_fed_agent` to `the-fed-agent` across documentation. - Added detailed workflow for automatic Polymarket market discovery and integration. - Enhanced output format: now produces a unified trading table summarizing market odds, Yes/No recommendations, and concise expert reasoning. - Simplified final output to a single summary table in markdown—no extra narrative or synthesis. - Updated documentation to reflect new pipeline steps and dependencies.
v1.0.0
Poly-tradebot 1.0.0 initial release - Fully automated workflow for fetching, classifying, and analyzing CNBC world news relevant to US/IRAN war, Fed policy, and market impacts. - Article classification into geopolitics or macroeconomics topics, with tailored invocation of specialized analytical skills. - Structured 5-section analysis output per article, saved in memory with clear skill framework references. - Fallback to direct macroeconomic analysis if key skills are unavailable. - Includes scripts, templates, and documentation to support end-to-end operation.
Metadata
Slug poly-tradebot
Version 1.0.4
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is Poly Tradebot?

Automated news analysis pipeline that fetches CNBC world news, classifies articles by topic (geopolitics vs macroeconomics), and invokes specialized skills (... It is an AI Agent Skill for Claude Code / OpenClaw, with 190 downloads so far.

How do I install Poly Tradebot?

Run "/install poly-tradebot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Poly Tradebot free?

Yes, Poly Tradebot is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Poly Tradebot support?

Poly Tradebot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Poly Tradebot?

It is built and maintained by Rafi Mochamad Fahreza (@rafimchmd); the current version is v1.0.4.

💬 Comments