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

# OpenClaw

> Give your OpenHome agent the ability to control your computer.

OpenClaw lets your OpenHome agent control your local machine through voice — launch apps, monitor system status, run workflows, and more.

## Quick start

<Steps>
  <Step title="Install OpenClaw">
    ```bash theme={"system"}
    npm install -g openclaw@latest
    openclaw onboard --install-daemon
    ```

    Configure with an LLM API key (OpenAI, Anthropic, etc.) during onboarding.
  </Step>

  <Step title="Download the OpenClaw client">
    [Download for your OS](https://drive.google.com/drive/folders/10qK75I-bFB2D98YJ6dH3tQFsvEk44Y7-) (Windows `.exe`, macOS `.dmg`, Linux AppImage).
  </Step>

  <Step title="Connect to OpenHome">
    Run the client, paste your [OpenHome API key](https://app.openhome.com/dashboard/settings), click Connect.
  </Step>

  <Step title="Install the OpenClaw Ability">
    Add the OpenClaw template from the [Abilities library](https://app.openhome.com/dashboard/abilities) to your Agent.
  </Step>
</Steps>

For the full setup walkthrough, customization options, and example abilities, see [Connect to OpenClaw](/building-abilities/openclaw).
