Agent skill
cli-detector
Detect installed AI coding CLIs and local model providers; outputs a cached JSON inventory for routing (/detect-clis).
Install this agent skill to your Project
npx add-skill https://github.com/cruzanstx/daplug/tree/main/skills/cli-detector
SKILL.md
CLI Detector
Phase 1: Detect installed Tier 1 coding CLIs (Claude, Codex, Gemini, OpenCode) via an extensible plugin system.
Usage
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
at-prompt-runner
Orchestrate multi-prompt execution with phase groups, optional auto-deps, and model-tiered agent roles.
prompt-finder
Find and resolve prompt files in ./prompts/ directory. Use when user asks to find a prompt, list available prompts, locate prompt by number or name, or check what prompts exist.
at-prompt-creator
Create agent-team orchestrated prompt bundles (orchestrator + sub-prompts) and store them through prompt-manager.
prompt-executor
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.
ai-usage
Check AI CLI usage/quota for Claude Code, OpenAI Codex, Google Gemini CLI, and Z.AI. Use when user asks about remaining quota, usage limits, rate limits, or wants to check how much capacity is left.
config-reader
Read and manage daplug configuration from CLAUDE.md using <daplug_config> blocks, with legacy fallback and migration support.
Didn't find tool you were looking for?