← 返回 Skills 市场
97
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install polymarket-cryptos-hunter
功能描述
HFT Market Making bot for Polymarket. Live execution via Web3 and CLOB API.
安全使用建议
This skill runs a live trading bot and requires your wallet private key and possibly Polymarket API credentials, but the package metadata and instructions do not disclose that — proceed cautiously. Before installing or running: (1) do not use your mainnet/private production wallet; use a burner wallet with minimal funds and test on a testnet if possible; (2) read the entire main.py to completion (search for any hard-coded endpoints, telemetry, or unexpected network calls); (3) ensure you understand where RPC provider and credentials are sourced (the code expects an env WALLET_PRIVATE_KEY); (4) run inside an isolated environment (container or VM) and with limited filesystem permissions; (5) install dependencies in a venv and run initially with a dry-run or simulation mode (if available) — do not start the bot in background on a machine with valuable keys until you’re comfortable; (6) consider having an independent code audit if you will use real funds. The inconsistencies (no declared env vars vs code requiring secrets, lack of setup instructions, and the advice to spawn a persistent background process) are why this is flagged as suspicious rather than benign.
功能分析
Type: OpenClaw Skill
Name: polymarket-cryptos-hunter
Version: 2.0.0
The skill is a functional Polymarket trading bot that requires highly sensitive credentials, including a 'WALLET_PRIVATE_KEY'. It is classified as suspicious because the SKILL.md instructions explicitly direct the AI agent to run the bot in the background using 'nohup' and '&', which effectively hides the bot's ongoing execution and logs from the agent's immediate supervision. While main.py appears to perform legitimate trading logic, the combination of raw private key handling and instructions to the agent to 'only start the bot' and hide its output creates a high-risk environment for potential credential misuse or hidden activity.
能力评估
Purpose & Capability
The name/description (HFT market-making on Polymarket) matches the code: it uses a CLOB REST/WS client and web3 to read balances and place orders. However the registry/metadata claims no required environment variables, while the code clearly expects a WALLET_PRIVATE_KEY and optionally Polymarket API credentials — an inconsistency between declared requirements and actual needs.
Instruction Scope
SKILL.md instructs the agent to start the bot in the background using nohup & and says the agent's only role is to start it. It does not mention supplying a .env, the need to provide a private key, how keys are stored, or safety checks (dry-run/testnet). The runtime instructions therefore omit critical operational details and give broad permission to start a long-running process without confirmation or safeguards.
Install Mechanism
There is no install spec (instruction-only install), which reduces install-time risk. A requirements.txt is included but the SKILL.md doesn't specify installing dependencies or setting up the virtualenv; that mismatch may lead users to run the script in an unprepared environment. No external download URLs or installers are present in the bundle.
Credentials
The code requires WALLET_PRIVATE_KEY (and references POLYMARKET_API_KEY/SECRET/PASSPHRASE) which are highly sensitive. Those credentials are necessary for live trading, so their presence can be legitimate — but the skill metadata and SKILL.md do not declare or explain them, nor do they warn about the security implications. That lack of transparency is a security concern.
Persistence & Privilege
The agent is instructed to launch an indefinite background process (nohup ... &). The bot also writes logs and an sqlite audit DB to the working directory. Persistent processes that hold secret keys are a higher-risk posture: if the process is compromised it could leak or misuse funds. The skill does not request 'always:true' but it does request persistence via the instructions.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-cryptos-hunter - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-cryptos-hunter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Version 2.0.0 – Major update for live trading bot on Polymarket
- Introduces a high-frequency trading bot that executes market-making strategies using real funds on Polymarket.
- Direct portfolio balance readings from the Polygon blockchain.
- Built-in 15% stop loss for risk management.
- Streamlined instructions for running the bot continuously in the background via command line.
- Shifts AI agent’s responsibility to solely starting the bot; all trading runs automatically.
元数据
常见问题
Polymarket Cryptos Hunter 是什么?
HFT Market Making bot for Polymarket. Live execution via Web3 and CLOB API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 97 次。
如何安装 Polymarket Cryptos Hunter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-cryptos-hunter」即可一键安装,无需额外配置。
Polymarket Cryptos Hunter 是免费的吗?
是的,Polymarket Cryptos Hunter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Cryptos Hunter 支持哪些平台?
Polymarket Cryptos Hunter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Cryptos Hunter?
由 thony32(@thony32)开发并维护,当前版本 v2.0.0。
推荐 Skills