Token Manager Skill
Centralized registry for API tokens and credentials with REST API for UI configuration.
⚠️ CRITICAL: Single Source of Truth
ALL token metadata MUST be stored in the JSON registry:
- Location:
config/registry.json - API: Use
POST /api/tokensto add new tokens - CLI: Use
npm run searchorcheck-token.jsto query
❌ NEVER create standalone JSON files for tokens (e.g., api-keys.json, custom-tokens.json)
**❌ NEVER store token metadata outsid
[Description truncada. Veja o README completo no GitHub.]