CLI Profile
Cli CLI Observed Listing Claude Flow vlatest
Claude Flow CLI - Enterprise AI agent orchestration with 60+ specialized agents, swarm coordination, MCP server, self-learning hooks, and vector memory for Claude Code
Install Matrix
macOS Linux
npm
npm install -g @claude-flow/cli Copy
hash: unavailable
Auth Guide
API Key default
Token refresh: Rotate Cli CLI token/credential in provider settings.
Step 1
Export required environment variables: CLI_CLI_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 2
cli 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 2
cli models --help Known errors: Model access denied; Inference job failed; Provider quota exceeded
Run model inference
Output: Table ai-inference developer-loop
Known errors: Model access denied; Inference job failed; Provider quota exceeded
Deploy inference endpoint
Output: Plain text ai-inference developer-loop
Example 2
cli 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 2
cli 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: CLI_CLI_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/cli && cli-cli --help"
Listing Stats
Queries/Week: 81.5 Trust Score: 80.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_cli-cli_1 Updated: 2/17/2026, 6:51:49 PM Changes: commands, auth, install