ワンクリックで
skill-doctor
// Diagnose Cliq skill installation, discovery, loading, and SKILL.md validity. Use when a user asks to run skill doctor, check skills, debug missing skills, inspect skill loading, or verify a skill before using or sharing it.
// Diagnose Cliq skill installation, discovery, loading, and SKILL.md validity. Use when a user asks to run skill doctor, check skills, debug missing skills, inspect skill loading, or verify a skill before using or sharing it.
Install Cliq skills into $CLIQ_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Cliq's capabilities with specialized knowledge, workflows, or tool integrations.
| name | skill-doctor |
| description | Diagnose Cliq skill installation, discovery, loading, and SKILL.md validity. Use when a user asks to run skill doctor, check skills, debug missing skills, inspect skill loading, or verify a skill before using or sharing it. |
| metadata | {"short-description":"Diagnose Cliq skill health"} |
Run read-only diagnostics for Cliq skills. This is modeled on OpenClaw-style doctor/check behavior: inspect the local environment first, report concrete findings, and only propose fixes after the user has seen the diagnosis.
scripts/skill_doctor.py --cwd "$PWD"
scripts/skill_doctor.py --cwd "$PWD" --json
.cliq/skills, project .agents/skills, user ~/.cliq/skills, user ~/.agents/skills, and bundled Cliq system skills.name and description, known optional fields, basic scalar syntax, and empty bodies.name must match the skill directory and must be loadable by Cliq. Lowercase hyphen-case is recommended for portability.SKILL.md realpaths must stay inside the trusted project root.PASS: the check is healthy.WARN: Cliq can usually continue, but the skill may be confusing, non-portable, or shadowed.FAIL: Cliq will reject or skip the skill until fixed.If all checks pass but the user still cannot activate a skill, ask how they invoked it and compare that against the reported source path and skill name.
allowed-tools grants permission; Cliq's normal tool policy still decides bash, edit, network, and MCP access.