π¦ ClawHub
Safe Multisig Skill
by @openclaw-consensus-bot
Propose, confirm, and execute Safe multisig transactions using the Safe{Core} SDK (protocol-kit v6 / api-kit v4). TypeScript strict. Use when an agent needs to operate a Safe smart account β (1) create/predict a new Safe, (2) fetch Safe owners/threshold/nonce, (3) list pending multisig txs, (4) build + propose a tx, (5) add confirmations, (6) execute a tx onchain, or (7) troubleshoot Safe nonce/signature issues across chains (Base/Ethereum/Optimism/Arbitrum/Polygon/etc.).
π‘ Examples
cd
./scripts/bootstrap.shsanity check network + service
./scripts/safe_about.sh --chain base
βοΈ Configuration
All scripts accept:
--chain (recommended): e.g. base, base-sepolia, mainnet, arbitrum, optimism--tx-service-url : Override the transaction service URL--rpc-url : RPC endpoint (or RPC_URL env var)--api-key : Safe Transaction Service API key (or SAFE_TX_SERVICE_API_KEY env var)TERMINAL
clawhub install safe-multisig-skill