Skip to content
Development
Skill

/preset-embedding

Inspect embedded dashboard configuration, trusted domains, origins, guest-token routing, and embedded RLS routing through direct Superset 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-embedding --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-embedding

Context preview

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

Inspect embedded dashboard configuration, trusted domains, origins, guest-token routing, and embedded RLS routing through direct Superset API calls. Use only for direct API workflows; Do not use for MCP-only work.

SKILL.md

preset-embedding.SKILL.md
name: preset-embedding
description: Inspect embedded dashboard configuration, trusted domains, origins, guest-token routing, and embedded RLS routing through direct Superset API calls. Use only for direct API workflows; Do not use for MCP-only work.

preset-embedding

Use for embedded dashboard configuration reads and security-sensitive routing.

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. Consult `preset-superset` only when permissions drift matters.
  • Default to embedded configuration reads.
  • Route guest-token creation to `preset-guest-tokens`.
  • Route embedded RLS design/review to `preset-embedded-rls`.
  • Require explicit confirmation before embedded config mutations, guest tokens, trusted domain changes, or access-token key changes.

Decision Rules

  • Distinguish config reads from trusted-domain mutations, guest-token issuance, and RLS changes.
  • Require approval before broadening domains or issuing tokens.
  • Route domain, token, and RLS requests to the correct guardrail.
  • Avoid mutating embedded configuration.

Workflow Order

1. Inspect embedded dashboard configuration. 2. Classify domain, token, and RLS request type. 3. Prepare approval summary for mutation or token issuance. 4. Stop before broadening domains, mutating config, or issuing tokens.

Retrieve

  • Embedded dashboard configuration reads: [references/embedded-config-reads.md](references/embedded-config-reads.md)
  • Embedded config create/update/delete routing: [references/embedded-config-mutations.md](references/embedded-config-mutations.md)
  • Trusted domains and origins: [references/trusted-domains-and-origins.md](references/trusted-domains-and-origins.md)
  • Guest-token routing: [references/guest-tokens.md](references/guest-tokens.md)
  • Embedded RLS routing: [references/embedded-rls.md](references/embedded-rls.md)
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.