> ## Documentation Index
> Fetch the complete documentation index at: https://docs.smooth.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Claude Code

> Setup Smooth CLI for Claude Code

## Installation

<Steps>
  <Step title="Install the CLI">
    ```bash theme={null}
    pip install smooth-py
    ```
  </Step>

  <Step title="Configure your API key">
    Get your API key from [app.smooth.sh](https://app.smooth.sh), then run:

    ```bash theme={null}
    smooth config --api-key YOUR_API_KEY
    ```
  </Step>

  <Step title="Add to Claude Code">
    ```bash theme={null}
    /plugin marketplace add circlemind-ai/smooth-sdk
    /plugin install smooth-browser
    ```

    Alternatively, you can copy the [SKILL.md file](https://raw.githubusercontent.com/circlemind-ai/smooth-sdk/refs/heads/master/skills/smooth-browser/SKILL.md) directly to your agent's skill folder at `~/.claude/skills/`.
  </Step>

  <Step title="Give Claude a task">
    Ask Claude to do something on the web. It will use Smooth automatically.

    ```
    Find a one-way flight from London to NY leaving tomorrow
    ```
  </Step>
</Steps>

<Tip>
  **Pro Tip:** You can also give Claude complex goals. Our skill will teach Claude how to break them into subtasks and distribute them across multiple concurrent browser sessions automatically.
</Tip>
