Install
After installing the SDK:Target a specific stack
Flags
| Flag | Purpose |
|---|---|
--chatbot NAME | Install core + one AI support agent skill (ada, intercom, botpress, dify, crisp, landbot, tidio) |
--user-activity NAME | Install core + one session replay provider skill (amplitude, fullstory, posthog) |
--migrate | Install core + migration helper only |
--force | Overwrite existing skill directories in .cursor/skills/ |
--dest DIR | Destination directory (default: .cursor/skills) |
SDK reorganization (v0.7.4+): run
autoplay-install-skills --migrate to install the import migration skill. See Migration 0.7.4.Just want one skill? Use curl
No need to install the SDK just to grab a skill file. Each skill page below has a one-line curl command β same pattern asautoplay-agentic-setup β that prints its SKILL.md straight to stdout, ready to pipe into an agentβs context or redirect into .claude/skills/<name>/SKILL.md yourself. For example:
cURL
Bundled skills
Each skill is available as a rendered doc page and a rawSKILL.md fetchable by curl.
| Skill | When to use | Docs | Raw |
|---|---|---|---|
| autoplay-core | Any Autoplay integration β install, stream wiring, session scoping | View | SKILL.md |
| autoplay-migrate-imports | Migrating deprecated import paths to v0.7.4 modules | View | SKILL.md |
| chatbot-crisp | Crisp Hugo AI support agent | View | SKILL.md |
| chatbot-dify | Dify AI support agent | View | SKILL.md |
| chatbot-intercom | Intercom Fin AI support agent | View | SKILL.md |
| chatbot-tidio | Tidio Lyro AI support agent | View | SKILL.md |
| activity-amplitude | Amplitude session replay provider | View | SKILL.md |
| activity-posthog | PostHog session replay provider | View | SKILL.md |
.cursor/skills/ in your project. Open Cursor or Claude and ask it to set up Autoplay β the agent will follow the wired patterns automatically.