Doctor Skill
Diagnoses and helps fix oh-my-kimicode installation issues.
When to Use
- •User says "doctor", "diagnose", "fix installation"
- •oh-my-kimicode not working
- •Setup issues
- •Missing components
Diagnostics
- •
Environment
- •Node.js version (>= 18)
- •npm/pnpm/yarn availability
- •Platform compatibility
- •
Installation
- •Package installed globally?
- •Binary in PATH?
- •Version matches?
- •
Configuration
- •Config directory exists?
- •Prompts installed?
- •Skills installed?
- •AGENTS.md present?
- •
Kimi CLI
- •Kimi CLI installed?
- •Authentication configured?
- •Working directory correct?
Fixes
Common issues and fixes:
| Issue | Fix |
|---|---|
| Not in PATH | npm install -g oh-my-kimicode |
| Missing prompts | kp setup --force |
| Corrupted config | Remove ~/.kimi/config.json, re-run setup |
| Old version | npm update -g oh-my-kimicode |
Output
code
## Diagnosis Results ### Checks - [✓/✗] Check name: result ### Issues Found [Description of problems] ### Recommended Fixes [Step-by-step solutions] ### Verification [How to confirm fixed]
Usage
Simply run: omk doctor
Or ask: "doctor check my installation"