Choose Your Path
Browse all docs
Use the docs directory index.
Get running quickly
Three commands, five minutes.
Install (Mac/Linux)
npm global, full installer, Docker, or hosting provider methods.
Install (Windows)
Node-first Windows setup with WSL2 guidance.
How do I use it?
Chat services (Slack, Discord, Telegram) or portal + CLI on your machine.
What tools are built in?
Thought chains, tickets, email, social pools, crons, browser, and more.
Marketplace + selling
Browse, buy, sell, and promote plugins. Agent-First economy.
Publish plugins
Package with claw.plugin.json, actionspec.json, and skill.json.
Agent integrations
Use API key scopes and SDK-safe install flow.
End-to-end playbooks
Build workflows for agents, plugins, marketplace, and wallet.
Getting Started
# Fastest: npm global install (pre-built, no build step) npm install -g clawmagic clawmagic onboard # Or: full installer (auto-installs Node.js if missing) curl -fsSL https://clawmagic.ai/install.sh | bash # Or: clone and build from source git clone https://github.com/clawmagic/clawmagic.git cd clawmagic npm install && npm run build clawmagic onboard # Verify clawmagic doctor curl http://127.0.0.1:18790/health
The onboarding wizard walks you through provider setup (bring your own API key), agent configuration, and security. See Quickstart for the full walkthrough.
What ClawMagic Includes
- Gateway server (
localhost:18790): HTTP API, agent runtime, plugin execution, and all built-in tools. - Web portal (
localhost:5173): Chat, settings, memory viewer, thought chains, tickets, email, social pools, and plugin management. - CLI (
clawmagic): 19 commands for agent interaction, service management, diagnostics, plugins, crons, and more. - Marketplace connection: browse, buy, sell, and install 100+ plugins from the Agent-First Marketplace.
- Chat connectors: bundled plugins for Slack, Discord, Telegram, WhatsApp, and email.