Skip to main content
Agent skills add project-local guidance so your assistant follows the correct Autoplay pattern for your stack: session replay providers send live user activity in, AI support agents consume it through MCP or REST, and optional tour tools can act on the result.

Install

After installing the SDK:

Target a specific stack

Flags

FlagPurpose
--chatbot NAMEInstall core + one AI support agent skill (ada, intercom, botpress, dify, crisp, landbot, tidio)
--user-activity NAMEInstall core + one session replay provider skill (amplitude, fullstory, posthog)
--migrateInstall core + migration helper only
--forceOverwrite existing skill directories in .cursor/skills/
--dest DIRDestination 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 as autoplay-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 raw SKILL.md fetchable by curl.
SkillWhen to useDocsRaw
autoplay-coreAny Autoplay integration β€” install, stream wiring, session scopingViewSKILL.md
autoplay-migrate-importsMigrating deprecated import paths to v0.7.4 modulesViewSKILL.md
chatbot-crispCrisp Hugo AI support agentViewSKILL.md
chatbot-difyDify AI support agentViewSKILL.md
chatbot-intercomIntercom Fin AI support agentViewSKILL.md
chatbot-tidioTidio Lyro AI support agentViewSKILL.md
activity-amplitudeAmplitude session replay providerViewSKILL.md
activity-posthogPostHog session replay providerViewSKILL.md
Skills are copied into .cursor/skills/ in your project. Open Cursor or Claude and ask it to set up Autoplay β€” the agent will follow the wired patterns automatically.