Digital Samba Skill for Claude

1 min read
December 18, 2025

Video conferencing integration usually means weeks of work—wading through API docs, wrangling authentication, dealing with WebRTC headaches. There's a faster way.

The Digital Samba skill gives Claude everything it needs to build video apps with you. A few simple commands to install, and Claude learns our REST API, SDK methods, and common integration patterns. No configuration needed.

Claude skills are a new way to give Claude domain-specific knowledge. Think of them as expert training packs—structured documentation that Claude can reference while helping you code.

See it in action

We asked Claude to create an interview room app from scratch. It picked Next.js, set up API routes, and handled JWT authentication—all using patterns from the skill. A few minutes later, we had a working app.

Interviewers create a room, get a code to share. Candidates enter the code and join. The API handles the room, enables recording, and generates tokens. Simple flow, no fuss.

The generated code follows best practices—secure JWT token generation, proper SDK initialisation, and clean API integration patterns. You don't manage any video infrastructure—that's all on us.

What's in the Skill

  • 97 REST API endpoints - Rooms, sessions, recordings, webhooks, and more
  • SDK methods and events - Full reference for the embedded SDK
  • 6 integration patterns - Public rooms, authenticated users, webinars, recordings
  • JWT authentication guide - Token generation in Node.js, Python, and PHP

How to install

Claude Code (CLI)

Option A: Git submodule (recommended) - Enables easy updates via git

git submodule add https://github.com/digitalsamba/digital-samba-skill.git .claude/skills/digital-samba

Option B: Manual copy

git clone https://github.com/digitalsamba/digital-samba-skill.git cp -r digital-samba-skill/.claude/skills/digital-samba your-project/.claude/skills/

Claude Desktop / Claude.ai

  1. Download the latest release ZIP
  2. Go to Settings → Capabilities → Skills
  3. Click "Add custom skill" and upload the ZIP

Get started

The Digital Samba skill is on GitHub. Go give it a try.

View on GitHub | Digital Samba Documentation | Claude Skills Docs

Install the skill. Build your solution on our infrastructure.

Get Email Notifications