Your AI coding agent becomes a Bambuser expert
bambuser-integration is an Agent Skill that gives your AI coding agent real knowledge of Bambuser's video commerce products and makes it read the latest docs before writing your integration.
npx skills add bambuser/bambuser-agent-skills
Claude Code · Cursor · OpenAI Codex · GitHub Copilot · etc.
What it covers

bambuser-integration
For developers building the integration
- Embeds for Live, Shoppable Video, Video Consultation and Chat
- Cart integration and product data hydration
- Shopper events, conversion tracking and tracking verification
- Data regions, SSO and the REST APIs
- iOS, Android and React Native player SDKs
- App Framework (Beta)
How it stays current
You ask in plain language
The skill triggers on Bambuser topics — no commands, no prompt engineering.
The skill supplies the map
Durable concepts, product boundaries and the gotchas that are easy to get wrong.
It reads the live docs
Exact APIs are fetched from this site at runtime, so answers track the documentation.
Point it at your workspace
Add these lines to your project's instructions file — CLAUDE.md, AGENTS.md, Cursor rules —
so the agent stops asking every session and writes the right hosts for your region.
Bambuser workspace:
- region: <Global | EU>
- orgId: <your-org-id>
The bambuser-integration skill is installed:
- Use it for all Bambuser work — embeds, cart and product data,
tracking, REST APIs, SSO, mobile SDKs, App Framework.
- Never use Bambuser API specifics from memory — fetch the live docs
page first and treat it as authoritative.
- Workspace values (region, orgId, show/video/playlist IDs, cart APIs)
come from the lines above, the user, or the code — never a guess.
Both values sit in your dashboard URL: the domain gives the region — lcx.bambuser.com is
Global, lcx-eu.bambuser.com is EU — and the path segment after it is your orgId. Leave a
placeholder if you do not know it yet; the skill will ask rather than invent one.
Then just ask
Frequently asked questions
What is the Bambuser Agent Skill?
bambuser-integration is a free, open-source Agent Skill (Apache-2.0) that teaches AI coding agents how Bambuser video commerce products work. Install it in a project with npx skills add bambuser/bambuser-agent-skills.
Which AI coding agents does it work with?
Claude Code, Cursor, OpenAI Codex, Gemini CLI, GitHub Copilot, Amp, and any other tool that supports the Agent Skills standard.
How is an Agent Skill different from an MCP server?
An Agent Skill is plain instructions loaded into the agent context, so there is no server to host, no API key and no authentication. The Bambuser skill fetches the public documentation over HTTPS whenever it needs exact API details.
Do I need a Bambuser account or API key to install it?
No. Installing the skill needs neither an account nor an API key. Your Bambuser region (Global or EU) and organization ID are only needed once the agent writes real integration code.
Which Bambuser products does the skill cover?
Live, Shoppable Video, Video Consultation, Chat and the App Framework, plus cart integration, product data hydration, shopper events tracking, SSO, the REST APIs and the iOS, Android and React Native player SDKs.
How does the skill stay up to date?
Durable concepts live in the skill itself, while exact APIs are fetched from bambuser.com/docs at runtime, so answers track the documentation instead of a training-data snapshot.
