๐ฆ Open-source personal AI agent that runs on your own machine and answers you through the chat apps you already use.
| Command | What it does |
|---|---|
curl -fsSL https://openclaw.ai/install.sh | bash | All-in-one install โ installs Node.js and OpenClaw in one step. |
npm i -g openclaw | Alternative install if you already have Node.js. |
openclaw onboard | Onboarding wizard โ connects your LLM provider and your first messenger. Re-run it to add a second messenger. |
docs.openclaw.aiChoose one or more during openclaw onboard. The bridge means you never need a new app โ same agent, same memory, same context across all of them.
| Provider | What it means |
|---|---|
| Anthropic | Cloud โ Claude. Messages go to the Anthropic API; needs a valid API key. |
| OpenAI | Cloud โ GPT. Messages go to the OpenAI API; needs a valid API key. |
| Local models | Agent and LLM both run on your machine โ private by default, no data leaves your hardware. |
openclaw onboard; change it any time by re-running the relevant config step, then send a test message to confirm the new model is active.Every capability is triggered from a plain chat message in your messenger.
"Go to the OpenClaw GitHub page and tell me the repository name.""Write a file to my Desktop called test-agent.txt with the text: agent test successful.""Go to [URL], find [fact], and write it to Desktop/fetched.txt.""Every Monday at 8am, summarize my open GitHub tasks and this week's calendar events.""Summarize all unread emails from today and flag anything urgent."50+ integrations available. Install community skills, or write your own. Marketplace: clawhub.ai
Gmail ยท GitHub ยท Google Calendar ยท Spotify ยท Obsidian ยท Twitter ยท Hue (smart home) ยท Browser โ plus the 6 messengers above, Claude & GPT, and 50+ in total.
"Check my GitHub notifications"
"Show me my last 5 unread emails"
"List my open pull requests"
clawhub.ai โ install a skill per its instructions (or docs.openclaw.ai) โ exercise it from your messenger and confirm it returns real data from the connected service.openclaw.ai for current terms. There's no visual output by default โ answers arrive as text in your messenger, so complex tables/charts need OpenClaw OS on top.