Skip to content
Development
Skill

/preset-superset

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.

From plugin
preset-io-agent-skills
1228 skills
Install
$ npx -y skills add preset-io/agent-skills --skill preset-superset --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-superset

Context preview

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

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.

SKILL.md

preset-superset.SKILL.md
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

  • Version and OpenAPI: [references/version-and-openapi.md](references/version-and-openapi.md)
  • Current user and roles: [references/current-user-and-permissions.md](references/current-user-and-permissions.md)
  • Menu and feature discovery: [references/menu-and-feature-discovery.md](references/menu-and-feature-discovery.md)
  • Safety classification for data, export, credential, or execution endpoints: [references/workspace-api-safety.md](references/workspace-api-safety.md)

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.
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
10d ago
Last commit
3mo ago
Created

Repo: preset-io/agent-skills

Other skills on preset-io-agent-skills.