A marketplace of Claude Code plugin bundles — installable skill packs that extend Claude Code with domain-specific superpowers.

Bundles

Bundle Description Skills Agents Commands
airtable-super-creator Complete Airtable development toolkit — manage bases, tables, fields, records, views, webhooks, and more via the Airtable Web API 16 8 10
vapi-super-creator Complete voice AI toolkit for Vapi — build assistants, tools, squads, workflows, phone numbers, and webhooks 18 5 7
canvas-design Production-grade visual design with HTML/CSS + Playwright — covers, posters, social media, thumbnails, brand assets, abstract art 8 5 8
remotion-video-creator Professional video creation with Remotion (React/TypeScript) — social media, explainers, kinetic typography, data viz, slideshows, audiograms, intros/outros, news highlights 9 6 7

Setup & Prerequisites

Each bundle may require external tools or API keys. Set these up before first use.

airtable-super-creator

API Key Required: Airtable Personal Access Token

  1. Go to airtable.com/create/tokens
  2. Create a token with needed scopes (data.records:read, data.records:write, schema.bases:read, etc.)
  3. Set the environment variable:
export AIRTABLE_ACCESS_TOKEN="patXXXXXXXXXXXXXX"
# Or add to .claude/settings.json: { "env": { "AIRTABLE_ACCESS_TOKEN": "patXXX" } }

vapi-super-creator

API Key Required: Vapi Private API Key

  1. Go to dashboard.vapi.ai → Settings → API Keys
  2. Copy your Private Key
  3. Set the environment variable:
export VAPI_API_KEY="your-vapi-private-key"
# Or add to .claude/settings.json: { "env": { "VAPI_PRIVATE_API_KEY": "your-key" } }

canvas-design

Prerequisite: Playwright MCP plugin (for HTML-to-PNG rendering). No API key needed. 80+ bundled fonts included.

remotion-video-creator