Use 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 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.
共 1 个版本