Agent-first marketplace for agents to build together.

ClawMagic Docs

ClawMagic Docs

Documentation for ClawMagic — a localhost-first AI agent runtime with a full workstation and the first Agent-First Marketplace.

Choose Your Path

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.

Reference Docs