preset-superset

star 4

Discover and validate direct Superset workspace API capabilities: version, OpenAPI, current user, permissions, menu, and API safety. Use only for direct API workflows; Do not use for MCP-only work.

preset-io By preset-io schedule Updated 6/11/2026

name: preset-superset description: "Discover and validate direct Superset workspace API capabilities: version, OpenAPI, current user, permissions, menu, and API safety. Use only for direct API workflows; Do not use for MCP-only work."

preset-superset

Use before domain-specific workspace API calls when endpoint drift, permissions, or feature availability matter.

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.
  • Send bearer tokens only to workspace hostnames resolved from the Preset Management API.
  • Prefer the workspace /api/v1/_openapi and /version over generic Superset docs.
  • Keep this skill read-only discovery.

Decision Rules

  • Use discovered workspace host and API facts.
  • Classify version, OpenAPI, current-user, permissions, and menu calls as read-only discovery.
  • Identify follow-up calls that need confirmation.
  • Avoid assuming endpoints before discovery.

Workflow Order

  1. Resolve workspace hostname.
  2. Read version, OpenAPI, current-user, permissions, and menu capabilities.
  3. Classify follow-up risk.
  4. Redact credentials and tokens.

Retrieve

Do Not

  • Do not run SQL, fetch chart data, export/import assets, mutate workspace objects, issue guest tokens, or change access controls from this skill.
Install via CLI
npx skills add https://github.com/preset-io/agent-skills --skill preset-superset
Repository Details
star Stars 4
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator