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.
npx skills add ski043/kinde-agent-skills --skill kinde-organizationsgit clone --depth 1 https://github.com/ski043/kinde-agent-skillsWrote 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.
[](https://agentmods.dev/skills/ski043/kinde-agent-skills/kinde-organizations)<a href="https://agentmods.dev/skills/ski043/kinde-agent-skills/kinde-organizations"><img src="https://agentmods.dev/badge/skills/ski043/kinde-agent-skills/kinde-organizations/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.
<a href="https://agentmods.dev/skills/ski043/kinde-agent-skills/kinde-organizations"><img src="https://agentmods.dev/badge/skills/ski043/kinde-agent-skills/kinde-organizations.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00071 | $0.02162 |
| Opus 5 | $0.00036 | $0.01081 |
| Sonnet 5 | $0.00014 | $0.00432 |
| Haiku 4.5 | $0.00007 | $0.00216 |
Grade A, and why
kinde-organizations 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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 123 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Kinde Organizations
Runs organization lifecycle: create, configure, populate, switch, and suspend Kinde organizations after a tenant contract exists. This skill consumes that contract; it does not invent a second tenancy model.
Stance
Inspect the live Kinde business, environment, application stack, onboarding mode, and authorized control plane before mutating anything. Dashboard clicks, Management API writes, and MCP creates are mutations: without authorization record planned; with authorization apply and capture observed evidence.
Dated sources and first-party conflicts live in REFERENCES.md. Read it before relying on a product claim that is not already recorded in a sibling file, and whenever two official pages disagree.
Guardrails
- Contract first. Actively invoke
kinde-b2band consume its filled tenant contract before organization work. If that skill is unavailable, stop at a blocked contract handoff. - Default organization. Every business has one. Its
org_codecannot be changed and it cannot be suspended (DEFAULT_ORGANIZATION_CANNOT_BE_SUSPENDED). Suite safety policy blocks deleting it. Auto-assign of unknown sign-ups into it can be turned off, and usually should be for B2B. - MCP inspects. Management MCP may list and get organizations and their users. It does not create, update, or delete organizations or members. Broader mutations use the Management API. Details: LIFECYCLE.md.
- Assignment, not catalog. Assigning roles/permissions to members lives here (ids on direct endpoints, keys on bulk membership). Role/permission definitions belong to
kinde-authorization. - Adapter handoff. Actively invoke the loaded framework adapter for auth-URL and SDK helpers (
is_create_org,org_code,org_name,createOrg, switcher login). If no adapter is available, mark implementation blocked. This skill names parameters; it does not emit framework snippets.
Read map
- CREATION.md: create paths, default organization, external IDs, property definitions vs values, environment scope, onboarding modes. Read in steps 1 and 3 when creating or choosing how tenants appear.
- MEMBERSHIP.md: add, import, invite, remove, move, multi-org, and switch. Read in step 3 when changing who belongs where.
- POLICIES.md: access policies, default roles, branding, enterprise connections, self-serve portal. Read in step 3 when configuring those touchpoints.
- LIFECYCLE.md: plane routing, official create/update/suspend/delete methods and scopes, Account API, MCP limits. Read in step 3 before naming a plane or calling an API.
- REFERENCES.md: dated sources and conflicts. Read when a product claim might have drifted or official pages disagree.
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.
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.
- 11d ago First seen · 123 lines · 71 tokens per session scan A 31531725df9b
kinde-organizations is a skill published in the GitHub repository ski043/kinde-agent-skills (2 stars, last pushed 19d ago), licensed MIT. It adds 71 tokens to every session and 2,162 once invoked, about $0.0004 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.
Other skills, from other repositories
implement-saaskit-nextjs
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).
implement-sso
Implements Modular SSO so an agent can add SAML/OIDC, IdP-initiated login, and the admin portal. Use when the user wants SSO, SAML, OIDC, Modular SSO, or IdP. It does not write SaaSKit login (that's implement-saaskit) or provision users from a directory (that's implement-scim).
expose-agentkit-mcp
Exposes AgentKit tools over MCP so a client can call them on a per-user instance URL. Use when the user wants to expose AgentKit over MCP, generate a per-user MCP URL, or connect LangChain via MCP. It does not list connectors (that's discover-connectors) or create a connected account and token in app code (that's…
implement-saaskit-python
Implements SaaSKit login in Django, FastAPI, or Flask so an agent can add login, callback, session cookies, and logout. Use when the user wants SaaSKit Django, FastAPI, or Flask auth. It does not write Node or Next.js login (that's implement-saaskit or implement-saaskit-nextjs).
implement-saaskit
Implements SaaSKit login so an agent can add a login route, a callback, session cookies, and logout. Use when the user wants to add SaaSKit login, a callback, or logout. It does not store, validate, refresh, or revoke a session after login (that's manage-saaskit-sessions) or write Next.js App Router auth (that's…
implement-scim
Implements SCIM so an agent can provision users and groups from a directory. Use when the user wants SCIM or to provision users. It does not write SaaSKit login (that's implement-saaskit) or add SSO (that's implement-sso).