← 返回 Skills 市场
georges91560

Polymarket Optimizer

作者 Wesley Armando · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
297
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install polymarket-optimizer
功能描述
Automatic parameter optimizer for polymarket-executor. Reads performance_metrics.json every 6 hours, analyzes win rates and P&L per strategy, adjusts learned...
安全使用建议
This skill appears to do what it says: read local executor metrics, compute adjustments, write learned_config.json, and optionally post Telegram reports. Before installing: (1) review the full Python source (the file was truncated in the bundle listing) to confirm there are no additional network endpoints or hidden behaviors, (2) run it in a staging environment against sample metrics to validate logic and prevent bad allocations, (3) avoid loading a shared .env containing other service credentials—only provide TELEGRAM_* and WORKSPACE if needed, (4) prefer running under a dedicated, non-root user or inside the OpenClaw container rather than enabling the root systemd example, and (5) lock down file permissions on the WORKSPACE so the optimizer can only access intended files. If you want higher assurance, request the full untruncated source for a complete audit or run the script under a network-restricted environment to confirm it only contacts api.telegram.org when tokens are set.
功能分析
Type: OpenClaw Skill Name: polymarket-optimizer Version: 1.0.0 The polymarket-optimizer skill is a legitimate utility designed to analyze trading performance and adjust configuration parameters for a corresponding executor. The core logic in polymarket_optimizer.py involves reading local JSON metrics, calculating win rates and P&L, and updating a configuration file, with optional status reporting via the Telegram API. The code follows its stated purpose without any evidence of data exfiltration, unauthorized command execution, or malicious prompt injection.
能力评估
Purpose & Capability
Name/description match what the code and SKILL.md do: read workspace metrics, analyze strategies, and write learned_config.json and optimizer_log.jsonl. Required binary (python3) and optional TELEGRAM/WORKSPACE envs are consistent with purpose.
Instruction Scope
Runtime instructions and code limit actions to workspace files (performance_metrics.json, paper_trades.json, portfolio.json, live_trades.jsonl) and local logs; Telegram messages are optional. Documentation includes systemd/cron guidance that suggests running docker exec or loading a shared .env — following those instructions without care could expose unrelated environment variables or grant broad host-level execution privileges, so treat the docs as higher-risk operational guidance rather than a property of the skill itself.
Install Mechanism
No install spec (instruction-only with an included Python script). No remote downloads or package installs are present in the bundle; risk from install mechanism is low.
Credentials
The skill declares no required secrets and only optionally uses TELEGRAM_BOT_TOKEN, TELEGRAM_CHAT_ID, and WORKSPACE. That is proportionate. However, the provided systemd docs advise loading a global .env (EnvironmentFile) and running as root/docker exec; if you follow that, unrelated secrets in that .env could be exposed to the process—limit the environment to only the variables this skill needs.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent elevated platform privileges. The systemd docs propose running as root and using docker exec (operational recommendation) — this is optional and not required by the skill, but follow-up caution is advised if you adopt those instructions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install polymarket-optimizer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /polymarket-optimizer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of polymarket-optimizer v1.0.0. - Automatically analyzes strategy win rates and P&L from performance_metrics.json every 6 hours. - Adjusts learned_config.json (thresholds, allocations, Kelly fraction) based on recent trading results. - Generates full optimization logs and paper trade performance metrics. - Assesses live trading readiness with clear criteria and sends summary reports via Telegram. - Part of Wesley Agent Ecosystem, mirroring crypto-executor-optimizer workflow.
元数据
Slug polymarket-optimizer
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Polymarket Optimizer 是什么?

Automatic parameter optimizer for polymarket-executor. Reads performance_metrics.json every 6 hours, analyzes win rates and P&L per strategy, adjusts learned... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 297 次。

如何安装 Polymarket Optimizer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-optimizer」即可一键安装,无需额外配置。

Polymarket Optimizer 是免费的吗?

是的,Polymarket Optimizer 完全免费(开源免费),可自由下载、安装和使用。

Polymarket Optimizer 支持哪些平台?

Polymarket Optimizer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Polymarket Optimizer?

由 Wesley Armando(@georges91560)开发并维护,当前版本 v1.0.0。

💬 留言讨论