Feishu authentication is a command line tool that helps you manage user access tokens. It uses a standard method called device flow to log in. You can check which permissions you have, get new tokens, and refresh old ones. The tool is built for both people and AI agents. For AI agents, it works in two steps. First it gives a link to the user. After the user approves, it finishes the login. This avoids waiting too long in one step.
The tool also checks if you are missing any permissions. It can tell you what is missing and help you add them later. You can manage multiple apps and accounts with the profile command. The doctor command checks your setup for network or configuration problems. This makes it easy to keep everything working.
Global
mkdir -p ~/.claude/skills/feishu-cli-authProject
mkdir -p .claude/skills/feishu-cli-authSource Repository
Entra App Registrationmicrosoft/azure-skills
Register apps in Entra ID for secure authentication and API access with OAuth 2.0
Entra Agent Idmicrosoft/azure-skills
Create unique OAuth identities for each AI agent instance using Microsoft Graph
Firebase Auth Basicsfirebase/agent-skills
Add secure user sign-in to your app with Firebase Authentication in minutes
Convex Setup Authget-convex/agent-skills
Set up secure login and user management for your Convex app
Better Auth Best Practicesbetter-auth/skills
Add secure login to your app with email, OAuth, and plugins
Create Auth Skillbetter-auth/skills
Set up login and sign-up in your app with Better Auth easily
Email And Password Best Practicesbetter-auth/skills
Set up email verification, password reset, and secure login with Better Auth
Clerk Setupclerk/skills
Quickly add Clerk authentication to any project using the CLI tool