Skip to content

dazeb/clawdie-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦾 Clawdie CLI

Agent Infrastructure Orchestrator — Manage your autonomous agents with surgical precision.

Version License

Clawdie CLI is the command-line interface for the Clawdie platform, designed for hackers and developers who need high-throughput control over their agent clusters.


🚀 Quick Start

Installation

Download the latest release from the Releases page or build from source:

git clone https://github.com/dazeb/clawdie-cli.git
cd clawdie-cli
npm install
npm run build

Link the binary globally (optional):

npm link

🕹️ Usage

🔐 Authentication

clawdie login     # Authenticate with your Clawdie credentials
clawdie logout    # Securely clear your session

🧠 Agent Management

clawdie agents              # List all active agents in your fleet
clawdie status [id]         # Deep-dive into agent health and metrics
clawdie restart <id>        # Hot-reload an agent instance
clawdie stop <id>           # Terminate an agent lifecycle

📜 Observability

clawdie logs <id>           # Dump recent agent logs
clawdie logs <id> --follow  # Real-time log stream (3s polling)

🏗️ Deployment

clawdie deploy              # Interactive deployment wizard

🛰️ Nexus Dashboard

Launch the high-fidelity TUI dashboard for real-time monitoring.

clawdie nexus

Hotkeys:

  • TAB — Cycle views (Agents, Telemetry, Logs)
  • j / k — Navigate selection
  • q — Exit Nexus

⚙️ Configuration

Persistence is handled at ~/.clawdie/config.json.

{
  "apiUrl": "https://api.clawdie.ai",
  "cookie": "session=...",
  "user": { "id": "...", "email": "...", "name": "..." }
}

Environment Overrides

  • CLAWDIE_API_URL: Direct the CLI to a custom Nexus endpoint.

🛡️ Security

This CLI operates under the Sentinel Protocol. Session cookies are stored locally with user-level permissions. Always logout on shared machines.


📜 License

ISC © dazeb

About

CLI for managing Clawdie agents from the terminal — deploy, monitor, and manage with a Nexus TUI dashboard

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors