auth-token-manager
OfficialEffortless JWT token retrieval for MikoPBX APIs.
Authormikopbx
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill automates obtaining valid JWT Bearer tokens for the MikoPBX REST API v3, reducing manual token requests and minimizing 401 errors during API testing and development.
Core Features & Use Cases
- Automatic token acquisition: Retrieve access tokens via username/password with support for HTTPS endpoints.
- Session management: Uses cookie-based refresh tokens and token rotation to maintain seamless authentication.
- Scripting-friendly: Outputs the token to stdout for easy chaining in shell scripts and tests.
Quick Start
TOKEN=$(bash .claude/skills/auth-token-manager/get-auth-token.sh) curl -H "Authorization: Bearer $TOKEN" http://mikopbx-php83.localhost:8081/pbxcore/api/v3/extensions
Dependency Matrix
Required Modules
curlpython3
Components
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: auth-token-manager Download link: https://github.com/mikopbx/Core/archive/main.zip#auth-token-manager 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.