Auth Tools

Validate tokens, grep auth rules, and test endpoints via Bash curl commands.

4|1|Updated Jul 6, 2025
One-click install
npx skills add https://github.com/Dmccarty30/Journeyman-Jobs --skill auth-tools
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Auth Tools
Source: https://github.com/Dmccarty30/Journeyman-Jobs/tree/main/.claude/skills/auth-tools
Command: npx skills add https://github.com/Dmccarty30/Journeyman-Jobs --skill auth-tools

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides essential utilities for debugging authentication errors, such as "permission denied," by enabling quick token validation, security rule checks, and endpoint testing. It helps you pinpoint the root cause of auth failures efficiently.

Core Features & Use Cases

  • Token Validation: Check environment variables for tokens and validate them.
  • Rule Grepping: Search for authentication rules (e.g., Firestore rules) within your codebase.
  • Endpoint Testing: Simulate API calls with Bash curl commands to test auth endpoints.
  • Use Case: When a user reports a "permission denied" error, use this skill to quickly validate their token and check relevant security rules to diagnose the issue.

Quick Start

Use the Auth Tools skill to validate the token stored in the $FIREBASE_TOKEN environment variable.