← Back to Skills Marketplace
thony32

Polymarket Cryptos Maker 5m

by thony32 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
245
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install polymarket-maker
Description
Continuous Static Market Making execution skill for Polymarket. Sells BOTH sides of 5-minute binary markets at $0.52. Features multi-asset support and an aut...
Usage Guidance
Do not run this against a real wallet until you verify and test it yourself. Key points to check before installing/using: 1) The script reads .env and expects WALLET_PRIVATE_KEY and LIVE_TRADING but the SKILL.md and metadata do not mention these — supply a private key only to code you fully trust. 2) The advertised "8% Stop-Loss" is implemented against an internal simulated balance (INITIAL_BALANCE/currentBalance) and is not tied to actual on-chain balances or exchange account data — it may not protect real funds. 3) The package.json requires @polymarket/clob-client, ethers and dotenv; run npm install in a controlled environment and inspect installed packages. 4) Prefer testing in a dry-run or sandbox (LIVE_TRADING unset/false) and with a throwaway wallet with minimal funds. 5) If you need this skill, ask the publisher to update SKILL.md and registry metadata to declare required env vars, explain how stop-loss maps to real balances, and include explicit install/run instructions. If you are not comfortable auditing the code and npm dependencies yourself, do not provide your wallet private key or enable LIVE_TRADING.
Capability Analysis
Type: OpenClaw Skill Name: polymarket-maker Version: 1.0.0 The skill is a crypto trading bot for Polymarket that requires a sensitive 'WALLET_PRIVATE_KEY' environment variable. While the logic in 'index.mjs' appears to follow the stated market-making strategy, the 'SKILL.md' instructions explicitly direct the AI agent to run the script in the background using 'nohup' and redirect all output to a local file ('bot_log.json'). This combination of private key access and persistent background execution is a high-risk pattern that can be used to obscure long-term activity or maintain unauthorized persistence within the agent's environment.
Capability Assessment
Purpose & Capability
The name/description and the code both implement a continuous Polymarket market-making bot (placing sell orders on both sides). However, the metadata declares no required credentials/env vars while the code expects LIVE_TRADING and WALLET_PRIVATE_KEY (loaded via dotenv). That mismatch is unexplained and problematic for a trading skill.
Instruction Scope
SKILL.md tells the user how to launch the script in the background but omits crucial operational details: it does not mention that you must set LIVE_TRADING or provide WALLET_PRIVATE_KEY (or a .env file), and it does not instruct installing Node dependencies. The README claims an automated 8% stop-loss, but the code's stop-loss uses an internal simulated balance (INITIAL_BALANCE/currentBalance) and is not tied to on-chain or actual wallet balances — this could mislead users into thinking their real funds are protected.
Install Mechanism
No install spec is provided (instruction-only), but package.json lists dependencies (@polymarket/clob-client, ethers, dotenv). The SKILL.md does not instruct to run npm install or otherwise install dependencies; that omission is a usability/safety concern but not itself an active install risk. Dependencies are from npm (traceable), not a remote archive.
Credentials
The package uses dotenv and reads process.env.LIVE_TRADING and process.env.WALLET_PRIVATE_KEY (sensitive). Metadata declared no required env or primary credential — omitting a required private key is an incoherence. Requesting a wallet private key is expected for a trading bot, but the missing documentation and simulated stop-loss make that access disproportionate without clearer safeguards.
Persistence & Privilege
The skill does not request 'always: true' and does not modify other skill/system configs. It runs as a user-launched Node process; autonomous invocation is permitted by platform defaults but not specifically privileged by this skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install polymarket-maker
  3. After installation, invoke the skill by name or use /polymarket-maker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of polymarket-maker skill: - Launches continuous static market making for Polymarket 5-minute binary markets. - Simultaneously places limit sell orders for both UP and DOWN tokens at a fixed price of $0.52. - Supports trading across multiple assets (BTC, ETH, SOL, XRP). - Includes an automated 8% stop-loss to halt trading on excessive drawdown. - Provides example commands for running the skill in the background with Node.js.
Metadata
Slug polymarket-maker
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Polymarket Cryptos Maker 5m?

Continuous Static Market Making execution skill for Polymarket. Sells BOTH sides of 5-minute binary markets at $0.52. Features multi-asset support and an aut... It is an AI Agent Skill for Claude Code / OpenClaw, with 245 downloads so far.

How do I install Polymarket Cryptos Maker 5m?

Run "/install polymarket-maker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Polymarket Cryptos Maker 5m free?

Yes, Polymarket Cryptos Maker 5m is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Polymarket Cryptos Maker 5m support?

Polymarket Cryptos Maker 5m is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Polymarket Cryptos Maker 5m?

It is built and maintained by thony32 (@thony32); the current version is v1.0.0.

💬 Comments