← Back to Skills Marketplace
97
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install polymarket-cryptos-hunter
Description
HFT Market Making bot for Polymarket. Live execution via Web3 and CLOB API.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-cryptos-hunter - After installation, invoke the skill by name or use
/polymarket-cryptos-hunter - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Polymarket Cryptos Hunter?
HFT Market Making bot for Polymarket. Live execution via Web3 and CLOB API. It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.
How do I install Polymarket Cryptos Hunter?
Run "/install polymarket-cryptos-hunter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket Cryptos Hunter free?
Yes, Polymarket Cryptos Hunter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Polymarket Cryptos Hunter support?
Polymarket Cryptos Hunter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket Cryptos Hunter?
It is built and maintained by thony32 (@thony32); the current version is v2.0.0.
More Skills