CLI Profile
Claude Flow CLI Observed Listing Ruvnet vlatest
Enterprise AI agent orchestration for Claude Code - Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration
Install Matrix
macOS Linux
npm
npm install -g claude-flow Copy
hash: unavailable
Auth Guide
API Key default
Token refresh: Rotate Claude Flow CLI token/credential in provider settings.
Step 1
Export required environment variables: CLAUDE_FLOW_TOKEN
Command Map
Global Flags
--help (boolean) - Display command help and usage options.Ai Inference
Authenticate model provider account
Output: Plain text ai-inference developer-loop
Example 1
claude-flow login Example 2
claude-flow login --help Known errors: Model access denied; Login flow interrupted; Token expired or missing scope
List available models
Output: Table ai-inference developer-loop
Example 1
claude-flow models Example 2
claude-flow models --help Known errors: Model access denied; Inference job failed; Provider quota exceeded
Run model inference
Output: Table ai-inference developer-loop
Example 2
claude-flow run --help Known errors: Model access denied; Inference job failed; Provider quota exceeded
Deploy inference endpoint
Output: Plain text ai-inference developer-loop
Example 1
claude-flow deploy Example 2
claude-flow deploy --help Known errors: Model access denied; Project or environment not linked; Build/deploy operation failed on remote provider
Check job/run status
Output: JSON ai-inference developer-loop
Example 1
claude-flow status Example 2
claude-flow status --help Known errors: Resource not found for current context; Inference job failed; Provider quota exceeded
Workflow Recipes
No workflow chains currently reference this CLI.
Compatibility
Claude Code Untested Estimated Codex CLI Untested Estimated Gemini CLI Untested Estimated Cline Untested Estimated Aider Untested Estimated OpenCode Untested Estimated
Requirements
Runtime: Standalone binary / package-managed CLI Platforms: macOS, Linux (arm64, x86_64) Approx. Size (estimated): ~29 MB Permissions
Network: Yes Filesystem: Read/Write Credentials: CLAUDE_FLOW_TOKEN Ports: Not declared Safe Execution
This CLI has broad system access. Recommended: run inside a container/sandbox.
docker run --rm -it node:20 sh -c "npm install -g claude-flow && claude-flow --help"
Listing Stats
Queries/Week: 82.1 Trust Score: 81.0 Last Verified: 2/17/2026, 6:51:49 PM Last Updated: 2/17/2026, 6:51:49 PM Website: https://github.com/ruvnet/claude-flow#readme Version Feed
Version: #1 ID: lv_claude-flow_1 Updated: 2/17/2026, 6:51:49 PM Changes: commands, auth, install