hookcode-pat-api-debug
OfficialTest HookCode APIs with PAT-authenticated requests.
Authorhookvibe
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This skill helps developers validate and debug HookCode API access by performing PAT-authenticated HTTP requests against the backend.
Core Features & Use Cases
- PAT-authenticated API testing: verify access control and endpoint responses without a frontend.
- GET/POST/PATCH workflow checks: exercise common API operations like retrieving current user info, updating profile, and other protected endpoints.
- Quick verification in CI or local dev: run scripted tests against a base URL and confirm permissions.
Quick Start
- Configure HOOKCODE_API_BASE_URL and HOOKCODE_PAT in .gemini/skills/hookcode-pat-api-debug/.env.
- GET Request example: node .gemini/skills/hookcode-pat-api-debug/scripts/pat_request.mjs --path /api/users/me
- POST/PATCH Request example:
node .gemini/skills/hookcode-pat-api-debug/scripts/pat_request.mjs
--method PATCH
--path /api/users/me
--body '{"displayName":"Debug"}'
Dependency Matrix
Required Modules
None requiredComponents
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: hookcode-pat-api-debug Download link: https://github.com/hookvibe/hookcode/archive/main.zip#hookcode-pat-api-debug Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.