Polyclawster Agent for Openclaw

A secure, non-custodial AI agent skill for automated and manual trading on Polymarket prediction markets using locally signed transactions.

al1enjesus
v1.5.0
Mar 10, 2026
0
422
3

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install polyclawster

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Polyclawster Agent?

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.

Polyclawster Agent Use Cases

  • Automated trading on prediction markets based on AI-generated sentiment scores.
  • Secure, non-custodial management of Polygon-based assets for Polymarket.
  • Bypassing geographic restrictions via a dedicated relay for global market access.
  • Testing trading strategies risk-free using the built-in demo mode and virtual balance.
  • Monitoring Polymarket portfolio balances and open positions through natural language queries.

How Polyclawster Agent Works

  1. Local Wallet Generation: The skill generates a random Polygon wallet and stores the private key locally in a secure configuration file.
  2. Market Discovery: The agent fetches active markets from Polymarket based on user-defined topics or volume thresholds.
  3. Local Signing: When a trade is initiated, the agent signs the order locally using the stored private key and EIP-712 standards.
  4. Relay Submission: The signed transaction is sent to the Polyclawster relay, which proxies the request to the Polymarket CLOB.
  5. Execution & Verification: Polymarket verifies the signature and executes the trade, with the status reflected in the local agent dashboard.

Polyclawster Agent Setup

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

Polyclawster Agent Data Schema & Taxonomy

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.

Polyclawster Agent Advanced Features

  • Autonomous Cron Integration: Schedule the agent to execute trades every N minutes based on AI signals.
  • AI-Scored Signals: Access the /api/signals endpoint to trigger trades only when confidence scores exceed a specific threshold.
  • Multi-Mode Trading: Toggle between --demo for paper trading and live mode for real USDC execution.
  • TMA Account Linking: Sync your local agent with a Telegram Mini App dashboard for mobile monitoring.
  • Dry-Run Simulation: Test the logic of automated scripts without sending any actual transactions to the relay.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*