← Back to Skills Marketplace
374
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install pet-operator
Description
Delegate Aavegotchi petting rights to AAI's wallet on Base. Generate approve/revoke tx data, check approval, and maintain delegated wallet bookkeeping in pet...
Usage Guidance
This package appears to do what it claims: generate hex calldata, check approval on-chain, and update a pet-me config. Before installing or running: 1) Confirm you have cast and jq from trusted sources; 2) Verify PET_ME_CONFIG_FILE is pointed at the correct pet-me-master config (not an unrelated/privileged file) so the scripts don't overwrite unintended data; 3) Understand the scripts only produce calldata and perform read-only on-chain calls — they do not sign or transmit transactions for you (you must sign/send the generated hex yourself); 4) Review the default RPC endpoint and change it if you prefer a different provider; and 5) If you're unsure, run the check-approval and generate-* scripts with a non-critical wallet first to validate behavior.
Capability Analysis
Type: OpenClaw Skill
Name: pet-operator
Version: 1.2.0
The pet-operator skill bundle provides a set of utility scripts for managing Aavegotchi petting delegation on the Base network. It generates transaction data for the 'setPetOperatorForAll' function, allowing users to delegate petting rights to a specific operator wallet without granting transfer permissions. The scripts (e.g., add-delegated-wallet.sh, generate-delegation-tx.sh) interact with the blockchain via the 'cast' tool and maintain local configuration bookkeeping in a transparent manner, with no evidence of credential theft, data exfiltration, or malicious intent.
Capability Assessment
Purpose & Capability
Name/description match the included scripts and required binaries. cast and jq are appropriate for on-chain calls and JSON manipulation; the scripts perform the described tasks (generate calldata, call contract read methods, and update a pet-me config).
Instruction Scope
SKILL.md and scripts stay within the stated scope (on-chain reads via RPC, produce calldata, and update the pet-me-master config). The scripts read and overwrite a user-specified config file (PET_ME_CONFIG_FILE) and create backups; this is expected for bookkeeping but means the skill will modify files at the configured path.
Install Mechanism
Instruction-only skill with no install spec and no external downloads. All code is bundled in the repo; nothing pulls arbitrary code from external URLs at install time.
Credentials
No credentials or secret env vars are requested. The scripts use an RPC URL (default https://mainnet.base.org) and rely on cast for read calls or user-signed transactions. One caution: PET_ME_CONFIG_FILE is overridable and the scripts will write to that path — ensure it is set to the intended pet-me config so the skill cannot accidentally overwrite unrelated files.
Persistence & Privilege
always is false and the skill does not request persistent platform privileges. It only writes to its own target config file(s) (delegatedWallets / wallets) and does not alter other skills or system-wide agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pet-operator - After installation, invoke the skill by name or use
/pet-operator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
Improved delegation flow and revocation support
v1.1.0
Added revoke/undelegate functionality: generate-revoke-tx.sh, remove-delegated-wallet.sh, REVOKE.md guide, complete undelegate instructions. Users can now easily revoke and re-delegate!
v1.0.0
Initial release: Delegate Aavegotchi petting rights to AAI
Metadata
Frequently Asked Questions
What is Pet Operator?
Delegate Aavegotchi petting rights to AAI's wallet on Base. Generate approve/revoke tx data, check approval, and maintain delegated wallet bookkeeping in pet... It is an AI Agent Skill for Claude Code / OpenClaw, with 374 downloads so far.
How do I install Pet Operator?
Run "/install pet-operator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pet Operator free?
Yes, Pet Operator is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Pet Operator support?
Pet Operator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pet Operator?
It is built and maintained by aaigotchi (@aaigotchi); the current version is v1.2.0.
More Skills