Time, price, and on-chain triggers. Compound actions with conditionals, loops, parallel execution. Plans persist to disk and survive restarts via Hermes' cron daemon.
๐
Token Launches
Deploy ERC-20s on Base via Clawnch launchpad. Automatic Uniswap V4 pool creation. Configurable bonding curves and launch parameters.
๐จ
NFT & Airdrops
ERC-721 mint, transfer, and burn. Airdrop eligibility checking across protocols. Collection management from chat.
๐
On-chain Intel
Contract source verification, token security audits, real-time swap monitoring. Block explorer queries. Integrated web browsing.
๐ณ๏ธ
Governance & Social
DAO proposal voting from chat. Farcaster casting, search, and notifications. X/Twitter posting via Molten agent integration.
๐
Security
Bounded approvals (exact amounts, never unlimited). Credential leak scanning. Prompt injection guards. Transaction verification before execution. Endpoint allowlist.
๐
Three Wallet Modes
WalletConnect (agent never holds keys). Local encrypted BIP-39 mnemonic (scrypt + AES-256-GCM, macOS Keychain). Bankr custodial multi-chain wallet.
๐ง
Self-Improvement
Procedural memory that persists across sessions. Agent-initiated skill creation and refinement. Full-text session recall. Toggle with /evolve and /stable.
runs on Telegram ยท Discord ยท Slack ยท Signal ยท WhatsApp ยท iMessage ยท LINE
built on Hermes โ Python โฅ 3.11 ยท web3.py ยท viem (bridges) ยท ~/.hermes/
faq
How is this different from OpenClawnch?
Clawmes is the Python rewrite targeting Hermes Agent. OpenClawnch is the original TypeScript build for OpenClaw. Same 48 tools, 118 commands. Pick the stack you prefer.
Does the agent hold my keys?
Not in WalletConnect mode (recommended). Every write transaction goes to your phone wallet for approval. The agent never sees your private keys.
Which chains are supported?
Ethereum, Base, and any EVM-compatible chain. Cross-chain swaps via Li.Fi bridge. Multi-RPC failover with circuit breakers.
Can I control what it approves?
Yes. Set spending policies in natural language: /policy approve swaps under 0.05 ETH, max 10/hour. /safemode (default) requires confirmation for every action.
What if I just want to read?
/readonly blocks all on-chain writes. Market data, analytics, and portfolio tracking still work. No transactions possible.
Do I run my own instance?
Yes. Fully self-hosted. Your keys, your data, your instance. No shared infrastructure. Hermes runs locally; hermes command keeps the agent alive.