> ## 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.

# Autoplay Migrate Imports

> Migrates autoplay-sdk imports from the pre-0.7.4 flat module layout to the current package structure. Use when the user asks to upgrade Autoplay SDK imports, fix deprecation warnings, or migrate from autoplay_sdk.agent_context, autoplay_sdk.proactive_triggers, autoplay_sdk.models, or related legacy paths.

<Note>
  Auto-generated from `autoplay_sdk/skills/`. Edit the source `SKILL.md` and run `python scripts/sync_skill_docs.py`.
</Note>

## ⚡ Add this skill

<CardGroup cols={2}>
  <Card title="One command" icon="terminal">
    Add the Autoplay SDK import migration helper.

    <CodeGroup>
      ```bash CLI theme={null}
      uvx --from autoplay-sdk autoplay-install-skills --migrate
      ```
    </CodeGroup>

    <a className="skill-card-link" href="/sdk/migration-0.7.4">View the docs →</a>
  </Card>

  <Card title="Agent onboarding" icon="robot">
    Fetch this skill for Autoplay migration setup instructions.

    <CodeGroup>
      ```bash cURL theme={null}
      curl -s https://developers.autoplay.ai/autoplay-migrate-imports/SKILL.md
      ```
    </CodeGroup>

    <a className="skill-card-link" href="https://developers.autoplay.ai/autoplay-migrate-imports/SKILL.md" target="_blank">View the skill →</a>
  </Card>
</CardGroup>
