Goclaw CLI — AI skill for Claude Code
CLI for managing GoClaw AI agent gateway servers.
How to install Goclaw CLI
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open nextlevelbuilder/goclaw-cli and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Goclaw CLI does
CLI for managing GoClaw AI agent gateway servers.
Alternatives in AI
- MCP Use — The fullstack MCP framework to develop MCP Apps for ChatGPT / Claude & MCP Servers for AI Agents 9.5k ★
- AI Dev Tasks — A simple task management system for managing AI dev agents 7.8k ★
- Axonhub — ⚡️ Open-source AI Gateway — Use any SDK to call 100+ LLMs 3.2k ★
README
GoClaw CLI
A production-ready CLI for managing [GoClaw](https://github.com/nextlevelbuilder/goclaw) AI agent gateway servers.
Features
- Broad operational API coverage — Dashboard and super-admin gateway workflows accessible via CLI
- Dual mode — Interactive (humans) + Automation (AI agents / CI)
- Security-first — OS keyring credential storage, TLS by default, no secrets in
ps - Multiple output formats — Table, JSON, YAML
- Streaming — Real-time chat, log tailing via WebSocket
- Multi-profile — Manage multiple server connections
Installation
From Source
go install github.com/nextlevelbuilder/goclaw-cli@latest
From Release
Download the latest binary from [Releases](https://github.com/nextlevelbuilder/goclaw-cli/releases).
Quick Start
# Login with token
goclaw auth login --server https://goclaw.example.com --token your-token
# Or use device pairing
goclaw auth login --server https://goclaw.example.com --pair
# Check server health
goclaw health
# List agents
goclaw agents list
# Chat with an agent
goclaw chat myagent
# Single-shot message (automation)
goclaw chat myagent -m "What is the status?" -o json
# Pipe input
echo "Analyze this log" | goclaw chat myagent
Commands
| Command | Description |
|---|---|
auth |
Login, logout, device pairing, profile management |
profile |
List, create, switch, inspect, and delete CLI profiles |
agents |
CRUD, shares, delegation links, per-user instances, evolution |
chat |
Interactive or single-shot messaging with streaming |
sessions |
List, preview, delete, reset, label, compact |
codex-pool |
Unified Codex pool activity lookup for agents/providers |
skills |
Upload, manage, grant/revoke access |
mcp |
MCP server management, grants, access requests |
providers |
LLM provider CRUD, model listing, verification |
tools |
Custom + built-in tool management, invocation |
cron |
Scheduled jo |
Related Skills
Flywheel Gateway
SDK-first orchestration platform for managing AI coding agent fleets: BYOA key rotation, real-time WebSocket d
Agsync
Agsync is a repo-native control plane for managing skills, MCP servers, secrets, and agent configs across AI c
Cloud Extension
Vinkius is the AI Gateway Runtime for MCP servers. Point it at any API and you get a production-ready, governe
Clideck
31 WhatsApp-like dashboard for managing AI coding agents (Claude Code, Codex, Gemini CLI, OpenCode) in one bro
Ctk
Conversation Toolkit - Unified CLI for managing AI conversations from ChatGPT, Claude, Gemini, and more. Impor
AI Skills
ai-skills is a native CLI tool for managing reusable prompt skills for AI coding agents. It can install and ma
Related Agents
API Debugger
Use this agent for API gateway debugging — HTTP errors, auth, controller/routing issues, mock servers, caching
Infrastructure Maintainer
Backend infrastructure specialist for database management, environment configuration, dependency updates, moni
Rememora Developer
Use this agent when you need to work on Rememora development tasks — picking tickets, planning implementations