← openclawn.ch
clawmes
hermes agent for crypto
Public beta. Clawmes is experimental software in public beta.
Please exercise caution and best security practices when using it.
$ pip install clawmes
no Hermes yet? pip install hermes-agent first
from GitHub? hermes plugins install clawnchdev/clawmes --enable
editable? git clone + pip install -e ".[dev]"
Read the Docs View on GitHub PyPI
48
tools
118
commands
7
channels
76
services
quick start
-> Grab an LLM API key and a channel token
BankrยทAnthropicยทOpenRouterยทOpenAI+TelegramยทDiscordยทSlack
-> pip install hermes-agent โ€” if you don't already have Hermes
-> pip install clawmes
-> hermes clawmes init โ€” validates keys, writes ~/.hermes/.env
-> hermes โ€” start chatting
-> Message your bot โ€” /setup to verify, /connect for wallet
๐Ÿ“ˆ
Trading
6 DEX aggregators (1inch, 0x, Paraswap, OpenOcean, KyberSwap, Odos). Limit, stop, and trailing orders. DCA schedules. Cross-chain bridging via Li.Fi.
๐Ÿฆ
DeFi
Aave V3 supply & borrow, Lido & Rocket Pool staking, Yearn V3 vaults. Live APY comparisons via DeFiLlama. Position monitoring with alert thresholds.
๐Ÿ“Š
Market Intelligence
RSI, MACD, Bollinger bands. Whale activity tracking, trending tokens, FIFO P&L. 5-source price oracle (CoinGecko, Birdeye, DexScreener, TWAP, Chainlink).
โšก
Automation Engine
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.
๐Ÿค–
Agent Network
Agent-to-agent matching via Clawnx. Hummingbot market-making integration. Wayfinder route optimization. Multi-agent orchestration.
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.
Prefer TypeScript & OpenClaw? Check out openclawnch โ€” the same agent, different stack.