kinde-authorization

kinde-authorization is a skill for Claude Code, Codex from ski043/kinde-agent-skills. It costs 68 tokens per session (2,274 once invoked), scanned A, original, MIT.

A guide for Kinde Authorization, which controls what members of an organization are allowed to do. It defines permissions and roles, then applies permission checks to application and API actions.

In plain words
What is it for?
Use it to design permission and role catalogs, assign organization access, enforce API or application permissions, refresh access claims, and investigate authorization problems.
Why use it?
It prevents access rules from depending on vague role names or stale login information. It also keeps organization membership, shared permission definitions, and permission checks consistent.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to design permission and role catalogs, assign organization access, enforce API or application permissions, refresh access claims, and investigate authorization problems.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ski043/kinde-agent-skills/kinde-authorization
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ski043/kinde-agent-skills --skill kinde-authorization
Clone the repo
git clone --depth 1 https://github.com/ski043/kinde-agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for kinde-authorization

README.md
[![agentmods](https://agentmods.dev/badge/skills/ski043/kinde-agent-skills/kinde-authorization/github.svg)](https://agentmods.dev/skills/ski043/kinde-agent-skills/kinde-authorization)
Your own site
<a href="https://agentmods.dev/skills/ski043/kinde-agent-skills/kinde-authorization"><img src="https://agentmods.dev/badge/skills/ski043/kinde-agent-skills/kinde-authorization/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for kinde-authorization

Your own site · 80×15
<a href="https://agentmods.dev/skills/ski043/kinde-agent-skills/kinde-authorization"><img src="https://agentmods.dev/badge/skills/ski043/kinde-agent-skills/kinde-authorization.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,274 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00068 $0.02274
Opus 5 $0.00034 $0.01137
Sonnet 5 $0.00014 $0.00455
Haiku 4.5 $0.00007 $0.00227

Measured 9d ago against content hash 1ad44e17cf83, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

kinde-authorization scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/kinde-authorization/SKILL.md · 150 lines

How it starts

The opening of the file, as written. The whole thing — 150 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Kinde Authorization

Consumes a tenant contract from kinde-b2b. Produces an authorization contract: the permission catalog, role matrix, assignment matrix, and enforcement matrix for that tenant. Application and API decisions target permission keys, not role names.

Stance

Treat the run as design-only until the user authorizes implementation. Catalog writes are business-wide; plan them before mutating a shared business. Actively invoke the loaded framework adapter for framework syntax; absent adapter blocks implementation. Dated sources and official conflicts live in REFERENCES.md.

Generic JWT, tenant-binding, missing-organization, machine-credential, and plane-setup rules stay in kinde-b2b. This skill owns catalog, assignment, defaults, claim freshness, and permission-key enforcement.

Guardrails

  • Permission keys. Server decisions use verified permission keys for the active organization. Roles are a management grouping.
  • Shared catalog. Role and permission definitions are business-level. A write in a non-production environment is the same catalog in production.
  • Membership first. Roles and permissions assign only to a user who already belongs to that organization.
  • MCP writes stop at create. Management MCP may create roles and permissions and read selected relationships. It does not attach permissions to roles or assign roles or permissions to users. Broader writes use dashboard or Management API. Details: PLANES.md.
  • Separate mechanisms. User permission keys, machine scopes, feature flags, and billing entitlements are different. Invoke the owning skill for flags or billing; an unavailable owner blocks that decision branch. Details: ENFORCEMENT.md.

Read map

  • CATALOG.md: keys, roles as groupings, environment sharing, blast radius. Read in step 3.
  • PLANES.md: catalog create, attach, assign, defaults, verified Management API table, import shapes. Read in steps 4–5.
  • ENFORCEMENT.md: audience, claims, freshness, scope vs scp, null-safe server checks. Read in steps 6–7.
  • SYSTEM.md: verified portal, billing, member, and API-key system permissions. Read when those keys appear.
  • REFERENCES.md: dated sources and conflicts. Read before a product claim not already recorded, or when official pages disagree.

Read the full file on GitHub · 150 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 150 lines · 68 tokens per session scan A 1ad44e17cf83

Subscribe to this mod's changes

kinde-authorization is a skill published in the GitHub repository ski043/kinde-agent-skills (2 stars, last pushed 18d ago), licensed MIT. It adds 68 tokens to every session and 2,274 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

karpathy-llm-wiki

Use when building or maintaining a personal LLM-powered knowledge base. Triggers: ingesting sources into a wiki, querying wiki knowledge, linting wiki quality, 'add to wiki', 'what do I know about', or any mention of 'LLM wiki' or 'Karpathy wiki'.

Astro-Han/karpathy-llm-wiki · 67 tokens

nopua

A guidance skill for coding agents that promotes patient, thorough, self-directed work instead of fear or threats.

wuji-labs/nopua · 90 tokens

resemble-detect

Deepfake detection and media safety — detect AI-generated audio, images, video, and text, trace synthesis sources, and analyze media intelligence using direct Resemble AI API calls.

resemble-ai/detect-skill · 40 tokens

nopua-lite

NoPUA Lite — core wisdom in 1.5k tokens. Drives AI with trust and inner motivation instead of fear. Same Daoist philosophy, minimal footprint. For personal use and small-context models.

wuji-labs/nopua · 46 tokens

cinematic-scroll

Build or improve cinematic websites with scroll-driven storytelling, pinned reveals, parallax, kinetic type, and optional 3D. Deliver standalone HTML or integrate into an existing app, with mobile and reduced-motion fallbacks and browser evidence. Also supports scroll audits and motion storyboards. Use for cinematic…

MustBeSimo/cinematic-scroll-skill · 75 tokens

ios-agent-skill

Expert iOS/Swift developer behavior for AI coding agents. Use when writing, reviewing, or refactoring Swift, SwiftUI, UIKit, or SwiftData code; when designing iOS app architecture (MVVM, Clean Architecture, coordinators, routing); when building UI that must meet Apple's Human Interface Guidelines, contrast, dark-mode…

Nagarjuna2997/ios-agent-skill · 167 tokens