๐Ÿ“Œ Core tools

๐Ÿฆž OpenClaw

AI agent execution framework with skill extensions, automated tool calling, and multi-platform messaging integration.

GitHub โ†’ ยท Docs โ†’

npm install -g openclaw
openclaw onboard

๐Ÿ“Š polymarket-cli

Official Polymarket CLI tool for market queries, order management, and CLOB data access.

GitHub โ†’ ยท Docs โ†’

# Install (Homebrew)
brew tap Polymarket/polymarket-cli
brew install polymarket

# Install (script)
curl -sSL https://raw.githubusercontent.com/Polymarket/polymarket-cli/main/install.sh | sh

# Query markets
polymarket markets list --limit 10
polymarket markets get will-trump-win-2024

# CLOB data
polymarket clob book TOKEN_ID
polymarket clob price TOKEN_ID --side buy

๐Ÿ”ฎ Simmer SDK

AI Agent trading interface for Polymarket and Kalshi, with self-custody wallets and safety limits.

Website โ†’ ยท Docs โ†’

# Python SDK
pip install simmer-sdk

# Register Agent
curl -X POST https://api.simmer.markets/api/sdk/agents/register \
  -H "Content-Type: application/json" \
  -d '{"name": "my-agent"}'

# Environment variables
export SIMMER_API_KEY="sk_live_..."
export WALLET_PRIVATE_KEY="0x..."

๐Ÿ”— Chainstack

Blockchain RPC node service supporting Polygon, Ethereum, and multi-chain access.

Website โ†’

# Polygon RPC endpoints
https://polygon-rpc.com
https://polygon-mainnet.g.alchemy.com/v2/YOUR_KEY

# Free tier: 3M requests/month

๐Ÿ› ๏ธ Auxiliary tools

๐Ÿ“ MetaMask

Crypto wallet supporting Polygon network.

Website โ†’

๐Ÿ” Polygonscan

Polygon block explorer for querying transactions, balances, and contracts.

Website โ†’

๐ŸŒ‰ Polygon Bridge

Official bridge tool for Ethereum โ†” Polygon asset transfers.

Website โ†’

๐Ÿ“š Related resources