Skip to content
Development
Skill

/preset-admin

Manage Preset teams, workspaces, memberships, invites, role identifiers, seat checks, and audit logs through direct Management API calls. Use only for direct API workflows; Do not use for MCP-only work.

From plugin
preset-io-agent-skills
1228 skills
Install
$ npx -y skills add preset-io/agent-skills --skill preset-admin --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/preset-admin

Context preview

The summary Claude sees to decide when to auto-load this skill.

Manage Preset teams, workspaces, memberships, invites, role identifiers, seat checks, and audit logs through direct Management API calls. Use only for direct API workflows; Do not use for MCP-only work.

SKILL.md

preset-admin.SKILL.md
name: preset-admin
description: Manage Preset teams, workspaces, memberships, invites, role identifiers, seat checks, and audit logs through direct Management API calls. Use only for direct API workflows; Do not use for MCP-only work.

preset-admin

Use for Preset Management API administration beyond read-only workspace discovery.

Always

  • Auth and conventions come from `preset-api` (JWT exchange, base URLs, Rison); resolve the workspace hostname through the Management API when it is not already known.
  • Default to read-only preflight and ID/role lookup.
  • Resolve team, workspace, user, invite, and role identifiers from API responses before mutations.
  • Get explicit confirmation before role changes, invites, member removals, workspace lifecycle actions, audit downloads, or any write.
  • Use `preset-roles-permissions` for permission-sensitive role/access changes.

Decision Rules

  • Classify membership role and invite changes as approval-gated mutations.
  • Use metadata reads for membership, role, invite, and audit inspection.
  • Require target and effect summary before any access change.
  • Avoid applying invite or member role changes until approval is explicit.

Workflow Order

1. Identify team, workspace, user, invite, member, and role identifiers. 2. Inspect membership, role, invite, and audit metadata. 3. Prepare approval summary with target and expected effect. 4. Stop before invite, member role, removal, or workspace change.

Retrieve

  • Team membership routing: [references/team-memberships.md](references/team-memberships.md)
  • Team member lookup, seat checks, response fields: [references/team-member-lookup.md](references/team-member-lookup.md)
  • Team role changes and removals: [references/team-member-access-changes.md](references/team-member-access-changes.md)
  • Workspace create/update/delete/un-hibernate: [references/workspace-management.md](references/workspace-management.md)
  • Invites, cancellation, resend, bulk invite: [references/invites.md](references/invites.md)
  • Audit log lookup and downloads: [references/audit-logs.md](references/audit-logs.md)
  • Role identifiers: [references/role-identifiers.md](references/role-identifiers.md)
  • Unsupported or adjacent Manager endpoints: [references/deferrals.md](references/deferrals.md)
  • Approval policy before writes/downloads: load `preset-api` and then `references/safety-policy.md`.

Do Not

  • Do not use internal `/api-internal/*`, billing/payment, SCIM, API key CRUD, permission/DAR/RLS, or database connection mutation routes from this skill.
Read more
Ships withpreset-io-agent-skills

Agent guidance for working with Preset, Apache Superset, and Superset MCP tools. The skills work across Claude, OpenAI Codex, Cursor, GitHub Copilot, Snowflake Cortex Code CLI, and Gemini CLI from a single source.

Get the whole plugin
Stats
12
Stars
1
Forks
Active
Maintenance
Shell
Language
Apache-2.0
License
7d ago
Last commit
3mo ago
Created

Repo: preset-io/agent-skills

Other skills on preset-io-agent-skills.