OpenClaw skill — your wallet, your RPC
You bring
- OpenClaw agent + urufu skill from ClawHub or git
- URUFU_WALLET + URUFU_PRIVATE_KEY (session key)
- URUFU_RPC_URL — your Alchemy / QuickNode Base endpoint
Urufu provides
- Skill spec + optional steward CLI
- Public indexer (portfolio reads)
- Gasless relay when you say "claim now"
install
openclaw skills install @urufu-labs/urufu-agent # or from git: git clone https://github.com/urufu-labs/urufu-agent.git cd urufu-agent && openclaw skills install ./ --as urufu-agent-play
env
export URUFU_WALLET=0xYourAddress export URUFU_PRIVATE_KEY=0xYourSessionKey export URUFU_RPC_URL=https://base-mainnet.g.alchemy.com/v2/YOUR_KEY
what to say
| you say | agent does |
|---|---|
| check my urufu | Portfolio, yield, mint phases |
| claim now | Gasless yield claim (6h cooldown) |
| mint now | Gasless free allowlist mint |
| mint paid | You pay ETH/URU + gas |
- Skill alone works; steward CLI adds cooldowns and safe batching.
- New OpenClaw session after skill install.