route-tester

Test authenticated API routes with Keycloak SSO and cookie-based JWT tokens.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/vosarsen/ai_admin_v2 --skill route-tester-vosarsen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: route-tester
Source: https://github.com/vosarsen/ai_admin_v2/tree/main/.claude/skills/route-tester
Command: npx skills add https://github.com/vosarsen/ai_admin_v2 --skill route-tester-vosarsen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually testing authenticated API routes, especially with complex cookie-based JWT authentication, is time-consuming and error-prone. This skill streamlines the process, allowing quick and reliable validation of API endpoints.

Core Features & Use Cases

  • Automated Authentication: Handles Keycloak SSO and cookie-based JWT tokens automatically, simplifying authenticated requests and saving setup time.
  • Flexible Request Types: Supports GET, POST, PUT, and DELETE requests with JSON data, query parameters, and file uploads for comprehensive testing.
  • Mock Authentication: Provides a development-only option to bypass Keycloak for rapid local testing without external dependencies.
  • Use Case: After developing a new API endpoint for a form submission, use this skill to quickly test it with valid and invalid data, verify authentication, and check the resulting database changes, all without manual token management.

Quick Start

Use the route-tester skill to test the /blog-api/api/health endpoint with a GET request to verify its functionality.