Agent skills add project-local guidance so your assistant follows the correct integration pattern for your stack (session scoping, conversation linking, and field mapping) instead of generating generic setup code.Documentation Index
Fetch the complete documentation index at: https://developers.autoplay.ai/llms.txt
Use this file to discover all available pages before exploring further.
Install
After installing the SDK:Target a specific stack
Flags
| Flag | Purpose |
|---|---|
--chatbot NAME | Install core + one chatbot skill (ada, intercom, botpress, dify, crisp, landbot, tidio) |
--user-activity NAME | Install core + one activity skill (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.Bundled skills
Each skill is available as a rendered doc page and a downloadable.md file.
| Skill | When to use | Docs | Download |
|---|---|---|---|
| autoplay-core | Any Autoplay integration β install, stream wiring, session scoping | View | .md |
| autoplay-migrate-imports | Migrating deprecated import paths to v0.7.4 modules | View | .md |
| chatbot-ada | Ada chatbot integration | View | .md |
| chatbot-botpress | Botpress integration | View | .md |
| chatbot-crisp | Crisp AI integration | View | .md |
| chatbot-dify | Dify integration | View | .md |
| chatbot-intercom | Intercom integration | View | .md |
| chatbot-landbot | Landbot integration | View | .md |
| chatbot-tidio | Tidio integration | View | .md |
| activity-fullstory | FullStory as user activity source | View | .md |
| activity-posthog | PostHog as user activity source | View | .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.