← 返回 Skills 市场
Poly Tradebot
作者
Rafi Mochamad Fahreza
· GitHub ↗
· v1.0.4
· MIT-0
190
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install poly-tradebot
功能描述
Automated news analysis pipeline that fetches CNBC world news, classifies articles by topic (geopolitics vs macroeconomics), and invokes specialized skills (...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install poly-tradebot - 安装完成后,直接呼叫该 Skill 的名称或使用
/poly-tradebot触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Poly Tradebot 是什么?
Automated news analysis pipeline that fetches CNBC world news, classifies articles by topic (geopolitics vs macroeconomics), and invokes specialized skills (... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 190 次。
如何安装 Poly Tradebot?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install poly-tradebot」即可一键安装,无需额外配置。
Poly Tradebot 是免费的吗?
是的,Poly Tradebot 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Poly Tradebot 支持哪些平台?
Poly Tradebot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Poly Tradebot?
由 Rafi Mochamad Fahreza(@rafimchmd)开发并维护,当前版本 v1.0.4。
推荐 Skills