zeroclaw

Operate ZeroClaw agents via CLI and REST/WebSocket API.

32.5k|4.9k|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/zeroclaw-labs/zeroclaw --skill zeroclaw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zeroclaw
Source: https://github.com/zeroclaw-labs/zeroclaw/tree/main/.claude/skills/zeroclaw
Command: npx skills add https://github.com/zeroclaw-labs/zeroclaw --skill zeroclaw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users manage and interact with their ZeroClaw agent, streamlining operations from the command line or via its API.

Core Features & Use Cases

  • Agent Interaction: Send messages, manage memory, schedule tasks, and check system status.
  • API Access: Interact with the ZeroClaw REST/WebSocket gateway.
  • Configuration & Setup: Assist with onboarding, building from source, and troubleshooting.
  • Use Case: A user wants to know if their agent is running and healthy; this skill can execute zeroclaw status and zeroclaw doctor to provide a comprehensive overview.

Quick Start

Check the current status of your ZeroClaw agent.

Frequently Asked Questions about zeroclaw

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if my agent runtime is running and healthy?

To check agent runtime health, execute the `zeroclaw status` and `zeroclaw doctor` commands via the CLI to receive a comprehensive overview of system status and troubleshoot any setup issues.

How do I interact with the REST and WebSocket gateway API?

To interact with the REST and WebSocket gateway API, use the zeroclaw binary to hit HTTP endpoints, send messages, and manage bot configuration channels directly through supported CLI commands or scripts.

Can I schedule cron jobs and manage memory for my agent instance?

Yes, you can schedule cron jobs and manage memory for your agent instance by using the zeroclaw binary to configure reminder scheduling and execute memory management operations directly through the CLI.

What is the best way to configure bot channels for an agent?

The best way to configure bot channels for an agent is by using the zeroclaw CLI to manage channel configurations, allowing you to route messages and gateway API interactions efficiently.

Why does my zeroclaw setup fail during onboarding and source building?

Your zeroclaw setup might fail during onboarding and source building due to misconfigured HTTP endpoints or missing dependencies, which can be diagnosed using the `zeroclaw doctor` troubleshooting command.