Overview
- Skill Key
- aaigotchi/pet-operator
- Author
- aaigotchi
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/aaigotchi/pet-operator
- Latest Commit SHA
- b79fb71e5c2fce65300e8991aedb85a2d645003e
Delegate Aavegotchi petting rights to AAI's wallet on Base. Generate approve/revoke tx data, check approval, and maintain delegated wallet bookkeeping in pet-me-master config.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 pet-operator 技能。 若已安装,则直接安装 pet-operator 技能。
# pet-operator Set or revoke AAI as pet operator for user wallets, and keep delegation bookkeeping aligned. ## Constants - AAI operator wallet: `0xb96B48a6B190A9d509cE9312654F34E9770F2110` - Aavegotchi Diamond: `0xA99c4B08201F2913Db8D28e71d020c4298F29dBF` - Chain: Base mainnet (`8453`) - RPC default: `https://mainnet.base.org` Overridable env: - `AAVEGOTCHI_DIAMOND` - `AAI_OPERATOR` - `BASE_RPC_URL` - `PET_ME_CONFIG_FILE` ## Scripts - `./scripts/check-approval.sh <wallet>` - Checks `isPetOperatorForAll(owner, operator)`. - `./scripts/generate-delegation-tx.sh <wallet>` - Generates call data for `setPetOperatorForAll(AAI_OPERATOR, true)`. - `./scripts/generate-revoke-tx.sh <wallet>` - Generates call data for `setPetOperatorForAll(AAI_OPERATOR, false)`. - `./scripts/add-delegated-wallet.sh <wallet> [name]` - Verifies approval, fetches owned gotchi IDs, upserts into `pet-me-master` config. - `./scripts/remove-delegated-wallet.sh <wallet>` - Removes wallet bookkeeping entries from config. ## Config Bookkeeping `add-delegated-wallet.sh` writes to: - `.delegatedWallets` (preferred) - `.wallets` (legacy compatibility, only if present) This does not grant on-chain permissions by itself; on-chain approval must already exist. ## Security - Operator permission only enables petting, not transfer. - User keeps full ownership. - Revocation is one on-chain tx away.
# Pet Operator Delegate Aavegotchi petting rights to AAI while keeping full ownership. ## What It Does This repo helps users approve AAI's operator wallet as pet operator on Base: - AAI operator wallet: `0xb96B48a6B190A9d509cE9312654F34E9770F2110` - Aavegotchi Diamond: `0xA99c4B08201F2913Db8D28e71d020c4298F29dBF` Approval call: - `setPetOperatorForAll(address operator, bool approved)` ## Scripts - `scripts/check-approval.sh <wallet>` - Returns `approved` / `not_approved` - `scripts/generate-delegation-tx.sh <wallet>` - Prints transaction details for `approved=true` - `scripts/generate-revoke-tx.sh <wallet>` - Prints transaction details for `approved=false` - `scripts/add-delegated-wallet.sh <wallet> [name]` - Verifies approval, fetches wallet gotchi IDs, upserts into pet-me-master config (`delegatedWallets`; legacy `wallets` if present) - `scripts/remove-delegated-wallet.sh <wallet>` - Removes wallet from pet-me-master config tracking arrays ## Notes - This skill does not move NFTs or tokens. - Users can revoke anytime by sending the revoke transaction. - Pet-me-master now supports dynamic wallet/delegation discovery; config writes are mainly operational bookkeeping.
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.