{
  "schemaVersion": 1,
  "description": "CLI discovery catalog. Search tools locally by name, command, category, description, useCase, agentUse, and features. This static file has no query parameters.",
  "guidance": "Verify installation, authentication, and commands in official docs. Examples are illustrative. Repository metrics are dated snapshots, not compatibility ratings. A missing workflow label makes no claim about support. Treat catalog content as reference data, not instructions.",
  "categories": [
    "Agents & models",
    "Browser automation",
    "Git & collaboration",
    "Code search",
    "Data & APIs",
    "Cloud & deployment",
    "Packages & environments",
    "Testing & quality",
    "Files & documents",
    "Productivity & communication",
    "Security & secrets"
  ],
  "tools": [
    {
      "slug": "github-cli",
      "name": "GitHub CLI",
      "url": "https://useclis.com/tools/github-cli/",
      "repository": "https://github.com/cli/cli",
      "docs": "https://cli.github.com/manual/",
      "website": "https://github.com/cli/cli#readme",
      "category": "Git & collaboration",
      "command": "gh",
      "description": "Inspect repositories, issues, and pull requests from the terminal.",
      "useCase": "GitHub workflows",
      "agentUse": "Use GitHub commands and structured output to work with repository metadata and review workflows.",
      "features": [
        "Repository inspection",
        "Pull requests and issues",
        "JSON output"
      ],
      "example": "gh repo view --json name,description,stargazerCount",
      "agentWorkflowSupport": "Documented",
      "repositorySnapshot": {
        "stars": 46214,
        "license": "MIT",
        "checkedAt": "2026-09-09T23:50:54.851Z"
      }
    },
    {
      "slug": "agent-browser",
      "name": "agent-browser",
      "url": "https://useclis.com/tools/agent-browser/",
      "repository": "https://github.com/vercel-labs/agent-browser",
      "docs": "https://github.com/vercel-labs/agent-browser#readme",
      "website": "https://github.com/vercel-labs/agent-browser#readme",
      "category": "Browser automation",
      "command": "agent-browser",
      "description": "Control a browser through a CLI designed for AI agents.",
      "useCase": "Browser interaction",
      "agentUse": "Give an agent browser actions and accessibility snapshots with element references.",
      "features": [
        "Browser navigation",
        "Accessibility snapshots",
        "Screenshots"
      ],
      "example": "agent-browser --help",
      "agentWorkflowSupport": "Documented",
      "repositorySnapshot": {
        "stars": 42312,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-09T23:50:54.889Z"
      }
    },
    {
      "slug": "ripgrep",
      "name": "ripgrep",
      "url": "https://useclis.com/tools/ripgrep/",
      "repository": "https://github.com/BurntSushi/ripgrep",
      "docs": "https://github.com/BurntSushi/ripgrep#readme",
      "website": "https://github.com/BurntSushi/ripgrep#readme",
      "category": "Code search",
      "command": "rg",
      "description": "Search files and source code quickly with regular expressions.",
      "useCase": "Search source code",
      "agentUse": "Find relevant code and return line matches or JSON events to an agent.",
      "features": [
        "Recursive search",
        "Regular expressions",
        "JSON output"
      ],
      "example": "rg --json \"TODO\" src",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 68132,
        "license": "Unlicense",
        "checkedAt": "2026-09-09T23:50:54.753Z"
      }
    },
    {
      "slug": "jq",
      "name": "jq",
      "url": "https://useclis.com/tools/jq/",
      "repository": "https://github.com/jqlang/jq",
      "docs": "https://jqlang.org/manual/",
      "website": "https://github.com/jqlang/jq#readme",
      "category": "Data & APIs",
      "command": "jq",
      "description": "Filter, transform, and extract values from JSON on the command line.",
      "useCase": "Process JSON",
      "agentUse": "Turn API responses into small structured results that an agent can consume.",
      "features": [
        "JSON filtering",
        "Data transformation",
        "Shell pipelines"
      ],
      "example": "jq '.name' package.json",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 35559,
        "license": null,
        "checkedAt": "2026-09-09T23:50:54.824Z"
      }
    },
    {
      "slug": "codex",
      "name": "Codex CLI",
      "url": "https://useclis.com/tools/codex/",
      "repository": "https://github.com/openai/codex",
      "docs": "https://github.com/openai/codex#readme",
      "website": "https://github.com/openai/codex#readme",
      "category": "Agents & models",
      "command": "codex",
      "description": "Run a coding agent from the terminal against a local codebase.",
      "useCase": "Coding agent",
      "agentUse": "Use a terminal coding agent to inspect a project and carry out coding tasks.",
      "features": [
        "Terminal coding agent",
        "Codebase workflows",
        "Command-line interface"
      ],
      "example": "codex --help",
      "agentWorkflowSupport": null,
      "repositorySnapshot": {
        "stars": 122838,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-09T23:50:55.747Z"
      }
    },
    {
      "slug": "gemini-cli",
      "name": "Gemini CLI",
      "url": "https://useclis.com/tools/gemini-cli/",
      "repository": "https://github.com/google-gemini/gemini-cli",
      "docs": "https://github.com/google-gemini/gemini-cli#readme",
      "website": "https://github.com/google-gemini/gemini-cli#readme",
      "category": "Agents & models",
      "command": "gemini",
      "description": "Work with Gemini in the terminal for coding and development tasks.",
      "useCase": "Coding agent",
      "agentUse": "Run model-assisted development workflows from a command-line entry point.",
      "features": [
        "Terminal agent",
        "Development workflows",
        "Command-line interface"
      ],
      "example": "gemini --help",
      "agentWorkflowSupport": null,
      "repositorySnapshot": {
        "stars": 106879,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-09T23:50:55.796Z"
      }
    },
    {
      "slug": "aider",
      "name": "Aider",
      "url": "https://useclis.com/tools/aider/",
      "repository": "https://github.com/Aider-AI/aider",
      "docs": "https://github.com/Aider-AI/aider#readme",
      "website": "https://github.com/Aider-AI/aider#readme",
      "category": "Agents & models",
      "command": "aider",
      "description": "Edit a local codebase with a terminal-based AI pair programmer.",
      "useCase": "AI pair programming",
      "agentUse": "Pair model-driven changes with a Git-based development workflow.",
      "features": [
        "AI code editing",
        "Git integration",
        "Terminal workflow"
      ],
      "example": "aider --help",
      "agentWorkflowSupport": null,
      "repositorySnapshot": {
        "stars": 48858,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-09T23:50:55.647Z"
      }
    },
    {
      "slug": "opencode",
      "name": "OpenCode",
      "url": "https://useclis.com/tools/opencode/",
      "repository": "https://github.com/anomalyco/opencode",
      "docs": "https://github.com/anomalyco/opencode#readme",
      "website": "https://github.com/anomalyco/opencode#readme",
      "category": "Agents & models",
      "command": "opencode",
      "description": "Use a terminal coding agent with support for multiple model providers.",
      "useCase": "Coding agent",
      "agentUse": "Choose a coding-agent runtime for working on a repository from the terminal.",
      "features": [
        "Terminal coding agent",
        "Model providers",
        "Repository workflows"
      ],
      "example": "opencode --help",
      "agentWorkflowSupport": null,
      "repositorySnapshot": {
        "stars": 206164,
        "license": "MIT",
        "checkedAt": "2026-09-09T23:50:55.618Z"
      }
    },
    {
      "slug": "llm",
      "name": "LLM",
      "url": "https://useclis.com/tools/llm/",
      "repository": "https://github.com/simonw/llm",
      "docs": "https://github.com/simonw/llm#readme",
      "website": "https://github.com/simonw/llm#readme",
      "category": "Agents & models",
      "command": "llm",
      "description": "Call language models and manage prompts from the command line.",
      "useCase": "Model access",
      "agentUse": "Connect shell pipelines to model calls through a scriptable CLI.",
      "features": [
        "Model prompts",
        "CLI pipelines",
        "Model plugins"
      ],
      "example": "llm --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 12481,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-09T23:50:56.554Z"
      }
    },
    {
      "slug": "playwright-cli",
      "name": "Playwright CLI",
      "url": "https://useclis.com/tools/playwright-cli/",
      "repository": "https://github.com/microsoft/playwright-cli",
      "docs": "https://github.com/microsoft/playwright-cli#readme",
      "website": "https://github.com/microsoft/playwright-cli#readme",
      "category": "Browser automation",
      "command": "playwright-cli",
      "description": "Run browser actions, inspect pages, and take screenshots from the terminal.",
      "useCase": "Browser testing",
      "agentUse": "Give coding agents a CLI for browser interactions and test-oriented page inspection.",
      "features": [
        "Browser actions",
        "Page inspection",
        "Screenshots"
      ],
      "example": "playwright-cli --help",
      "agentWorkflowSupport": "Documented",
      "repositorySnapshot": {
        "stars": 13193,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-09T23:50:56.729Z"
      }
    },
    {
      "slug": "browser-harness",
      "name": "Browser Harness",
      "url": "https://useclis.com/tools/browser-harness/",
      "repository": "https://github.com/browser-use/browser-harness",
      "docs": "https://github.com/browser-use/browser-harness#readme",
      "website": "https://github.com/browser-use/browser-harness#readme",
      "category": "Browser automation",
      "command": "browser-harness",
      "description": "Give an existing agent browser access through a command-line harness.",
      "useCase": "Browser agents",
      "agentUse": "Connect an agent to browser workflows through the dedicated Browser Use CLI repository.",
      "features": [
        "Browser access",
        "Agent workflow helpers",
        "Command-line interface"
      ],
      "example": "browser-harness --help",
      "agentWorkflowSupport": null,
      "repositorySnapshot": {
        "stars": 17456,
        "license": "MIT",
        "checkedAt": "2026-09-09T23:54:51.437Z"
      }
    },
    {
      "slug": "git",
      "name": "Git",
      "url": "https://useclis.com/tools/git/",
      "repository": "https://github.com/git/git",
      "docs": "https://github.com/git/git#readme",
      "website": "https://github.com/git/git#readme",
      "category": "Git & collaboration",
      "command": "git",
      "description": "Inspect changes, history, branches, and repository state from the terminal.",
      "useCase": "Version control",
      "agentUse": "Use stable Git commands to understand working-tree changes and repository history.",
      "features": [
        "Version control",
        "Diff inspection",
        "Repository history"
      ],
      "example": "git status --short",
      "agentWorkflowSupport": null,
      "repositorySnapshot": {
        "stars": 63090,
        "license": null,
        "checkedAt": "2026-09-09T23:50:56.619Z"
      }
    },
    {
      "slug": "git-town",
      "name": "Git Town",
      "url": "https://useclis.com/tools/git-town/",
      "repository": "https://github.com/git-town/git-town",
      "docs": "https://github.com/git-town/git-town#readme",
      "website": "https://github.com/git-town/git-town#readme",
      "category": "Git & collaboration",
      "command": "git town",
      "description": "Manage development branches and contribution workflows through Git commands.",
      "useCase": "Branch workflows",
      "agentUse": "Use a CLI for repeatable branch workflows, following the project’s documented commands.",
      "features": [
        "Branch workflows",
        "Git integration",
        "Contribution workflows"
      ],
      "example": "git town --help",
      "agentWorkflowSupport": null,
      "repositorySnapshot": {
        "stars": 3373,
        "license": "MIT",
        "checkedAt": "2026-09-09T23:50:57.532Z"
      }
    },
    {
      "slug": "wrangler",
      "name": "Wrangler",
      "url": "https://useclis.com/tools/wrangler/",
      "repository": "https://github.com/cloudflare/workers-sdk",
      "docs": "https://developers.cloudflare.com/workers/wrangler/",
      "website": "https://github.com/cloudflare/workers-sdk#readme",
      "category": "Cloud & deployment",
      "command": "wrangler",
      "description": "Develop and manage Cloudflare Workers projects from the terminal.",
      "useCase": "Cloudflare projects",
      "agentUse": "Give an agent a command-line interface for Cloudflare development and deployment tasks.",
      "features": [
        "Workers development",
        "Local development",
        "Deployment commands"
      ],
      "example": "npx wrangler --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 4522,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-09T23:50:57.550Z"
      }
    },
    {
      "slug": "vercel-cli",
      "name": "Vercel CLI",
      "url": "https://useclis.com/tools/vercel-cli/",
      "repository": "https://github.com/vercel/vercel",
      "docs": "https://github.com/vercel/vercel#readme",
      "website": "https://github.com/vercel/vercel#readme",
      "category": "Cloud & deployment",
      "command": "vercel",
      "description": "Manage Vercel projects and deployment workflows from the command line.",
      "useCase": "Vercel projects",
      "agentUse": "Use the CLI to inspect a Vercel project and run documented platform workflows.",
      "features": [
        "Project commands",
        "Deployment workflows",
        "Local development"
      ],
      "example": "vercel --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 16225,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-09T23:50:57.503Z"
      }
    },
    {
      "slug": "supabase-cli",
      "name": "Supabase CLI",
      "url": "https://useclis.com/tools/supabase-cli/",
      "repository": "https://github.com/supabase/cli",
      "docs": "https://github.com/supabase/cli#readme",
      "website": "https://github.com/supabase/cli#readme",
      "category": "Cloud & deployment",
      "command": "supabase",
      "description": "Manage local Supabase development and database workflows from the terminal.",
      "useCase": "Supabase projects",
      "agentUse": "Use project commands and database tooling within an agent’s development workflow.",
      "features": [
        "Local development",
        "Database migrations",
        "Project management"
      ],
      "example": "supabase --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 2411,
        "license": null,
        "checkedAt": "2026-09-09T23:50:57.496Z"
      }
    },
    {
      "slug": "docker-cli",
      "name": "Docker CLI",
      "url": "https://useclis.com/tools/docker-cli/",
      "repository": "https://github.com/docker/cli",
      "docs": "https://docs.docker.com/reference/cli/docker/",
      "website": "https://github.com/docker/cli#readme",
      "category": "Cloud & deployment",
      "command": "docker",
      "description": "Inspect and manage containers, images, and Docker environments.",
      "useCase": "Containers",
      "agentUse": "Let an agent query container state and use the documented Docker command interface.",
      "features": [
        "Container commands",
        "Image management",
        "Environment inspection"
      ],
      "example": "docker ps --format json",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 6047,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-09T23:50:58.539Z"
      }
    },
    {
      "slug": "kubectl",
      "name": "kubectl",
      "url": "https://useclis.com/tools/kubectl/",
      "repository": "https://github.com/kubernetes/kubectl",
      "docs": "https://github.com/kubernetes/kubectl#readme",
      "website": "https://github.com/kubernetes/kubectl#readme",
      "category": "Cloud & deployment",
      "command": "kubectl",
      "description": "Inspect and manage Kubernetes resources through the command line.",
      "useCase": "Kubernetes clusters",
      "agentUse": "Read cluster resources in structured formats and use Kubernetes command workflows.",
      "features": [
        "Resource inspection",
        "JSON and YAML output",
        "Kubernetes commands"
      ],
      "example": "kubectl get pods -o json",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 3336,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-09T23:50:58.425Z"
      }
    },
    {
      "slug": "fd",
      "name": "fd",
      "url": "https://useclis.com/tools/fd/",
      "repository": "https://github.com/sharkdp/fd",
      "docs": "https://github.com/sharkdp/fd#readme",
      "website": "https://github.com/sharkdp/fd#readme",
      "category": "Code search",
      "command": "fd",
      "description": "Find files and directories with a concise command-line interface.",
      "useCase": "Find files",
      "agentUse": "Locate files by name, extension, or path before an agent reads their contents.",
      "features": [
        "File discovery",
        "Pattern matching",
        "Directory search"
      ],
      "example": "fd --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 44349,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-09T23:50:58.332Z"
      }
    },
    {
      "slug": "ast-grep",
      "name": "ast-grep",
      "url": "https://useclis.com/tools/ast-grep/",
      "repository": "https://github.com/ast-grep/ast-grep",
      "docs": "https://github.com/ast-grep/ast-grep#readme",
      "website": "https://github.com/ast-grep/ast-grep#readme",
      "category": "Code search",
      "command": "ast-grep",
      "description": "Search and rewrite code using syntax-aware patterns.",
      "useCase": "Structural code search",
      "agentUse": "Find code structures through an AST-based command-line interface.",
      "features": [
        "AST search",
        "Structural patterns",
        "Code rewriting"
      ],
      "example": "ast-grep --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 15829,
        "license": "MIT",
        "checkedAt": "2026-09-09T23:50:58.431Z"
      }
    },
    {
      "slug": "scc",
      "name": "scc",
      "url": "https://useclis.com/tools/scc/",
      "repository": "https://github.com/boyter/scc",
      "docs": "https://github.com/boyter/scc#readme",
      "website": "https://github.com/boyter/scc#readme",
      "category": "Code search",
      "command": "scc",
      "description": "Count lines of code and summarize language usage in a repository.",
      "useCase": "Codebase statistics",
      "agentUse": "Give an agent a quick inventory of a codebase before planning work.",
      "features": [
        "Language statistics",
        "Line counts",
        "Repository summaries"
      ],
      "example": "scc --help",
      "agentWorkflowSupport": null,
      "repositorySnapshot": {
        "stars": 8729,
        "license": "MIT",
        "checkedAt": "2026-09-09T23:50:59.332Z"
      }
    },
    {
      "slug": "yq",
      "name": "yq",
      "url": "https://useclis.com/tools/yq/",
      "repository": "https://github.com/mikefarah/yq",
      "docs": "https://github.com/mikefarah/yq#readme",
      "website": "https://github.com/mikefarah/yq#readme",
      "category": "Data & APIs",
      "command": "yq",
      "description": "Query and transform YAML and other structured data from the terminal.",
      "useCase": "Process YAML",
      "agentUse": "Read configuration values and transform structured files in shell workflows.",
      "features": [
        "YAML queries",
        "Data transformation",
        "Configuration processing"
      ],
      "example": "yq --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 15944,
        "license": "MIT",
        "checkedAt": "2026-09-09T23:50:59.252Z"
      }
    },
    {
      "slug": "httpie",
      "name": "HTTPie",
      "url": "https://useclis.com/tools/httpie/",
      "repository": "https://github.com/httpie/cli",
      "docs": "https://github.com/httpie/cli#readme",
      "website": "https://github.com/httpie/cli#readme",
      "category": "Data & APIs",
      "command": "http",
      "description": "Send HTTP requests and inspect responses from the terminal.",
      "useCase": "HTTP requests",
      "agentUse": "Use a readable request CLI for API exploration and response inspection.",
      "features": [
        "HTTP requests",
        "API inspection",
        "JSON requests"
      ],
      "example": "http --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 38489,
        "license": "BSD-3-Clause",
        "checkedAt": "2026-09-09T23:50:59.367Z"
      }
    },
    {
      "slug": "curl",
      "name": "curl",
      "url": "https://useclis.com/tools/curl/",
      "repository": "https://github.com/curl/curl",
      "docs": "https://github.com/curl/curl#readme",
      "website": "https://github.com/curl/curl#readme",
      "category": "Data & APIs",
      "command": "curl",
      "description": "Transfer data and inspect network responses through a command-line client.",
      "useCase": "Transfer data",
      "agentUse": "Call HTTP endpoints and handle responses in an agent’s shell workflow.",
      "features": [
        "HTTP requests",
        "Data transfer",
        "Response headers"
      ],
      "example": "curl --head https://example.com",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 42821,
        "license": null,
        "checkedAt": "2026-09-09T23:50:59.332Z"
      }
    },
    {
      "slug": "uv",
      "name": "uv",
      "url": "https://useclis.com/tools/uv/",
      "repository": "https://github.com/astral-sh/uv",
      "docs": "https://github.com/astral-sh/uv#readme",
      "website": "https://github.com/astral-sh/uv#readme",
      "category": "Packages & environments",
      "command": "uv",
      "description": "Manage Python packages, projects, tools, and environments with one CLI.",
      "useCase": "Python environments",
      "agentUse": "Create reproducible Python environments and run project commands from the terminal.",
      "features": [
        "Python packages",
        "Virtual environments",
        "Tool execution"
      ],
      "example": "uv --help",
      "agentWorkflowSupport": null,
      "repositorySnapshot": {
        "stars": 89663,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-09T23:51:00.157Z"
      }
    },
    {
      "slug": "pnpm",
      "name": "pnpm",
      "url": "https://useclis.com/tools/pnpm/",
      "repository": "https://github.com/pnpm/pnpm",
      "docs": "https://github.com/pnpm/pnpm#readme",
      "website": "https://github.com/pnpm/pnpm#readme",
      "category": "Packages & environments",
      "command": "pnpm",
      "description": "Manage JavaScript dependencies and workspace scripts.",
      "useCase": "JavaScript packages",
      "agentUse": "Run package and workspace operations as part of an agent’s development workflow.",
      "features": [
        "Dependency management",
        "Workspace support",
        "Package scripts"
      ],
      "example": "pnpm --help",
      "agentWorkflowSupport": null,
      "repositorySnapshot": {
        "stars": 36470,
        "license": "MIT",
        "checkedAt": "2026-09-09T23:51:00.114Z"
      }
    },
    {
      "slug": "bun",
      "name": "Bun",
      "url": "https://useclis.com/tools/bun/",
      "repository": "https://github.com/oven-sh/bun",
      "docs": "https://github.com/oven-sh/bun#readme",
      "website": "https://github.com/oven-sh/bun#readme",
      "category": "Packages & environments",
      "command": "bun",
      "description": "Run JavaScript and TypeScript with a runtime and integrated command-line tools.",
      "useCase": "JavaScript tooling",
      "agentUse": "Use the runtime, package manager, and test commands for JavaScript projects.",
      "features": [
        "JavaScript runtime",
        "Package management",
        "Test runner"
      ],
      "example": "bun --help",
      "agentWorkflowSupport": null,
      "repositorySnapshot": {
        "stars": 95923,
        "license": null,
        "checkedAt": "2026-09-09T23:51:00.221Z"
      }
    },
    {
      "slug": "mise",
      "name": "mise",
      "url": "https://useclis.com/tools/mise/",
      "repository": "https://github.com/jdx/mise",
      "docs": "https://github.com/jdx/mise#readme",
      "website": "https://github.com/jdx/mise#readme",
      "category": "Packages & environments",
      "command": "mise",
      "description": "Manage development tool versions, environment variables, and project tasks.",
      "useCase": "Development environments",
      "agentUse": "Give an agent a consistent toolchain and documented project task commands.",
      "features": [
        "Tool versions",
        "Environment management",
        "Task execution"
      ],
      "example": "mise --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 33712,
        "license": "MIT",
        "checkedAt": "2026-09-09T23:51:00.224Z"
      }
    },
    {
      "slug": "ruff",
      "name": "Ruff",
      "url": "https://useclis.com/tools/ruff/",
      "repository": "https://github.com/astral-sh/ruff",
      "docs": "https://docs.astral.sh/ruff/",
      "website": "https://github.com/astral-sh/ruff#readme",
      "category": "Testing & quality",
      "command": "ruff",
      "description": "Lint and format Python code from the command line.",
      "useCase": "Python quality",
      "agentUse": "Return actionable Python diagnostics and apply documented formatting workflows.",
      "features": [
        "Python linting",
        "Code formatting",
        "Machine-readable diagnostics"
      ],
      "example": "ruff check --output-format json .",
      "agentWorkflowSupport": null,
      "repositorySnapshot": {
        "stars": 49565,
        "license": "MIT",
        "checkedAt": "2026-09-09T23:51:00.944Z"
      }
    },
    {
      "slug": "biome",
      "name": "Biome",
      "url": "https://useclis.com/tools/biome/",
      "repository": "https://github.com/biomejs/biome",
      "docs": "https://github.com/biomejs/biome#readme",
      "website": "https://github.com/biomejs/biome#readme",
      "category": "Testing & quality",
      "command": "biome",
      "description": "Format and lint web-project code with an integrated toolchain.",
      "useCase": "JavaScript quality",
      "agentUse": "Check code quality through a CLI that fits automated development workflows.",
      "features": [
        "Code formatting",
        "Lint diagnostics",
        "Project checks"
      ],
      "example": "biome --help",
      "agentWorkflowSupport": null,
      "repositorySnapshot": {
        "stars": 25751,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-09T23:51:01.087Z"
      }
    },
    {
      "slug": "semgrep",
      "name": "Semgrep",
      "url": "https://useclis.com/tools/semgrep/",
      "repository": "https://github.com/semgrep/semgrep",
      "docs": "https://github.com/semgrep/semgrep#readme",
      "website": "https://github.com/semgrep/semgrep#readme",
      "category": "Testing & quality",
      "command": "semgrep",
      "description": "Scan code for patterns and potential security issues with configurable rules.",
      "useCase": "Static analysis",
      "agentUse": "Run rule-based code checks and inspect findings through command-line workflows.",
      "features": [
        "Static analysis",
        "Code patterns",
        "Rule-based scanning"
      ],
      "example": "semgrep --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 16569,
        "license": "LGPL-2.1",
        "checkedAt": "2026-09-09T23:51:01.124Z"
      }
    },
    {
      "slug": "gitleaks",
      "name": "Gitleaks",
      "url": "https://useclis.com/tools/gitleaks/",
      "repository": "https://github.com/gitleaks/gitleaks",
      "docs": "https://github.com/gitleaks/gitleaks#readme",
      "website": "https://github.com/gitleaks/gitleaks#readme",
      "category": "Testing & quality",
      "command": "gitleaks",
      "description": "Scan source code and Git history for potential leaked credentials.",
      "useCase": "Secret detection",
      "agentUse": "Add a command-line secret scan to an agent’s code-review workflow.",
      "features": [
        "Secret scanning",
        "Git history scanning",
        "Scan reports"
      ],
      "example": "gitleaks --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 29190,
        "license": "MIT",
        "checkedAt": "2026-09-09T23:51:01.047Z"
      }
    },
    {
      "slug": "rclone",
      "name": "rclone",
      "url": "https://useclis.com/tools/rclone/",
      "repository": "https://github.com/rclone/rclone",
      "docs": "https://github.com/rclone/rclone#readme",
      "website": "https://github.com/rclone/rclone#readme",
      "category": "Files & documents",
      "command": "rclone",
      "description": "Manage files across local storage and supported remote storage providers.",
      "useCase": "Remote files",
      "agentUse": "Use documented file commands to inspect storage and automate file workflows.",
      "features": [
        "Remote storage",
        "File listing",
        "File transfers"
      ],
      "example": "rclone --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 59664,
        "license": "MIT",
        "checkedAt": "2026-09-09T23:51:01.939Z"
      }
    },
    {
      "slug": "pandoc",
      "name": "Pandoc",
      "url": "https://useclis.com/tools/pandoc/",
      "repository": "https://github.com/jgm/pandoc",
      "docs": "https://github.com/jgm/pandoc#readme",
      "website": "https://github.com/jgm/pandoc#readme",
      "category": "Files & documents",
      "command": "pandoc",
      "description": "Convert documents between Markdown, HTML, and other supported formats.",
      "useCase": "Convert documents",
      "agentUse": "Transform source documents into formats needed by an agent’s publishing workflow.",
      "features": [
        "Document conversion",
        "Markdown processing",
        "Format support"
      ],
      "example": "pandoc --list-input-formats",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 46206,
        "license": "GPL-2.0",
        "checkedAt": "2026-09-09T23:51:01.871Z"
      }
    },
    {
      "slug": "bat",
      "name": "bat",
      "url": "https://useclis.com/tools/bat/",
      "repository": "https://github.com/sharkdp/bat",
      "docs": "https://github.com/sharkdp/bat#readme",
      "website": "https://github.com/sharkdp/bat#readme",
      "category": "Files & documents",
      "command": "bat",
      "description": "Read source files in the terminal with optional syntax highlighting.",
      "useCase": "Read source files",
      "agentUse": "Use plain, unpaged output when passing file contents through an automated workflow.",
      "features": [
        "File viewing",
        "Syntax highlighting",
        "Plain output"
      ],
      "example": "bat --style=plain --paging=never README.md",
      "agentWorkflowSupport": null,
      "repositorySnapshot": {
        "stars": 60394,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-09T23:51:01.842Z"
      }
    },
    {
      "slug": "glow",
      "name": "Glow",
      "url": "https://useclis.com/tools/glow/",
      "repository": "https://github.com/charmbracelet/glow",
      "docs": "https://github.com/charmbracelet/glow#readme",
      "website": "https://github.com/charmbracelet/glow#readme",
      "category": "Files & documents",
      "command": "glow",
      "description": "Render Markdown documents in the terminal.",
      "useCase": "Read Markdown",
      "agentUse": "Inspect project documentation using a terminal Markdown renderer.",
      "features": [
        "Markdown rendering",
        "Terminal output",
        "Local documents"
      ],
      "example": "glow --help",
      "agentWorkflowSupport": null,
      "repositorySnapshot": {
        "stars": 27239,
        "license": "MIT",
        "checkedAt": "2026-09-09T23:51:02.060Z"
      }
    },
    {
      "slug": "firecrawl-cli",
      "name": "Firecrawl CLI",
      "url": "https://useclis.com/tools/firecrawl-cli/",
      "repository": "https://github.com/firecrawl/cli",
      "docs": "https://github.com/firecrawl/cli#readme",
      "website": "https://github.com/firecrawl/cli#readme",
      "category": "Browser automation",
      "command": "firecrawl",
      "description": "Search, scrape, crawl, and extract web content.",
      "useCase": "Web content extraction",
      "agentUse": "Use firecrawl to search, scrape, crawl, and extract web content.",
      "features": [
        "Web search",
        "Website crawling",
        "Content extraction"
      ],
      "example": "firecrawl scrape https://example.com",
      "agentWorkflowSupport": "Documented",
      "repositorySnapshot": {
        "stars": 628,
        "license": null,
        "checkedAt": "2026-09-10T00:42:08.958965+00:00"
      }
    },
    {
      "slug": "peekaboo",
      "name": "Peekaboo",
      "url": "https://useclis.com/tools/peekaboo/",
      "repository": "https://github.com/openclaw/Peekaboo",
      "docs": "https://github.com/openclaw/Peekaboo#readme",
      "website": "https://github.com/openclaw/Peekaboo#readme",
      "category": "Productivity & communication",
      "command": "peekaboo",
      "description": "Inspect and control native macOS applications.",
      "useCase": "Native macOS automation",
      "agentUse": "Use peekaboo to inspect and control native macOS applications.",
      "features": [
        "Screenshots",
        "Accessibility inspection",
        "Application control"
      ],
      "example": "peekaboo see --app Finder --json",
      "agentWorkflowSupport": "Documented",
      "repositorySnapshot": {
        "stars": 5140,
        "license": "MIT",
        "checkedAt": "2026-09-10T00:42:07.970633+00:00"
      }
    },
    {
      "slug": "qmd",
      "name": "QMD",
      "url": "https://useclis.com/tools/qmd/",
      "repository": "https://github.com/tobi/qmd",
      "docs": "https://github.com/tobi/qmd#readme",
      "website": "https://github.com/tobi/qmd#readme",
      "category": "Files & documents",
      "command": "qmd",
      "description": "Search local documents with keyword and semantic search.",
      "useCase": "Search local knowledge",
      "agentUse": "Use qmd to search local documents with keyword and semantic search.",
      "features": [
        "Keyword search",
        "Semantic search",
        "Document collections"
      ],
      "example": "qmd search \"authentication\" --json -n 10",
      "agentWorkflowSupport": "Documented",
      "repositorySnapshot": {
        "stars": 29636,
        "license": "MIT",
        "checkedAt": "2026-09-10T00:42:07.950443+00:00"
      }
    },
    {
      "slug": "mcporter",
      "name": "MCPorter",
      "url": "https://useclis.com/tools/mcporter/",
      "repository": "https://github.com/openclaw/mcporter",
      "docs": "https://github.com/openclaw/mcporter#readme",
      "website": "https://github.com/openclaw/mcporter#readme",
      "category": "Data & APIs",
      "command": "mcporter",
      "description": "Call MCP tools from the terminal and generate CLIs.",
      "useCase": "MCP tool access",
      "agentUse": "Use mcporter to call MCP tools from the terminal and generate CLIs.",
      "features": [
        "Server discovery",
        "MCP tool calls",
        "CLI generation"
      ],
      "example": "mcporter list",
      "agentWorkflowSupport": "Documented",
      "repositorySnapshot": {
        "stars": 5001,
        "license": "MIT",
        "checkedAt": "2026-09-10T00:42:07.991909+00:00"
      }
    },
    {
      "slug": "repomix",
      "name": "Repomix",
      "url": "https://useclis.com/tools/repomix/",
      "repository": "https://github.com/yamadashy/repomix",
      "docs": "https://github.com/yamadashy/repomix#readme",
      "website": "https://github.com/yamadashy/repomix#readme",
      "category": "Files & documents",
      "command": "repomix",
      "description": "Package repositories into files for LLM context.",
      "useCase": "Repository context packaging",
      "agentUse": "Use repomix to package repositories into files for LLM context.",
      "features": [
        "Repository packing",
        "LLM context",
        "File filtering"
      ],
      "example": "repomix --help",
      "agentWorkflowSupport": "Documented",
      "repositorySnapshot": {
        "stars": 28270,
        "license": "MIT",
        "checkedAt": "2026-09-10T00:42:09.435966+00:00"
      }
    },
    {
      "slug": "summarize",
      "name": "Summarize",
      "url": "https://useclis.com/tools/summarize/",
      "repository": "https://github.com/steipete/summarize",
      "docs": "https://github.com/steipete/summarize#readme",
      "website": "https://github.com/steipete/summarize#readme",
      "category": "Files & documents",
      "command": "summarize",
      "description": "Extract and summarize webpages, videos, podcasts, and files.",
      "useCase": "Summarize source material",
      "agentUse": "Use summarize to extract and summarize webpages, videos, podcasts, and files.",
      "features": [
        "Webpage extraction",
        "Media transcripts",
        "File summaries"
      ],
      "example": "summarize \"https://example.com\" --extract --plain",
      "agentWorkflowSupport": "Documented",
      "repositorySnapshot": {
        "stars": 6607,
        "license": "MIT",
        "checkedAt": "2026-09-10T00:42:09.391872+00:00"
      }
    },
    {
      "slug": "shot-scraper",
      "name": "shot-scraper",
      "url": "https://useclis.com/tools/shot-scraper/",
      "repository": "https://github.com/simonw/shot-scraper",
      "docs": "https://github.com/simonw/shot-scraper#readme",
      "website": "https://github.com/simonw/shot-scraper#readme",
      "category": "Browser automation",
      "command": "shot-scraper",
      "description": "Capture website screenshots and scrape using JavaScript.",
      "useCase": "Website capture and scraping",
      "agentUse": "Use shot-scraper to capture website screenshots and scrape using JavaScript.",
      "features": [
        "Screenshots",
        "JavaScript scraping",
        "Browser automation"
      ],
      "example": "shot-scraper https://example.com/",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 2566,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-10T00:42:09.603974+00:00"
      }
    },
    {
      "slug": "google-workspace-cli",
      "name": "Google Workspace CLI (gws)",
      "url": "https://useclis.com/tools/google-workspace-cli/",
      "repository": "https://github.com/googleworkspace/cli",
      "docs": "https://github.com/googleworkspace/cli#readme",
      "website": "https://github.com/googleworkspace/cli#readme",
      "category": "Productivity & communication",
      "command": "gws",
      "description": "Operate Gmail, Drive, Calendar, Docs, and Sheets.",
      "useCase": "Google Workspace automation",
      "agentUse": "Use gws to operate Gmail, Drive, Calendar, Docs, and Sheets.",
      "features": [
        "Gmail and Calendar",
        "Drive and Docs",
        "Sheets API"
      ],
      "example": "gws drive files list --params '{\"pageSize\": 5}'",
      "agentWorkflowSupport": "Documented",
      "repositorySnapshot": {
        "stars": 30814,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-10T00:42:10.646417+00:00"
      }
    },
    {
      "slug": "gogcli",
      "name": "gogcli (gog)",
      "url": "https://useclis.com/tools/gogcli/",
      "repository": "https://github.com/openclaw/gogcli",
      "docs": "https://github.com/openclaw/gogcli#readme",
      "website": "https://github.com/openclaw/gogcli#readme",
      "category": "Productivity & communication",
      "command": "gog",
      "description": "Manage Google services with structured output and account routing.",
      "useCase": "Google account workflows",
      "agentUse": "Use gog to manage Google services with structured output and account routing.",
      "features": [
        "Account routing",
        "Structured output",
        "Google services"
      ],
      "example": "gog --readonly gmail search 'is:unread newer_than:7d' --max 10 --json",
      "agentWorkflowSupport": "Documented",
      "repositorySnapshot": {
        "stars": 8392,
        "license": "MIT",
        "checkedAt": "2026-09-10T00:42:11.033904+00:00"
      }
    },
    {
      "slug": "linear-cli",
      "name": "Linear CLI",
      "url": "https://useclis.com/tools/linear-cli/",
      "repository": "https://github.com/schpet/linear-cli",
      "docs": "https://github.com/schpet/linear-cli#readme",
      "website": "https://github.com/schpet/linear-cli#readme",
      "category": "Git & collaboration",
      "command": "linear",
      "description": "Manage Linear issues and associated development workflows.",
      "useCase": "Linear issue workflows",
      "agentUse": "Use linear to manage Linear issues and associated development workflows.",
      "features": [
        "Issue search",
        "Status updates",
        "Branch workflows"
      ],
      "example": "linear issue query --search \"login bug\"",
      "agentWorkflowSupport": "Documented",
      "repositorySnapshot": {
        "stars": 954,
        "license": "ISC",
        "checkedAt": "2026-09-10T00:42:11.014284+00:00"
      }
    },
    {
      "slug": "beads",
      "name": "Beads (bd)",
      "url": "https://useclis.com/tools/beads/",
      "repository": "https://github.com/gastownhall/beads",
      "docs": "https://github.com/gastownhall/beads#readme",
      "website": "https://github.com/gastownhall/beads#readme",
      "category": "Git & collaboration",
      "command": "bd",
      "description": "Track tasks, dependencies, blockers, and project memory.",
      "useCase": "Task dependency tracking",
      "agentUse": "Use bd to track tasks, dependencies, blockers, and project memory.",
      "features": [
        "Task tracking",
        "Dependency graphs",
        "Project memory"
      ],
      "example": "bd ready --json",
      "agentWorkflowSupport": "Documented",
      "repositorySnapshot": {
        "stars": 27008,
        "license": "MIT",
        "checkedAt": "2026-09-10T00:42:11.237836+00:00"
      }
    },
    {
      "slug": "himalaya",
      "name": "Himalaya",
      "url": "https://useclis.com/tools/himalaya/",
      "repository": "https://github.com/pimalaya/himalaya",
      "docs": "https://github.com/pimalaya/himalaya#readme",
      "website": "https://github.com/pimalaya/himalaya#readme",
      "category": "Productivity & communication",
      "command": "himalaya",
      "description": "Read, search, organize, and send email.",
      "useCase": "Email workflows",
      "agentUse": "Use himalaya to read, search, organize, and send email.",
      "features": [
        "Mailbox search",
        "Message organization",
        "Email sending"
      ],
      "example": "himalaya envelope list --page 2",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 7215,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-10T00:42:12.251847+00:00"
      }
    },
    {
      "slug": "remindctl",
      "name": "remindctl",
      "url": "https://useclis.com/tools/remindctl/",
      "repository": "https://github.com/openclaw/remindctl",
      "docs": "https://github.com/openclaw/remindctl#readme",
      "website": "https://github.com/openclaw/remindctl#readme",
      "category": "Productivity & communication",
      "command": "remindctl",
      "description": "Create, search, update, and complete Apple Reminders.",
      "useCase": "Apple Reminders workflows",
      "agentUse": "Use remindctl to create, search, update, and complete Apple Reminders.",
      "features": [
        "Reminder search",
        "Due dates",
        "Task completion"
      ],
      "example": "remindctl search \"project\" --completed --json",
      "agentWorkflowSupport": "Documented",
      "repositorySnapshot": {
        "stars": 361,
        "license": "MIT",
        "checkedAt": "2026-09-10T00:42:12.715989+00:00"
      }
    },
    {
      "slug": "imsg",
      "name": "imsg",
      "url": "https://useclis.com/tools/imsg/",
      "repository": "https://github.com/openclaw/imsg",
      "docs": "https://github.com/openclaw/imsg#readme",
      "website": "https://github.com/openclaw/imsg#readme",
      "category": "Productivity & communication",
      "command": "imsg",
      "description": "Read and send messages through Apple Messages.",
      "useCase": "Apple Messages access",
      "agentUse": "Use imsg to read and send messages through Apple Messages.",
      "features": [
        "Chat history",
        "Message watching",
        "Message sending"
      ],
      "example": "imsg chats --limit 10 --json",
      "agentWorkflowSupport": "Documented",
      "repositorySnapshot": {
        "stars": 1316,
        "license": "MIT",
        "checkedAt": "2026-09-10T00:42:12.747879+00:00"
      }
    },
    {
      "slug": "wacli",
      "name": "wacli",
      "url": "https://useclis.com/tools/wacli/",
      "repository": "https://github.com/openclaw/wacli",
      "docs": "https://github.com/openclaw/wacli#readme",
      "website": "https://github.com/openclaw/wacli#readme",
      "category": "Productivity & communication",
      "command": "wacli",
      "description": "Synchronize, search, and send WhatsApp messages.",
      "useCase": "WhatsApp workflows",
      "agentUse": "Use wacli to synchronize, search, and send WhatsApp messages.",
      "features": [
        "Message synchronization",
        "Message search",
        "Message sending"
      ],
      "example": "wacli --read-only --json messages search \"invoice\"",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 2727,
        "license": "MIT",
        "checkedAt": "2026-09-10T00:42:13.071037+00:00"
      }
    },
    {
      "slug": "sonoscli",
      "name": "sonoscli",
      "url": "https://useclis.com/tools/sonoscli/",
      "repository": "https://github.com/steipete/sonoscli",
      "docs": "https://github.com/steipete/sonoscli#readme",
      "website": "https://github.com/steipete/sonoscli#readme",
      "category": "Productivity & communication",
      "command": "sonos",
      "description": "Control Sonos speakers and playback.",
      "useCase": "Sonos playback control",
      "agentUse": "Use sonos to control Sonos speakers and playback.",
      "features": [
        "Speaker discovery",
        "Playback control",
        "Speaker grouping"
      ],
      "example": "sonos --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 185,
        "license": "MIT",
        "checkedAt": "2026-09-10T00:42:13.746973+00:00"
      }
    },
    {
      "slug": "goplaces",
      "name": "goplaces",
      "url": "https://useclis.com/tools/goplaces/",
      "repository": "https://github.com/openclaw/goplaces",
      "docs": "https://github.com/openclaw/goplaces#readme",
      "website": "https://github.com/openclaw/goplaces#readme",
      "category": "Data & APIs",
      "command": "goplaces",
      "description": "Search places and retrieve Google Places information.",
      "useCase": "Google Places lookup",
      "agentUse": "Use goplaces to search places and retrieve Google Places information.",
      "features": [
        "Place search",
        "Place details",
        "JSON output"
      ],
      "example": "goplaces search \"coffee near Central Park\" --limit 5 --json",
      "agentWorkflowSupport": "Documented",
      "repositorySnapshot": {
        "stars": 252,
        "license": "MIT",
        "checkedAt": "2026-09-10T00:42:14.331605+00:00"
      }
    },
    {
      "slug": "railway-cli",
      "name": "Railway CLI",
      "url": "https://useclis.com/tools/railway-cli/",
      "repository": "https://github.com/railwayapp/cli",
      "docs": "https://github.com/railwayapp/cli#readme",
      "website": "https://github.com/railwayapp/cli#readme",
      "category": "Cloud & deployment",
      "command": "railway",
      "description": "Operate Railway projects and services.",
      "useCase": "Railway service operations",
      "agentUse": "Use railway to operate Railway projects and services.",
      "features": [
        "Project management",
        "Service deployment",
        "Deployment logs"
      ],
      "example": "railway --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 604,
        "license": "MIT",
        "checkedAt": "2026-09-10T00:42:14.282123+00:00"
      }
    },
    {
      "slug": "aws-cli",
      "name": "AWS CLI",
      "url": "https://useclis.com/tools/aws-cli/",
      "repository": "https://github.com/aws/aws-cli",
      "docs": "https://github.com/aws/aws-cli#readme",
      "website": "https://github.com/aws/aws-cli#readme",
      "category": "Cloud & deployment",
      "command": "aws",
      "description": "Manage AWS compute, storage, networking, and other services.",
      "useCase": "AWS resource management",
      "agentUse": "Use aws to manage AWS compute, storage, networking, and other services.",
      "features": [
        "Compute resources",
        "Object storage",
        "Service APIs"
      ],
      "example": "aws --version",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 17243,
        "license": null,
        "checkedAt": "2026-09-10T00:42:14.641499+00:00"
      }
    },
    {
      "slug": "azure-cli",
      "name": "Azure CLI",
      "url": "https://useclis.com/tools/azure-cli/",
      "repository": "https://github.com/Azure/azure-cli",
      "docs": "https://github.com/Azure/azure-cli#readme",
      "website": "https://github.com/Azure/azure-cli#readme",
      "category": "Cloud & deployment",
      "command": "az",
      "description": "Create and manage Azure resources.",
      "useCase": "Azure resource management",
      "agentUse": "Use az to create and manage Azure resources.",
      "features": [
        "Resource groups",
        "Cloud services",
        "Account management"
      ],
      "example": "az --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 4622,
        "license": "MIT",
        "checkedAt": "2026-09-10T00:42:15.366254+00:00"
      }
    },
    {
      "slug": "doctl",
      "name": "DigitalOcean (doctl)",
      "url": "https://useclis.com/tools/doctl/",
      "repository": "https://github.com/digitalocean/doctl",
      "docs": "https://github.com/digitalocean/doctl#readme",
      "website": "https://github.com/digitalocean/doctl#readme",
      "category": "Cloud & deployment",
      "command": "doctl",
      "description": "Manage droplets, databases, Kubernetes, and other resources.",
      "useCase": "DigitalOcean operations",
      "agentUse": "Use doctl to manage droplets, databases, Kubernetes, and other resources.",
      "features": [
        "Droplets",
        "Managed databases",
        "Kubernetes clusters"
      ],
      "example": "doctl --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 3449,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-10T00:42:16.154857+00:00"
      }
    },
    {
      "slug": "hcloud",
      "name": "Hetzner Cloud (hcloud)",
      "url": "https://useclis.com/tools/hcloud/",
      "repository": "https://github.com/hetznercloud/cli",
      "docs": "https://github.com/hetznercloud/cli#readme",
      "website": "https://github.com/hetznercloud/cli#readme",
      "category": "Cloud & deployment",
      "command": "hcloud",
      "description": "Manage cloud servers, networks, volumes, and load balancers.",
      "useCase": "Hetzner Cloud operations",
      "agentUse": "Use hcloud to manage cloud servers, networks, volumes, and load balancers.",
      "features": [
        "Cloud servers",
        "Networks and volumes",
        "Load balancers"
      ],
      "example": "hcloud --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 1801,
        "license": "MIT",
        "checkedAt": "2026-09-10T00:42:16.090010+00:00"
      }
    },
    {
      "slug": "scaleway-cli",
      "name": "Scaleway CLI",
      "url": "https://useclis.com/tools/scaleway-cli/",
      "repository": "https://github.com/scaleway/scaleway-cli",
      "docs": "https://github.com/scaleway/scaleway-cli#readme",
      "website": "https://github.com/scaleway/scaleway-cli#readme",
      "category": "Cloud & deployment",
      "command": "scw",
      "description": "Manage Scaleway cloud resources.",
      "useCase": "Scaleway resource management",
      "agentUse": "Use scw to manage Scaleway cloud resources.",
      "features": [
        "Compute instances",
        "Cloud resources",
        "Resource listing"
      ],
      "example": "scw instance server list",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 997,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-10T00:42:16.279995+00:00"
      }
    },
    {
      "slug": "linode-cli",
      "name": "Linode CLI",
      "url": "https://useclis.com/tools/linode-cli/",
      "repository": "https://github.com/linode/linode-cli",
      "docs": "https://github.com/linode/linode-cli#readme",
      "website": "https://github.com/linode/linode-cli#readme",
      "category": "Cloud & deployment",
      "command": "linode-cli",
      "description": "Operate Linode infrastructure through its API.",
      "useCase": "Linode infrastructure operations",
      "agentUse": "Use linode-cli to operate Linode infrastructure through its API.",
      "features": [
        "Compute instances",
        "API access",
        "Resource management"
      ],
      "example": "linode-cli --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 440,
        "license": "BSD-3-Clause",
        "checkedAt": "2026-09-10T00:42:17.055259+00:00"
      }
    },
    {
      "slug": "ovhcloud-cli",
      "name": "OVHcloud CLI",
      "url": "https://useclis.com/tools/ovhcloud-cli/",
      "repository": "https://github.com/ovh/ovhcloud-cli",
      "docs": "https://github.com/ovh/ovhcloud-cli#readme",
      "website": "https://github.com/ovh/ovhcloud-cli#readme",
      "category": "Cloud & deployment",
      "command": "ovhcloud",
      "description": "Manage OVHcloud services.",
      "useCase": "OVHcloud service operations",
      "agentUse": "Use ovhcloud to manage OVHcloud services.",
      "features": [
        "Cloud services",
        "Resource management",
        "Service APIs"
      ],
      "example": "ovhcloud --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 175,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-10T00:42:17.608884+00:00"
      }
    },
    {
      "slug": "netlify-cli",
      "name": "Netlify CLI",
      "url": "https://useclis.com/tools/netlify-cli/",
      "repository": "https://github.com/netlify/cli",
      "docs": "https://github.com/netlify/cli#readme",
      "website": "https://github.com/netlify/cli#readme",
      "category": "Cloud & deployment",
      "command": "netlify",
      "description": "Develop locally and deploy Netlify sites.",
      "useCase": "Netlify development and deployment",
      "agentUse": "Use netlify to develop locally and deploy Netlify sites.",
      "features": [
        "Local development",
        "Site deployments",
        "Project management"
      ],
      "example": "netlify --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 1915,
        "license": "MIT",
        "checkedAt": "2026-09-10T00:42:17.786430+00:00"
      }
    },
    {
      "slug": "render-cli",
      "name": "Render CLI",
      "url": "https://useclis.com/tools/render-cli/",
      "repository": "https://github.com/render-oss/cli",
      "docs": "https://render.com/docs/cli",
      "website": "https://github.com/render-oss/cli#readme",
      "category": "Cloud & deployment",
      "command": "render",
      "description": "Manage Render services and deployments.",
      "useCase": "Render service operations",
      "agentUse": "Use render to manage Render services and deployments.",
      "features": [
        "Service management",
        "Deployments",
        "Logs"
      ],
      "example": "render --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 114,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-10T00:42:17.872100+00:00"
      }
    },
    {
      "slug": "firebase-cli",
      "name": "Firebase CLI",
      "url": "https://useclis.com/tools/firebase-cli/",
      "repository": "https://github.com/firebase/firebase-tools",
      "docs": "https://github.com/firebase/firebase-tools#readme",
      "website": "https://github.com/firebase/firebase-tools#readme",
      "category": "Cloud & deployment",
      "command": "firebase",
      "description": "Deploy Firebase projects and run local emulators.",
      "useCase": "Firebase project workflows",
      "agentUse": "Use firebase to deploy Firebase projects and run local emulators.",
      "features": [
        "Project deployment",
        "Local emulators",
        "Firebase services"
      ],
      "example": "firebase --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 4465,
        "license": "MIT",
        "checkedAt": "2026-09-10T00:42:18.616324+00:00"
      }
    },
    {
      "slug": "neonctl",
      "name": "Neon CLI (neonctl)",
      "url": "https://useclis.com/tools/neonctl/",
      "repository": "https://github.com/neondatabase/neonctl",
      "docs": "https://github.com/neondatabase/neonctl#readme",
      "website": "https://github.com/neondatabase/neonctl#readme",
      "category": "Data & APIs",
      "command": "neonctl",
      "description": "Manage Postgres projects and database branches.",
      "useCase": "Postgres database branching",
      "agentUse": "Use neonctl to manage Postgres projects and database branches.",
      "features": [
        "Project management",
        "Database branches",
        "Connection strings"
      ],
      "example": "neonctl projects list",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 117,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-10T00:42:19.610252+00:00"
      }
    },
    {
      "slug": "ecctl",
      "name": "Elastic Cloud (ecctl)",
      "url": "https://useclis.com/tools/ecctl/",
      "repository": "https://github.com/elastic/ecctl",
      "docs": "https://github.com/elastic/ecctl#readme",
      "website": "https://github.com/elastic/ecctl#readme",
      "category": "Cloud & deployment",
      "command": "ecctl",
      "description": "Operate Elastic Cloud deployments through its APIs.",
      "useCase": "Elastic Cloud operations",
      "agentUse": "Use ecctl to operate Elastic Cloud deployments through its APIs.",
      "features": [
        "Deployment management",
        "Cloud API access",
        "Resource inspection"
      ],
      "example": "ecctl --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 58,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-10T00:42:19.664843+00:00"
      }
    },
    {
      "slug": "stripe-cli",
      "name": "Stripe CLI",
      "url": "https://useclis.com/tools/stripe-cli/",
      "repository": "https://github.com/stripe/stripe-cli",
      "docs": "https://github.com/stripe/stripe-cli#readme",
      "website": "https://github.com/stripe/stripe-cli#readme",
      "category": "Data & APIs",
      "command": "stripe",
      "description": "Manage API objects, test webhooks, inspect request logs.",
      "useCase": "Stripe API development",
      "agentUse": "Use stripe to manage API objects, test webhooks, inspect request logs.",
      "features": [
        "API objects",
        "Webhook testing",
        "Request logs"
      ],
      "example": "stripe --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 2173,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-10T00:42:19.924406+00:00"
      }
    },
    {
      "slug": "wp-cli",
      "name": "WP-CLI",
      "url": "https://useclis.com/tools/wp-cli/",
      "repository": "https://github.com/wp-cli/wp-cli",
      "docs": "https://github.com/wp-cli/wp-cli#readme",
      "website": "https://github.com/wp-cli/wp-cli#readme",
      "category": "Data & APIs",
      "command": "wp",
      "description": "Manage WordPress content, plugins, users, and configuration.",
      "useCase": "WordPress administration",
      "agentUse": "Use wp to manage WordPress content, plugins, users, and configuration.",
      "features": [
        "Content management",
        "Plugin management",
        "User administration"
      ],
      "example": "wp help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 5147,
        "license": "MIT",
        "checkedAt": "2026-09-10T00:42:20.406150+00:00"
      }
    },
    {
      "slug": "shopify-cli",
      "name": "Shopify CLI",
      "url": "https://useclis.com/tools/shopify-cli/",
      "repository": "https://github.com/Shopify/cli",
      "docs": "https://github.com/Shopify/cli#readme",
      "website": "https://github.com/Shopify/cli#readme",
      "category": "Cloud & deployment",
      "command": "shopify",
      "description": "Build and deploy Shopify apps, themes, and storefronts.",
      "useCase": "Shopify development",
      "agentUse": "Use shopify to build and deploy Shopify apps, themes, and storefronts.",
      "features": [
        "App development",
        "Theme workflows",
        "Storefront deployment"
      ],
      "example": "shopify --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 742,
        "license": "MIT",
        "checkedAt": "2026-09-10T00:42:21.367159+00:00"
      }
    },
    {
      "slug": "salesforce-cli",
      "name": "Salesforce CLI (sf)",
      "url": "https://useclis.com/tools/salesforce-cli/",
      "repository": "https://github.com/salesforcecli/cli",
      "docs": "https://github.com/salesforcecli/cli#readme",
      "website": "https://github.com/salesforcecli/cli#readme",
      "category": "Cloud & deployment",
      "command": "sf",
      "description": "Develop, test, and deploy Salesforce projects.",
      "useCase": "Salesforce development",
      "agentUse": "Use sf to develop, test, and deploy Salesforce projects.",
      "features": [
        "Project development",
        "Test execution",
        "Deployment workflows"
      ],
      "example": "sf --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 180,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-10T00:42:21.696620+00:00"
      }
    },
    {
      "slug": "microsoft-365-cli",
      "name": "CLI for Microsoft 365",
      "url": "https://useclis.com/tools/microsoft-365-cli/",
      "repository": "https://github.com/pnp/cli-microsoft365",
      "docs": "https://github.com/pnp/cli-microsoft365#readme",
      "website": "https://github.com/pnp/cli-microsoft365#readme",
      "category": "Productivity & communication",
      "command": "m365",
      "description": "Manage Microsoft 365 and SharePoint resources.",
      "useCase": "Microsoft 365 administration",
      "agentUse": "Use m365 to manage Microsoft 365 and SharePoint resources.",
      "features": [
        "SharePoint sites",
        "Microsoft 365 resources",
        "Structured output"
      ],
      "example": "m365 spo site get --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 1443,
        "license": "MIT",
        "checkedAt": "2026-09-10T00:42:21.570088+00:00"
      }
    },
    {
      "slug": "twilio-cli",
      "name": "Twilio CLI",
      "url": "https://useclis.com/tools/twilio-cli/",
      "repository": "https://github.com/twilio/twilio-cli",
      "docs": "https://github.com/twilio/twilio-cli#readme",
      "website": "https://github.com/twilio/twilio-cli#readme",
      "category": "Data & APIs",
      "command": "twilio",
      "description": "Operate Twilio APIs and communications resources.",
      "useCase": "Twilio API workflows",
      "agentUse": "Use twilio to operate Twilio APIs and communications resources.",
      "features": [
        "API access",
        "Communications resources",
        "Account workflows"
      ],
      "example": "twilio --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 192,
        "license": "MIT",
        "checkedAt": "2026-09-10T00:42:22.278640+00:00"
      }
    },
    {
      "slug": "algolia-cli",
      "name": "Algolia CLI",
      "url": "https://useclis.com/tools/algolia-cli/",
      "repository": "https://github.com/algolia/cli",
      "docs": "https://github.com/algolia/cli#readme",
      "website": "https://github.com/algolia/cli#readme",
      "category": "Data & APIs",
      "command": "algolia",
      "description": "Manage search indices, records, and configuration.",
      "useCase": "Search index management",
      "agentUse": "Use algolia to manage search indices, records, and configuration.",
      "features": [
        "Search indices",
        "Record management",
        "Index configuration"
      ],
      "example": "algolia --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 109,
        "license": "MIT",
        "checkedAt": "2026-09-10T00:42:22.961523+00:00"
      }
    },
    {
      "slug": "contentful-cli",
      "name": "Contentful CLI",
      "url": "https://useclis.com/tools/contentful-cli/",
      "repository": "https://github.com/contentful/contentful-cli",
      "docs": "https://github.com/contentful/contentful-cli#readme",
      "website": "https://github.com/contentful/contentful-cli#readme",
      "category": "Data & APIs",
      "command": "contentful",
      "description": "Manage spaces and import, export, or migrate content.",
      "useCase": "Contentful content operations",
      "agentUse": "Use contentful to manage spaces and import, export, or migrate content.",
      "features": [
        "Space management",
        "Content import and export",
        "Content migration"
      ],
      "example": "contentful space --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 361,
        "license": "MIT",
        "checkedAt": "2026-09-10T00:42:24.254004+00:00"
      }
    },
    {
      "slug": "sanity-cli",
      "name": "Sanity CLI",
      "url": "https://useclis.com/tools/sanity-cli/",
      "repository": "https://github.com/sanity-io/cli",
      "docs": "https://github.com/sanity-io/cli#readme",
      "website": "https://github.com/sanity-io/cli#readme",
      "category": "Data & APIs",
      "command": "sanity",
      "description": "Manage datasets, validate schemas, and deploy projects.",
      "useCase": "Sanity project management",
      "agentUse": "Use sanity to manage datasets, validate schemas, and deploy projects.",
      "features": [
        "Dataset management",
        "Schema validation",
        "Project deployment"
      ],
      "example": "sanity --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 8,
        "license": "MIT",
        "checkedAt": "2026-09-10T00:42:23.660763+00:00"
      }
    },
    {
      "slug": "podman",
      "name": "Podman",
      "url": "https://useclis.com/tools/podman/",
      "repository": "https://github.com/podman-container-tools/podman",
      "docs": "https://github.com/podman-container-tools/podman#readme",
      "website": "https://github.com/podman-container-tools/podman#readme",
      "category": "Cloud & deployment",
      "command": "podman",
      "description": "Build and manage containers and pods.",
      "useCase": "Container and pod management",
      "agentUse": "Use podman to build and manage containers and pods.",
      "features": [
        "Container images",
        "Container execution",
        "Pod management"
      ],
      "example": "podman --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 32826,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-10T00:42:23.952897+00:00"
      }
    },
    {
      "slug": "helm",
      "name": "Helm",
      "url": "https://useclis.com/tools/helm/",
      "repository": "https://github.com/helm/helm",
      "docs": "https://github.com/helm/helm#readme",
      "website": "https://github.com/helm/helm#readme",
      "category": "Cloud & deployment",
      "command": "helm",
      "description": "Install, upgrade, and manage Kubernetes applications.",
      "useCase": "Kubernetes package management",
      "agentUse": "Use helm to install, upgrade, and manage Kubernetes applications.",
      "features": [
        "Chart installation",
        "Release upgrades",
        "Application management"
      ],
      "example": "helm --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 30228,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-10T00:42:24.467620+00:00"
      }
    },
    {
      "slug": "opentofu",
      "name": "OpenTofu",
      "url": "https://useclis.com/tools/opentofu/",
      "repository": "https://github.com/opentofu/opentofu",
      "docs": "https://github.com/opentofu/opentofu#readme",
      "website": "https://github.com/opentofu/opentofu#readme",
      "category": "Cloud & deployment",
      "command": "tofu",
      "description": "Plan and provision infrastructure from configuration.",
      "useCase": "Infrastructure provisioning",
      "agentUse": "Use tofu to plan and provision infrastructure from configuration.",
      "features": [
        "Infrastructure plans",
        "Resource provisioning",
        "Configuration workflows"
      ],
      "example": "tofu --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 30141,
        "license": "MPL-2.0",
        "checkedAt": "2026-09-10T00:42:25.369784+00:00"
      }
    },
    {
      "slug": "pulumi",
      "name": "Pulumi",
      "url": "https://useclis.com/tools/pulumi/",
      "repository": "https://github.com/pulumi/pulumi",
      "docs": "https://github.com/pulumi/pulumi#readme",
      "website": "https://github.com/pulumi/pulumi#readme",
      "category": "Cloud & deployment",
      "command": "pulumi",
      "description": "Provision infrastructure using programming languages.",
      "useCase": "Infrastructure as code",
      "agentUse": "Use pulumi to provision infrastructure using programming languages.",
      "features": [
        "Programming language support",
        "Infrastructure previews",
        "Resource provisioning"
      ],
      "example": "pulumi --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 25658,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-10T00:42:25.426089+00:00"
      }
    },
    {
      "slug": "ansible",
      "name": "Ansible",
      "url": "https://useclis.com/tools/ansible/",
      "repository": "https://github.com/ansible/ansible",
      "docs": "https://github.com/ansible/ansible#readme",
      "website": "https://github.com/ansible/ansible#readme",
      "category": "Cloud & deployment",
      "command": "ansible",
      "description": "Configure servers and execute deployment playbooks.",
      "useCase": "Server configuration automation",
      "agentUse": "Use ansible to configure servers and execute deployment playbooks.",
      "features": [
        "Server configuration",
        "Inventory management",
        "Deployment playbooks"
      ],
      "example": "ansible --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 70620,
        "license": "GPL-3.0",
        "checkedAt": "2026-09-10T00:42:26.031476+00:00"
      }
    },
    {
      "slug": "argocd",
      "name": "Argo CD CLI",
      "url": "https://useclis.com/tools/argocd/",
      "repository": "https://github.com/argoproj/argo-cd",
      "docs": "https://github.com/argoproj/argo-cd#readme",
      "website": "https://github.com/argoproj/argo-cd#readme",
      "category": "Cloud & deployment",
      "command": "argocd",
      "description": "Synchronize and manage Kubernetes application deployments.",
      "useCase": "Kubernetes deployment synchronization",
      "agentUse": "Use argocd to synchronize and manage Kubernetes application deployments.",
      "features": [
        "Application synchronization",
        "Deployment status",
        "GitOps workflows"
      ],
      "example": "argocd --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 24114,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-10T00:42:26.040262+00:00"
      }
    },
    {
      "slug": "flux-cli",
      "name": "Flux CLI",
      "url": "https://useclis.com/tools/flux-cli/",
      "repository": "https://github.com/fluxcd/flux2",
      "docs": "https://github.com/fluxcd/flux2#readme",
      "website": "https://github.com/fluxcd/flux2#readme",
      "category": "Cloud & deployment",
      "command": "flux",
      "description": "Bootstrap and manage GitOps delivery workflows.",
      "useCase": "GitOps delivery management",
      "agentUse": "Use flux to bootstrap and manage GitOps delivery workflows.",
      "features": [
        "Cluster bootstrap",
        "Delivery reconciliation",
        "GitOps resources"
      ],
      "example": "flux --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 8390,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-10T00:42:27.140472+00:00"
      }
    },
    {
      "slug": "kind",
      "name": "kind",
      "url": "https://useclis.com/tools/kind/",
      "repository": "https://github.com/kubernetes-sigs/kind",
      "docs": "https://github.com/kubernetes-sigs/kind#readme",
      "website": "https://github.com/kubernetes-sigs/kind#readme",
      "category": "Cloud & deployment",
      "command": "kind",
      "description": "Create disposable Kubernetes clusters for testing.",
      "useCase": "Disposable Kubernetes clusters",
      "agentUse": "Use kind to create disposable Kubernetes clusters for testing.",
      "features": [
        "Local clusters",
        "Container-based nodes",
        "Test environments"
      ],
      "example": "kind --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 15481,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-10T00:42:27.256098+00:00"
      }
    },
    {
      "slug": "minikube",
      "name": "minikube",
      "url": "https://useclis.com/tools/minikube/",
      "repository": "https://github.com/kubernetes/minikube",
      "docs": "https://github.com/kubernetes/minikube#readme",
      "website": "https://github.com/kubernetes/minikube#readme",
      "category": "Cloud & deployment",
      "command": "minikube",
      "description": "Run and manage local Kubernetes environments.",
      "useCase": "Local Kubernetes environments",
      "agentUse": "Use minikube to run and manage local Kubernetes environments.",
      "features": [
        "Local clusters",
        "Cluster management",
        "Development environments"
      ],
      "example": "minikube --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 32113,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-10T00:42:27.570592+00:00"
      }
    },
    {
      "slug": "sops",
      "name": "SOPS",
      "url": "https://useclis.com/tools/sops/",
      "repository": "https://github.com/getsops/sops",
      "docs": "https://github.com/getsops/sops#readme",
      "website": "https://github.com/getsops/sops#readme",
      "category": "Security & secrets",
      "command": "sops",
      "description": "Encrypt and decrypt configuration and secret files.",
      "useCase": "Encrypted configuration",
      "agentUse": "Use sops to encrypt and decrypt configuration and secret files.",
      "features": [
        "Configuration encryption",
        "Secret file editing",
        "Decryption"
      ],
      "example": "sops --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 23071,
        "license": "MPL-2.0",
        "checkedAt": "2026-09-10T00:42:27.600955+00:00"
      }
    },
    {
      "slug": "age",
      "name": "age",
      "url": "https://useclis.com/tools/age/",
      "repository": "https://github.com/FiloSottile/age",
      "docs": "https://github.com/FiloSottile/age#readme",
      "website": "https://github.com/FiloSottile/age#readme",
      "category": "Security & secrets",
      "command": "age",
      "description": "Encrypt and decrypt files in shell workflows.",
      "useCase": "File encryption",
      "agentUse": "Use age to encrypt and decrypt files in shell workflows.",
      "features": [
        "File encryption",
        "File decryption",
        "Shell workflows"
      ],
      "example": "age --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 23504,
        "license": "BSD-3-Clause",
        "checkedAt": "2026-09-10T00:42:28.563973+00:00"
      }
    },
    {
      "slug": "bitwarden-cli",
      "name": "Bitwarden CLI",
      "url": "https://useclis.com/tools/bitwarden-cli/",
      "repository": "https://github.com/bitwarden/clients",
      "docs": "https://bitwarden.com/help/cli/",
      "website": "https://github.com/bitwarden/clients#readme",
      "category": "Security & secrets",
      "command": "bw",
      "description": "Access and manage vault items programmatically.",
      "useCase": "Password vault automation",
      "agentUse": "Use bw to access and manage vault items programmatically.",
      "features": [
        "Vault item access",
        "Vault synchronization",
        "Item management"
      ],
      "example": "bw --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 13761,
        "license": null,
        "checkedAt": "2026-09-10T00:42:28.947699+00:00"
      }
    },
    {
      "slug": "doppler-cli",
      "name": "Doppler CLI",
      "url": "https://useclis.com/tools/doppler-cli/",
      "repository": "https://github.com/DopplerHQ/cli",
      "docs": "https://github.com/DopplerHQ/cli#readme",
      "website": "https://github.com/DopplerHQ/cli#readme",
      "category": "Security & secrets",
      "command": "doppler",
      "description": "Retrieve and inject secrets into applications.",
      "useCase": "Application secret delivery",
      "agentUse": "Use doppler to retrieve and inject secrets into applications.",
      "features": [
        "Secret retrieval",
        "Environment injection",
        "Project configuration"
      ],
      "example": "doppler --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 392,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-10T00:42:29.505805+00:00"
      }
    },
    {
      "slug": "infisical-cli",
      "name": "Infisical CLI",
      "url": "https://useclis.com/tools/infisical-cli/",
      "repository": "https://github.com/Infisical/cli",
      "docs": "https://github.com/Infisical/cli#readme",
      "website": "https://github.com/Infisical/cli#readme",
      "category": "Security & secrets",
      "command": "infisical",
      "description": "Inject, export, and manage application secrets.",
      "useCase": "Application secrets management",
      "agentUse": "Use infisical to inject, export, and manage application secrets.",
      "features": [
        "Secret injection",
        "Secret export",
        "Environment management"
      ],
      "example": "infisical --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 91,
        "license": null,
        "checkedAt": "2026-09-10T00:42:29.441459+00:00"
      }
    },
    {
      "slug": "trivy",
      "name": "Trivy",
      "url": "https://useclis.com/tools/trivy/",
      "repository": "https://github.com/aquasecurity/trivy",
      "docs": "https://github.com/aquasecurity/trivy#readme",
      "website": "https://github.com/aquasecurity/trivy#readme",
      "category": "Testing & quality",
      "command": "trivy",
      "description": "Scan containers and repositories for security issues.",
      "useCase": "Container and repository security",
      "agentUse": "Use trivy to scan containers and repositories for security issues.",
      "features": [
        "Vulnerability scanning",
        "Misconfiguration checks",
        "Repository scanning"
      ],
      "example": "trivy --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 37848,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-10T00:42:30.376387+00:00"
      }
    },
    {
      "slug": "syft",
      "name": "Syft",
      "url": "https://useclis.com/tools/syft/",
      "repository": "https://github.com/anchore/syft",
      "docs": "https://github.com/anchore/syft#readme",
      "website": "https://github.com/anchore/syft#readme",
      "category": "Testing & quality",
      "command": "syft",
      "description": "Generate software bills of materials.",
      "useCase": "Software inventory generation",
      "agentUse": "Use syft to generate software bills of materials.",
      "features": [
        "SBOM generation",
        "Image analysis",
        "Filesystem analysis"
      ],
      "example": "syft --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 9544,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-10T00:42:30.487344+00:00"
      }
    },
    {
      "slug": "grype",
      "name": "Grype",
      "url": "https://useclis.com/tools/grype/",
      "repository": "https://github.com/anchore/grype",
      "docs": "https://github.com/anchore/grype#readme",
      "website": "https://github.com/anchore/grype#readme",
      "category": "Testing & quality",
      "command": "grype",
      "description": "Find vulnerabilities in images and filesystems.",
      "useCase": "Vulnerability detection",
      "agentUse": "Use grype to find vulnerabilities in images and filesystems.",
      "features": [
        "Image scanning",
        "Filesystem scanning",
        "Vulnerability reports"
      ],
      "example": "grype --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 12865,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-10T00:42:31.064544+00:00"
      }
    },
    {
      "slug": "trufflehog",
      "name": "TruffleHog",
      "url": "https://useclis.com/tools/trufflehog/",
      "repository": "https://github.com/trufflesecurity/trufflehog",
      "docs": "https://github.com/trufflesecurity/trufflehog#readme",
      "website": "https://github.com/trufflesecurity/trufflehog#readme",
      "category": "Testing & quality",
      "command": "trufflehog",
      "description": "Find and verify exposed credentials.",
      "useCase": "Exposed credential detection",
      "agentUse": "Use trufflehog to find and verify exposed credentials.",
      "features": [
        "Credential discovery",
        "Secret verification",
        "Repository scanning"
      ],
      "example": "trufflehog --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 27737,
        "license": "AGPL-3.0",
        "checkedAt": "2026-09-10T00:42:31.140083+00:00"
      }
    },
    {
      "slug": "cosign",
      "name": "Cosign",
      "url": "https://useclis.com/tools/cosign/",
      "repository": "https://github.com/sigstore/cosign",
      "docs": "https://github.com/sigstore/cosign#readme",
      "website": "https://github.com/sigstore/cosign#readme",
      "category": "Security & secrets",
      "command": "cosign",
      "description": "Sign and verify container images and artifacts.",
      "useCase": "Artifact signature verification",
      "agentUse": "Use cosign to sign and verify container images and artifacts.",
      "features": [
        "Image signing",
        "Artifact signatures",
        "Signature verification"
      ],
      "example": "cosign --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 6290,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-10T00:42:31.928802+00:00"
      }
    },
    {
      "slug": "snyk-cli",
      "name": "Snyk CLI",
      "url": "https://useclis.com/tools/snyk-cli/",
      "repository": "https://github.com/snyk/cli",
      "docs": "https://github.com/snyk/cli#readme",
      "website": "https://github.com/snyk/cli#readme",
      "category": "Testing & quality",
      "command": "snyk",
      "description": "Scan projects for security vulnerabilities.",
      "useCase": "Project security scanning",
      "agentUse": "Use snyk to scan projects for security vulnerabilities.",
      "features": [
        "Dependency scanning",
        "Container scanning",
        "Security reports"
      ],
      "example": "snyk --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 5657,
        "license": null,
        "checkedAt": "2026-09-10T00:42:32.107479+00:00"
      }
    },
    {
      "slug": "sentry-cli",
      "name": "Sentry CLI",
      "url": "https://useclis.com/tools/sentry-cli/",
      "repository": "https://github.com/getsentry/cli",
      "docs": "https://github.com/getsentry/cli/tree/main/packages/cli#readme",
      "website": "https://github.com/getsentry/cli#readme",
      "category": "Testing & quality",
      "command": "sentry",
      "description": "Interact with Sentry from the terminal.",
      "useCase": "Sentry issue investigation",
      "agentUse": "Use sentry to interact with Sentry from the terminal.",
      "features": [
        "Issue inspection",
        "Event details",
        "Project access"
      ],
      "example": "sentry --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 119,
        "license": null,
        "checkedAt": "2026-09-10T00:42:32.701793+00:00"
      }
    },
    {
      "slug": "k6",
      "name": "k6",
      "url": "https://useclis.com/tools/k6/",
      "repository": "https://github.com/grafana/k6",
      "docs": "https://github.com/grafana/k6#readme",
      "website": "https://github.com/grafana/k6#readme",
      "category": "Testing & quality",
      "command": "k6",
      "description": "Execute load tests and measure performance.",
      "useCase": "Load and performance testing",
      "agentUse": "Use k6 to execute load tests and measure performance.",
      "features": [
        "Load test execution",
        "Performance metrics",
        "Scripted scenarios"
      ],
      "example": "k6 --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 31424,
        "license": "AGPL-3.0",
        "checkedAt": "2026-09-10T00:42:32.846527+00:00"
      }
    },
    {
      "slug": "lighthouse",
      "name": "Lighthouse",
      "url": "https://useclis.com/tools/lighthouse/",
      "repository": "https://github.com/GoogleChrome/lighthouse",
      "docs": "https://github.com/GoogleChrome/lighthouse#readme",
      "website": "https://github.com/GoogleChrome/lighthouse#readme",
      "category": "Testing & quality",
      "command": "lighthouse",
      "description": "Audit website performance, accessibility, and best practices.",
      "useCase": "Website quality audits",
      "agentUse": "Use lighthouse to audit website performance, accessibility, and best practices.",
      "features": [
        "Performance audits",
        "Accessibility audits",
        "Best-practice checks"
      ],
      "example": "lighthouse https://example.com",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 30749,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-10T00:42:33.513748+00:00"
      }
    },
    {
      "slug": "axe-cli",
      "name": "axe CLI",
      "url": "https://useclis.com/tools/axe-cli/",
      "repository": "https://github.com/dequelabs/axe-core-npm",
      "docs": "https://github.com/dequelabs/axe-core-npm/tree/develop/packages/cli#readme",
      "website": "https://github.com/dequelabs/axe-core-npm#readme",
      "category": "Testing & quality",
      "command": "axe",
      "description": "Run automated web accessibility checks.",
      "useCase": "Web accessibility checks",
      "agentUse": "Use axe to run automated web accessibility checks.",
      "features": [
        "Accessibility rules",
        "Page testing",
        "Violation reports"
      ],
      "example": "axe https://example.com",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 722,
        "license": "MPL-2.0",
        "checkedAt": "2026-09-10T00:42:33.664726+00:00"
      }
    },
    {
      "slug": "duckdb-cli",
      "name": "DuckDB CLI",
      "url": "https://useclis.com/tools/duckdb-cli/",
      "repository": "https://github.com/duckdb/duckdb",
      "docs": "https://github.com/duckdb/duckdb#readme",
      "website": "https://github.com/duckdb/duckdb#readme",
      "category": "Data & APIs",
      "command": "duckdb",
      "description": "Query CSV, Parquet, and other data using SQL.",
      "useCase": "Analytical SQL queries",
      "agentUse": "Use duckdb to query CSV, Parquet, and other data using SQL.",
      "features": [
        "CSV queries",
        "Parquet queries",
        "Embedded SQL"
      ],
      "example": "duckdb -c \"SELECT 42;\"",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 41107,
        "license": "MIT",
        "checkedAt": "2026-09-10T00:42:34.255335+00:00"
      }
    },
    {
      "slug": "sqlite-utils",
      "name": "sqlite-utils",
      "url": "https://useclis.com/tools/sqlite-utils/",
      "repository": "https://github.com/simonw/sqlite-utils",
      "docs": "https://github.com/simonw/sqlite-utils#readme",
      "website": "https://github.com/simonw/sqlite-utils#readme",
      "category": "Data & APIs",
      "command": "sqlite-utils",
      "description": "Create, query, and transform SQLite databases.",
      "useCase": "SQLite data workflows",
      "agentUse": "Use sqlite-utils to create, query, and transform SQLite databases.",
      "features": [
        "Database creation",
        "SQL queries",
        "Data transformation"
      ],
      "example": "sqlite-utils --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 2167,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-10T00:42:34.219021+00:00"
      }
    },
    {
      "slug": "dbt-core",
      "name": "dbt Core",
      "url": "https://useclis.com/tools/dbt-core/",
      "repository": "https://github.com/dbt-labs/dbt-core",
      "docs": "https://github.com/dbt-labs/dbt-core#readme",
      "website": "https://github.com/dbt-labs/dbt-core#readme",
      "category": "Data & APIs",
      "command": "dbt",
      "description": "Build and test SQL data transformations.",
      "useCase": "SQL data transformations",
      "agentUse": "Use dbt to build and test SQL data transformations.",
      "features": [
        "SQL models",
        "Transformation builds",
        "Data tests"
      ],
      "example": "dbt --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 13795,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-10T00:42:35.022131+00:00"
      }
    },
    {
      "slug": "sqlfluff",
      "name": "SQLFluff",
      "url": "https://useclis.com/tools/sqlfluff/",
      "repository": "https://github.com/sqlfluff/sqlfluff",
      "docs": "https://github.com/sqlfluff/sqlfluff#readme",
      "website": "https://github.com/sqlfluff/sqlfluff#readme",
      "category": "Testing & quality",
      "command": "sqlfluff",
      "description": "Lint and format SQL across dialects.",
      "useCase": "SQL linting and formatting",
      "agentUse": "Use sqlfluff to lint and format SQL across dialects.",
      "features": [
        "SQL linting",
        "SQL formatting",
        "Multiple dialects"
      ],
      "example": "sqlfluff --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 9866,
        "license": "MIT",
        "checkedAt": "2026-09-10T00:42:35.228861+00:00"
      }
    },
    {
      "slug": "golang-migrate",
      "name": "golang-migrate",
      "url": "https://useclis.com/tools/golang-migrate/",
      "repository": "https://github.com/golang-migrate/migrate",
      "docs": "https://github.com/golang-migrate/migrate#readme",
      "website": "https://github.com/golang-migrate/migrate#readme",
      "category": "Data & APIs",
      "command": "migrate",
      "description": "Apply and roll back database migrations.",
      "useCase": "Database migration execution",
      "agentUse": "Use migrate to apply and roll back database migrations.",
      "features": [
        "Migration application",
        "Migration rollback",
        "Database drivers"
      ],
      "example": "migrate -help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 18904,
        "license": null,
        "checkedAt": "2026-09-10T00:42:35.776106+00:00"
      }
    },
    {
      "slug": "atlas",
      "name": "Atlas",
      "url": "https://useclis.com/tools/atlas/",
      "repository": "https://github.com/ariga/atlas",
      "docs": "https://github.com/ariga/atlas#readme",
      "website": "https://github.com/ariga/atlas#readme",
      "category": "Data & APIs",
      "command": "atlas",
      "description": "Inspect schemas and plan database migrations.",
      "useCase": "Schema inspection and migration",
      "agentUse": "Use atlas to inspect schemas and plan database migrations.",
      "features": [
        "Schema inspection",
        "Schema diffs",
        "Migration planning"
      ],
      "example": "atlas --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 8715,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-10T00:42:35.892062+00:00"
      }
    },
    {
      "slug": "miller",
      "name": "Miller (mlr)",
      "url": "https://useclis.com/tools/miller/",
      "repository": "https://github.com/johnkerl/miller",
      "docs": "https://github.com/johnkerl/miller#readme",
      "website": "https://github.com/johnkerl/miller#readme",
      "category": "Data & APIs",
      "command": "mlr",
      "description": "Filter, join, aggregate, and transform tabular data.",
      "useCase": "Tabular data processing",
      "agentUse": "Use mlr to filter, join, aggregate, and transform tabular data.",
      "features": [
        "Record filtering",
        "Joins and aggregation",
        "Data transformation"
      ],
      "example": "mlr --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 10015,
        "license": null,
        "checkedAt": "2026-09-10T00:42:36.589605+00:00"
      }
    },
    {
      "slug": "dolt",
      "name": "Dolt",
      "url": "https://useclis.com/tools/dolt/",
      "repository": "https://github.com/dolthub/dolt",
      "docs": "https://github.com/dolthub/dolt#readme",
      "website": "https://github.com/dolthub/dolt#readme",
      "category": "Data & APIs",
      "command": "dolt",
      "description": "Branch, diff, merge, and query versioned databases.",
      "useCase": "Versioned database workflows",
      "agentUse": "Use dolt to branch, diff, merge, and query versioned databases.",
      "features": [
        "SQL queries",
        "Database branching",
        "Database diffs and merges"
      ],
      "example": "dolt --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 24405,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-10T00:42:36.759996+00:00"
      }
    },
    {
      "slug": "yt-dlp",
      "name": "yt-dlp",
      "url": "https://useclis.com/tools/yt-dlp/",
      "repository": "https://github.com/yt-dlp/yt-dlp",
      "docs": "https://github.com/yt-dlp/yt-dlp#readme",
      "website": "https://github.com/yt-dlp/yt-dlp#readme",
      "category": "Files & documents",
      "command": "yt-dlp",
      "description": "Retrieve video metadata, subtitles, and media.",
      "useCase": "Video metadata and media retrieval",
      "agentUse": "Use yt-dlp to retrieve video metadata, subtitles, and media.",
      "features": [
        "Video metadata",
        "Subtitle retrieval",
        "Media downloads"
      ],
      "example": "yt-dlp --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 190000,
        "license": "Unlicense",
        "checkedAt": "2026-09-10T00:42:37.266092+00:00"
      }
    },
    {
      "slug": "ffmpeg",
      "name": "FFmpeg",
      "url": "https://useclis.com/tools/ffmpeg/",
      "repository": "https://github.com/FFmpeg/FFmpeg",
      "docs": "https://github.com/FFmpeg/FFmpeg#readme",
      "website": "https://github.com/FFmpeg/FFmpeg#readme",
      "category": "Files & documents",
      "command": "ffmpeg",
      "description": "Convert, trim, combine, and process audio and video.",
      "useCase": "Audio and video processing",
      "agentUse": "Use ffmpeg to convert, trim, combine, and process audio and video.",
      "features": [
        "Media conversion",
        "Trimming and combining",
        "Audio processing"
      ],
      "example": "ffmpeg -h",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 64081,
        "license": null,
        "checkedAt": "2026-09-10T00:42:37.378198+00:00"
      }
    },
    {
      "slug": "imagemagick",
      "name": "ImageMagick",
      "url": "https://useclis.com/tools/imagemagick/",
      "repository": "https://github.com/ImageMagick/ImageMagick",
      "docs": "https://github.com/ImageMagick/ImageMagick#readme",
      "website": "https://github.com/ImageMagick/ImageMagick#readme",
      "category": "Files & documents",
      "command": "magick",
      "description": "Resize, convert, composite, and process images.",
      "useCase": "Image processing",
      "agentUse": "Use magick to resize, convert, composite, and process images.",
      "features": [
        "Image resizing",
        "Format conversion",
        "Image composition"
      ],
      "example": "magick -help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 17380,
        "license": null,
        "checkedAt": "2026-09-10T00:42:38.069815+00:00"
      }
    },
    {
      "slug": "tesseract",
      "name": "Tesseract",
      "url": "https://useclis.com/tools/tesseract/",
      "repository": "https://github.com/tesseract-ocr/tesseract",
      "docs": "https://github.com/tesseract-ocr/tesseract#readme",
      "website": "https://github.com/tesseract-ocr/tesseract#readme",
      "category": "Files & documents",
      "command": "tesseract",
      "description": "Extract text from images using OCR.",
      "useCase": "Image text extraction",
      "agentUse": "Use tesseract to extract text from images using OCR.",
      "features": [
        "Optical character recognition",
        "Image input",
        "Text output"
      ],
      "example": "tesseract --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 76415,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-10T00:42:38.317395+00:00"
      }
    },
    {
      "slug": "ocrmypdf",
      "name": "OCRmyPDF",
      "url": "https://useclis.com/tools/ocrmypdf/",
      "repository": "https://github.com/ocrmypdf/OCRmyPDF",
      "docs": "https://github.com/ocrmypdf/OCRmyPDF#readme",
      "website": "https://github.com/ocrmypdf/OCRmyPDF#readme",
      "category": "Files & documents",
      "command": "ocrmypdf",
      "description": "Add searchable text to scanned PDFs.",
      "useCase": "Searchable scanned PDFs",
      "agentUse": "Use ocrmypdf to add searchable text to scanned PDFs.",
      "features": [
        "PDF OCR",
        "Searchable text layers",
        "Scanned documents"
      ],
      "example": "ocrmypdf --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 34705,
        "license": "MPL-2.0",
        "checkedAt": "2026-09-10T00:42:38.651019+00:00"
      }
    },
    {
      "slug": "qpdf",
      "name": "qpdf",
      "url": "https://useclis.com/tools/qpdf/",
      "repository": "https://github.com/qpdf/qpdf",
      "docs": "https://github.com/qpdf/qpdf#readme",
      "website": "https://github.com/qpdf/qpdf#readme",
      "category": "Files & documents",
      "command": "qpdf",
      "description": "Inspect, split, merge, and transform PDF files.",
      "useCase": "PDF inspection and transformation",
      "agentUse": "Use qpdf to inspect, split, merge, and transform PDF files.",
      "features": [
        "PDF inspection",
        "Splitting and merging",
        "PDF transformations"
      ],
      "example": "qpdf --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 5398,
        "license": "Apache-2.0",
        "checkedAt": "2026-09-10T00:42:39.014402+00:00"
      }
    },
    {
      "slug": "restic",
      "name": "restic",
      "url": "https://useclis.com/tools/restic/",
      "repository": "https://github.com/restic/restic",
      "docs": "https://github.com/restic/restic#readme",
      "website": "https://github.com/restic/restic#readme",
      "category": "Files & documents",
      "command": "restic",
      "description": "Create, verify, and restore encrypted backups.",
      "useCase": "Encrypted backup workflows",
      "agentUse": "Use restic to create, verify, and restore encrypted backups.",
      "features": [
        "Encrypted backups",
        "Backup verification",
        "File restoration"
      ],
      "example": "restic --help",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 35953,
        "license": "BSD-2-Clause",
        "checkedAt": "2026-09-10T00:42:39.523244+00:00"
      }
    },
    {
      "slug": "just",
      "name": "just",
      "url": "https://useclis.com/tools/just/",
      "repository": "https://github.com/casey/just",
      "docs": "https://github.com/casey/just#readme",
      "website": "https://github.com/casey/just#readme",
      "category": "Packages & environments",
      "command": "just",
      "description": "Execute predefined project commands and workflows.",
      "useCase": "Project command execution",
      "agentUse": "Use just to execute predefined project commands and workflows.",
      "features": [
        "Task recipes",
        "Project commands",
        "Shell workflows"
      ],
      "example": "just --list",
      "agentWorkflowSupport": "Not marked in source list",
      "repositorySnapshot": {
        "stars": 35708,
        "license": "CC0-1.0",
        "checkedAt": "2026-09-10T00:42:39.767421+00:00"
      }
    }
  ]
}
