v1.0.0 — OpenClaw Compatibility & 140+ Features
Clodds v1.0.0
Major release with 140+ commits since v0.1.0. Full OpenClaw backwards compatibility, 110+ skills, 10 prediction markets, 6 futures exchanges, and comprehensive Solana DeFi coverage.
Highlights
OpenClaw SKILL.md Compatibility (NEW)
- Drop any OpenClaw skill folder into Clodds — works out of the box
- Shared YAML frontmatter parser with full OpenClaw metadata resolution
- Command dispatch: route
/commanddirectly to tools, bypassing the LLM bins/directory auto-added to PATH, env injection viaskill.json- Snapshot caching (SHA-256), hot-reload via file watching, skill whitelisting
- Comprehensive docs:
docs/SKILLS.md
Security Shield Module
- Code/plugin scanner with 75 rules across 9 categories
- Multi-chain address safety check (Solana + EVM)
- Pre-flight transaction validation with social engineering detection
- 70+ known scam addresses database
Percolator — On-Chain Solana Perpetual Futures
- Full integration of Anatoly Yakovenko's Percolator protocol
- Slab binary parser, CPI trading, real-time feed, keeper bot
Bittensor Subnet Mining
- Wallet management, subnet registration, earnings tracking
- Python sidecar for btcli,
@polkadot/apifor chain queries
DCA Across 16 Platforms
- Prediction markets, CEX futures, Solana DeFi, EVM DeFi
- Pause/resume/cancel with database persistence
MCP Server Mode
clodds mcpexposes all 113 skills as MCP tools- Auto-configure Claude Desktop and Claude Code
Market Making Engine
- Two-sided quoting for prediction markets
- Inventory management, auto-halt on max loss
Crypto HFT
- Spot vs Polymarket price divergence detection
- Signal bus pipeline: feeds → signals → execution → notifications
Trading Platforms (since v0.1.0)
- 10th prediction market: AgentBets
- Drift Protocol: Direct SDK integration (no gateway needed)
- Opinion.trade: BNB Chain with EIP-712 signing
- Predict.fun: BNB Chain integration
- Percolator: On-chain Solana perps
Solana DeFi (Full Coverage)
- Jupiter (24 commands), Meteora (22), Orca (15), Raydium (CLMM + AMM), Pump.fun (22 tools), Drift, Kamino
- Copy trading with real-time wallet monitoring on 6 DEXes
- Pump.fun swarm with multi-bundle mode (6-20 wallets)
Infrastructure
- Webchat UI with ChatGPT-style sidebar + command palette
- TimescaleDB tick recorder + WebSocket streaming
- Feature engineering pipeline (tick + orderbook features)
- Agent Commerce Protocol (ACP) with on-chain escrow
- ERC-8004 agent identity verification
- x402 machine-to-machine payments (fixed EVM crypto)
Security (since v0.1.0)
- Cryptographic ID generation across 21 files
- Sandbox + canvas eval disabled by default
- Task runner shell injection prevention
- Gateway hardening (rate limiting, HSTS, CORS)
- WebSocket message validation + size limits
- Escrow keypair encryption (AES-256-GCM)
Developer Experience
- 110+ TypeScript handler skills, 90+ SKILL.md prompt skills
- All 103 original skills wired to real implementations
clodds doctorcomprehensive health checkclodds onboardinteractive setup wizard- Modular handler architecture (
src/agents/handlers/)
Breaking Changes
None. All new Skill interface fields are optional. Existing skills and configurations work unchanged.
Install
npm install @alsk1992/clodds@1.0.0Full Changelog
See CHANGELOG.md for detailed version-by-version changes.
Full diff: v0.1.0...v1.0.0