bearer-token-validator
This skill provides automated assistance for bearer token validator tasks within the API Developm
Content Preview
--- name: bearer-token-validator description: | Bearer Token Validator - Auto-activating skill for API Development. Triggers on: bearer token validator, bearer token validator Part of the API Development skill category. allowed-tools: Read, Write, Edit, Bash(curl:*), Grep version: 1.0.0 license: MIT author: Jeremy Longshore <[email protected]> --- # Bearer Token Validator ## Purpose This skill provides automated assistance for bearer token validator tasks within the API Developm
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/bearer-token-validator.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/planned-skills/generated/15-api-development/bearer-token-validator/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsThen reference at planned-skills/generated/15-api-development/bearer-token-validator/SKILL.md
Related Skills
python-server-template
mcp = FastMCP(name="my-server")
engineeringpythonservertemplate
by alirezarezvani · alirezarezvani-claude-skills
auth-headers
Tests token authentication, expired token handling, and token refresh flow.
engineering-teamauthheaders
by alirezarezvani · alirezarezvani-claude-skills
error-responses
Tests 400, 401, 403, 404, and 500 HTTP error handling.
engineering-teamerrorresponsesapi
by alirezarezvani · alirezarezvani-claude-skills
graphql
Tests query, mutation, and subscription via Playwright's request API.
engineering-teamgraphqlapi
by alirezarezvani · alirezarezvani-claude-skills