agent auth skills

26 tagged agent auth, measured the same way as everything else here.

Browse within: authentication 21cryptography 5delegation 5ed25519 5

add-mcp-oauth

01

scalekit-inc/skills

Skill Claude CodeCodex

Adds MCP OAuth so an agent can protect the user's MCP server. Use when the user wants MCP OAuth or to protect their MCP server. It does not add API keys or client credentials (that's add-api-auth) or expose AgentKit tools over MCP (that's expose-agentkit-mcp).

2 4d ago A 67 tokens

check-agentkit-prod

02

scalekit-inc/skills

Skill Claude CodeCodex

Checks AgentKit go-live so an agent can sign off only when every item is PASS or WAIVE with a reason. Use when the user wants AgentKit production, or to go live AgentKit. It does not write a connected account or token (that's integrate-agentkit) or check SaaSKit go-live (that's check-saaskit-prod).

2 4d ago A 79 tokens

scalekit-inc/skills

Skill Claude CodeCodex

Implements SaaSKit login in the Next.js App Router so an agent can add login, callback, session cookies, and logout. Use when the user wants SaaSKit Next.js or App Router auth. It does not write generic Node login (that's implement-saaskit) or write Django, FastAPI, or Flask auth (that's implement-saaskit-python).

2 4d ago A 84 tokens

audit

04

kanoniv/auth-action

Skill Claude CodeCodex

View the kanoniv-auth audit trail. Shows every action the agent took - delegations, scope verifications, tool calls, and results. Filter by agent, action type, or time range. Use when asked to "show audit log", "what happened", "show the trail", or "audit".

2 5mo ago A 65 tokens

delegate

05

kanoniv/auth-action

Skill Claude CodeCodex

Cryptographic delegation for AI agents. Scope-confines what Claude Code can do in this session using Ed25519 delegation tokens. Every action is verified before execution and signed for the audit trail. Use when asked to "delegate", "restrict scope", "authorize", or "sudo mode".

2 5mo ago A 61 tokens

scope

06

kanoniv/auth-action

Skill Claude CodeCodex

Quick scope change for an active delegation. Re-delegates with new scopes, keeping the same agent name and TTL. Use when asked to "change scope", "add code.edit", "switch to read-only", or just "/scope ".

2 5mo ago A 54 tokens