A secure, non-custodial AI agent skill for automated and manual trading on Polymarket prediction markets using locally signed transactions.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install polyclawster
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install polyclawster using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Polyclawster Agent is a specialized tool designed for the Openclaw Skills ecosystem that enables users to interact with Polymarket prediction markets. Unlike centralized trading bots, this skill is strictly non-custodial, meaning your private keys are generated and stored locally on your machine. It utilizes a secure architecture where transactions are signed locally using EIP-712 and submitted via a geo-bypass relay to ensure seamless access regardless of location.
By integrating this skill, developers can leverage their AI agents to browse markets, analyze sentiment, and execute trades autonomously. It bridges the gap between decentralized finance and agentic workflows, providing a robust framework for managing a Polygon-based trading portfolio within the Openclaw Skills environment.
To get started with this skill in your Openclaw Skills setup, ensure you have Node.js installed and then run the following commands:
# Initialize the agent and generate a local wallet
node scripts/setup.js --auto
# Optional: Approve USDC for live trading (requires POL for gas)
node scripts/approve.js
You can then verify your configuration and wallet address by running:
node scripts/setup.js --info
The Polyclawster Agent manages data across local and remote environments to ensure security while maintaining functionality within the Openclaw Skills framework:
| Data Type | Storage Location | Description |
|---|---|---|
| Private Key | ~/.polyclawster/config.json |
Stored locally with chmod 600 permissions; never leaves your machine. |
| API Credentials | ~/.polyclawster/config.json |
Locally derived Polymarket CLOB keys and secrets. |
| Wallet Address | polyclawster.com / Chain | Publicly visible address for tracking and deposits. |
| Trade History | polyclawster.com | Synced history for portfolio visualization and leaderboards. |
/api/signals endpoint to trigger trades only when confidence scores exceed a specific threshold.--demo for paper trading and live mode for real USDC execution.Loading
A powerful automation tool for AI agents to post images to Instagram using residential proxies to bypass bot detection.

A versatile media discovery skill that enables AI agents to find video content and cast it directly to smart TVs.

A powerful bridge connecting AI agents to the Lark and FeiShu ecosystem via the Model Context Protocol (MCP).

A bridge for AI agents to interact with Home Assistant devices and states via the Model Context Protocol.

A command-line utility for executing TradingView Pine Script indicators and outputting structured technical analysis data.

A lightweight utility to retrieve the current system uptime and load average using native system commands.








































