๐ŸŽฏ

metabase-embedding-sso-implementation

๐ŸŽฏSkill

from metabase/agent-skills

VibeIndex|
What it does
|

Implements JWT SSO authentication for Metabase embedding including modular embedding, SDK integration, and full app iframe-based embedding with user identity and group mappings.

๐Ÿ“ฆ

Same repository

metabase/agent-skills(11 items)

metabase-embedding-sso-implementation

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add metabase/agent-skills --skill metabase-embedding-sso-implementation
skills.sh Installโš  Installs to .agents/skills/
npx skills add metabase/agent-skills --skill metabase-embedding-sso-implementation
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/metabase-embedding-sso-implementation/SKILL.md

SKILL.md

173Installs
-
AddedMar 25, 2026

More from this repository10

๐ŸŽฏ
metabase-database-metadata๐ŸŽฏSkill

A Metabase skill that understands the YAML-based on-disk representation of database metadata (databases, tables, fields) synced from a Metabase instance. Enables reading, editing, and reasoning about schema structure, column types, and FK relationships through diff-friendly YAML files.

๐ŸŽฏ
metabase-cli๐ŸŽฏSkill

A collection of agent skills for working with Metabase, covering the mb CLI for terminal-driven operations, database metadata exploration, embedding SSO implementation, and full-app to modular embedding migration. Built for Claude Code with compatibility for other AI coding agents.

๐ŸŽฏ
metabase-representation-format๐ŸŽฏSkill

A skill for understanding and working with the Metabase Representation Format, a YAML-based serialization format for Metabase content including collections, cards, dashboards, documents, segments, and more. Covers entity schemas, MBQL/native queries, visualization settings, and validation.

๐ŸŽฏ
metabase-semantic-checker๐ŸŽฏSkill

Validates Metabase Representation Format YAML files for referential integrity by checking cross-entity references and compiling MBQL queries to SQL against database metadata. Runs after schema validation to ensure collection IDs, dashboard references, and column references all resolve correctly.

๐ŸŽฏ
metabase-modular-embedding-version-upgrade๐ŸŽฏSkill

Upgrades a project's Metabase modular embedding SDK or embed.js to a newer version, handling migration of embedding integration code and configuration changes.

๐ŸŽฏ
metabase-full-app-to-modular-embedding-upgrade๐ŸŽฏSkill

A migration skill that converts Metabase full-app/interactive iframe-based embedding to modular web-component-based embedding, handling iframe replacement with components like metabase-question and metabase-dashboard, embed.js setup, and SSO endpoint modifications.

๐ŸŽฏ
metabase-static-embedding-to-guest-embedding-upgrade๐ŸŽฏSkill

Migrates Metabase static embedding (signed iframe approach) to guest embedding using web components via embed.js. Follows a structured 6-step workflow covering version detection, project scanning, embed mapping, code migration, and validation.

๐ŸŽฏ
metabase-modular-embedding-to-modular-embedding-sdk-upgrade๐ŸŽฏSkill

Agent skill for Metabase that helps perform complex embedding migrations and upgrades, explore data models, and create Metabase content automatically using AI coding agents.

๐ŸŽฏ
metabase-react-sdk-setup๐ŸŽฏSkill

Guides the first-time setup of the Metabase React SDK for embedding dashboards, covering instance detection, API key configuration, dashboard discovery, JWT authentication, SDK installation, and initial embedding code generation. Provides a step-by-step interactive workflow that validates prerequisites before proceeding.

๐ŸŽฏ
metabase-learning๐ŸŽฏSkill

Skill