← 返回 Skills 市场
Polymarket Cybersecurity Trader
作者
diagnostikon
· GitHub ↗
· v0.0.3
· MIT-0
321
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install polymarket-cybersecurity-trader
功能描述
Trades Polymarket prediction markets on major cyberattacks, ransomware incidents, data breaches, zero-day exploits, and national cybersecurity legislation. E...
安全使用建议
Before installing, confirm and resolve the metadata mismatch: the repository files require a SIMMER_API_KEY and the simmer-sdk Python package even though the registry said none. If you will run live trades, you must supply SIMMER_API_KEY and understand the Simmer service's privileges and fees. By default the code runs in paper mode (venue='sim') and requires an explicit --live flag to execute real trades. If you plan to install, review the simmer-sdk package source (network behavior, where API keys are sent), and only provide SIMMER_API_KEY to services you trust. Ask the publisher why the registry metadata omitted the env and pip requirements; that inconsistency is the primary red flag here.
功能分析
Type: OpenClaw Skill
Name: polymarket-cybersecurity-trader
Version: 0.0.3
The polymarket-cybersecurity-trader skill is a legitimate trading bot designed to execute trades on Polymarket based on cybersecurity event signals like CVE disclosures and ransomware trends. The implementation in trader.py is transparent, follows the strategy described in SKILL.md, and includes safety features such as a default paper-trading mode (venue='sim') and slippage safeguards. There are no signs of data exfiltration, malicious execution, or prompt injection; the code strictly interacts with the stated simmer-sdk and uses standard environment variables for configuration.
能力标签
能力评估
Purpose & Capability
The skill's name, SKILL.md, and trader.py all describe a Polymarket cybersecurity trader and the requested runtime access to a Simmer trading API (SIMMER_API_KEY) is consistent with that purpose. However, the top-level registry metadata claimed no required env vars or install steps while clawhub.json and trader.py clearly require SIMMER_API_KEY and the simmer-sdk pip package. The mismatch between declared registry requirements and bundled files is incoherent.
Instruction Scope
SKILL.md and trader.py focus on market discovery, conviction sizing, and timing signals (Patch Tuesday). The instructions don't ask the agent to read unrelated system files, harvest credentials, or post data to unknown endpoints. The template wording 'Your agent provides the alpha' gives the agent latitude to supply signals, but that is not itself overbroad.
Install Mechanism
Registry metadata claimed 'No install spec — instruction-only', but clawhub.json lists a pip dependency ('simmer-sdk'). That means the skill will require installing a third-party Python package even though the registry said otherwise. This discrepancy should be clarified; installing pip packages is a higher-risk action than an instruction-only skill.
Credentials
trader.py directly reads os.environ['SIMMER_API_KEY'] and other SIMMER_* tunables; those are proportionate to a trading client but the registry initially advertised no required env vars. The single required secret (SIMMER_API_KEY) is expected for trading, but it is undeclared in the top-level metadata—this mismatch is the main proportionality issue.
Persistence & Privilege
always:false and autostart:false. The automaton entrypoint is managed but the skill does not request permanent/always-on inclusion or system-wide config changes. It does call apply_skill_config if available (to load tunables), which is normal for managed skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-cybersecurity-trader - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-cybersecurity-trader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.3
SDK resilience: try/except runt apply_skill_config
v0.0.2
fix: add _client.live=True so --live actually routes to polymarket-venue for real USDC trades
v1.0.2
Fix apply_skill_config AttributeError for new Simmer SDK compatibility
v1.0.1
**Expanded structural edge logic and bias-driven conviction system:**
- Introduces built-in "cyber_bias()" logic that weights markets by tractability (e.g., ransomware/sector, CVE/KEV, DDoS, legislation, attribution, physical outage) using public base rates and timing windows.
- Now exploits Patch Tuesday effect: checks if CISA KEV additions or cyber event markets fall within 72 hours of Patch Tuesday, applying an automated bias multiplier without requiring any API connection.
- Reworks signal sizing—conviction and bias multipliers determine trade size and prioritization, with built-in safeguards (spread, volume, days to resolution).
- Much deeper breakdown of market inefficiencies, technical information asymmetry, and threat calendar effects for transparency and edge explanation.
- Adds extensive documentation and justification for each bias multiplier and recommended signal remixing strategies—makes the template easier to extend or adapt.
v1.0.0
- Initial release of the Cybersecurity & Hacking Events Trader skill for Polymarket.
- Scans and trades markets related to cyberattacks, ransomware, data breaches, zero-day exploits, and cybersecurity legislation using threat intelligence feeds.
- Integrates with CISA's Known Exploited Vulnerabilities (KEV) catalog to detect major cybersecurity incidents before markets adjust.
- Defaults to safe paper trading mode; live trading only enabled with a specific launch flag.
- Fully documented risk parameters and credential requirements for secure configuration.
- Built with simmer-sdk as its trading backend.
元数据
常见问题
Polymarket Cybersecurity Trader 是什么?
Trades Polymarket prediction markets on major cyberattacks, ransomware incidents, data breaches, zero-day exploits, and national cybersecurity legislation. E... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 321 次。
如何安装 Polymarket Cybersecurity Trader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-cybersecurity-trader」即可一键安装,无需额外配置。
Polymarket Cybersecurity Trader 是免费的吗?
是的,Polymarket Cybersecurity Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Cybersecurity Trader 支持哪些平台?
Polymarket Cybersecurity Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Cybersecurity Trader?
由 diagnostikon(@diagnostikon)开发并维护,当前版本 v0.0.3。
推荐 Skills