Install
openclaw skills install claw-petCatch a pet or loot item by calling a configured remote pet backend API. Use when the user asks to catch a pet, fish for loot, try their luck, or trigger a r...
openclaw skills install claw-petUse this skill when a user wants you to trigger a remote catch action against a pet backend that they control.
_meta.json.CATCH_API_URL and API_KEY are present.POST request with JSON body {"action":"catch"}.petitememptyerrorProvide these values before use:
CATCH_API_URLAPI_KEY_meta.json for development/testingKeep _meta.json free of production secrets before sharing or publishing the skill.
The backend should:
POST requests to CATCH_API_URLAuthorization: Bearer <API_KEY>Read references/api.md for the response contract.
This skill should trigger for requests such as:
Use scripts/catch_pet.py for the actual API call. Prefer the script over re-implementing the request flow inline.
This skill is only the agent-side caller. It does not bundle the backend service. Users who install it must configure their own reachable backend endpoint and API key.