nextlevelbuilder

Goclaw CLI — AI skill for Claude Code

AI community

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