bybetter-auth· 10 skills
Reliable workflow for using Agent Auth connector capabilities (Gmail and any other provider exposed through the agent-auth tools) — discovering capabilities, connecting an agent per provider, scoping grants with constraints, executing calls, and decoding failure codes. Use whenever a request involves reading or acting on a user's connected account through agent-auth — reading/searching email, listing threads, fetching messages, deploying, or any "check my [provider]" task that routes through agent-auth search / connect_agent / execute_capability. Trigger it even when the user phrases it casually ("read my last email", "what's in my inbox", "did I get a reply").
$npx -y skills add better-auth/agent-auth --skill agent-auth-connectorsInstalls into the current project.
Run `npx skills use "https://github.com/better-auth/agent-auth" --skill "better-auth/agent-auth/agent-auth-connectors"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/better-auth/agent-auth" that are relevant to the current task. Run `npx skills add "https://github.com/better-auth/agent-auth"` and select the relevant skills, then follow their instructions.