一键导入
cli-detector
Detect installed AI coding CLIs and local model providers; outputs a cached JSON inventory for routing (/detect-clis).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Detect installed AI coding CLIs and local model providers; outputs a cached JSON inventory for routing (/detect-clis).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Check AI CLI usage/quota for Claude Code, OpenAI Codex, Google Gemini CLI, Z.AI, and Synthetic. Use when user asks about remaining quota, usage limits, rate limits, or wants to check how much capacity is left.
Execute prompts from ./prompts/ directory with various AI models. Use when user asks to run a prompt, execute a task, delegate work to an AI model, run prompts in worktrees/tmux, or run prompts with verification loops.
Orchestrate multi-prompt execution with phase groups, optional auto-deps, and model-tiered agent roles.
Create agent-team orchestrated prompt bundles (orchestrator + sub-prompts) and store them through prompt-manager.
Read and manage daplug configuration from CLAUDE.md using <daplug_config> blocks, with legacy fallback and migration support.
Automated sprint planning and execution from technical specifications (prompt generation, dependency planning, stateful execution)
| name | cli-detector |
| description | Detect installed AI coding CLIs and local model providers; outputs a cached JSON inventory for routing (/detect-clis). |
| allowed-tools | ["Bash(python3:*)","Read"] |
Phase 1: Detect installed Tier 1 coding CLIs (Claude, Codex, Antigravity/Gemini, OpenCode) via an extensible plugin system.
Run the /detect-clis renderer (tables + optional fixes):
python3 skills/cli-detector/scripts/detect_clis.py
python3 skills/cli-detector/scripts/detect_clis.py --json
python3 skills/cli-detector/scripts/detect_clis.py --dry-run
python3 skills/cli-detector/scripts/detect_clis.py --reset
python3 skills/cli-detector/scripts/detect_clis.py --fix
Run a scan and print JSON:
python3 skills/cli-detector/scripts/detector.py --scan
Verbose scan (progress to stderr, JSON to stdout):
python3 skills/cli-detector/scripts/detector.py --scan --verbose
List plugins:
python3 skills/cli-detector/scripts/detector.py --list-plugins
Check a specific CLI:
python3 skills/cli-detector/scripts/detector.py --check codex