zeroclaw

Operate a ZeroClaw agent via CLI commands and REST/WebSocket calls.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/drewsephski/zeroclaw --skill zeroclaw-drewsephski
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zeroclaw
Source: https://github.com/drewsephski/zeroclaw/tree/main/.claude/skills/zeroclaw
Command: npx skills add https://github.com/drewsephski/zeroclaw --skill zeroclaw-drewsephski

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users need a centralized way to operate their ZeroClaw agent instance, including issuing commands and invoking gateway APIs, without juggling multiple interfaces or manual steps.

Core Features & Use Cases

  • Unified control over the ZeroClaw agent via the CLI and REST/WebSocket gateway.
  • Execute actions by running commands or making API calls to manage memory, cron jobs, status, channels, and configuration.
  • Use case: Quickly check agent status and send a message to the bot through the gateway in a single step.

Quick Start

Tell me a zeroclaw operation to perform, and I will execute it and report the result.

Frequently Asked Questions about zeroclaw

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

FAQPage Schema
How do I manage my agent's memory and channels from the command line?

You can manage agent memory and channels by executing CLI commands or REST/WebSocket calls through the gateway. This provides unified control over configuration, cron jobs, and status without juggling multiple interfaces.

Can I check my agent status and send a message in a single step?

Yes, you can check agent status and send a message to the bot in a single step by executing a combined operation through the REST or WebSocket gateway, which immediately reports the execution result.

Do I need authentication to operate the agent gateway?

Yes, operating the agent gateway requires authentication credentials and access to the zeroclaw binary. You must configure these endpoints as described in the skill guide before executing commands.

What is the best way to troubleshoot a ZeroClaw agent instance?

The best way to troubleshoot a ZeroClaw agent is by executing diagnostic CLI commands or API calls to check status and configuration. This unified interface reports operational results directly to identify issues.

Does this approach support both REST and WebSocket protocols for automation?

Yes, this automation approach supports both REST and WebSocket gateway protocols. You can execute actions and manage agent tasks by invoking either protocol alongside standard CLI commands.

Why are my CLI commands not working when managing the agent?

CLI commands for managing the agent might fail if the zeroclaw binary is inaccessible or gateway authentication is unconfigured. Ensure you have the required endpoint access and credentials detailed in the skill guide.