IMA Copilot (Tencent IMA Skill Installer & Doctor)
A wrapper skill that installs the official Tencent IMA skill in one command, diagnoses and repairs known loading bugs with consent, and runs priority-aware fan-out search across your knowledge bases.
UtilitiesIntermediate★ 1,323⑂ 212AI score 8/10Last updated: Aug 8, 2026
What it does
- Installs upstream
ima-skillto Claude Code, Codex and OpenClaw vianpx skills add, auto-detecting which agents exist and skipping the rest. - Walks you through creating Client ID / API Key, stores them XDG-style in
~/.config/ima/with 600 permissions, and validates them with a livesearch_knowledge_basecall. - Runs a read-only
diagnose.shhealth report, then repairs known upstream issues (missing YAML frontmatter, "Skipped loading skill(s) due to invalid SKILL.md") only after an explicit AskUserQuestion, always with a timestamped backup and a one-line restore command. - Implements client-side fan-out search: IMA has no cross-KB endpoint, no relevance scores and a silent 100-hit cap per KB, so the script parallelizes calls, groups by your priority KBs and flags truncation.
Who it's for
- Tencent IMA (ima.qq.com) users who want their notes and knowledge bases usable from Claude Code.
- Anyone whose ima-skill install silently fails to load and needs a structured diagnosis.
- Users who want transparent, reversible patches instead of silent vendored forks.
Example uses
- "Install ima-skill" → installer downloads the latest release and distributes it to detected agents.
- "IMA won't load" → diagnosis report → pick repair strategy A/B/skip → patch with backup → re-diagnose until ✅.
- "Search my IMA for 'Q3 retro'" → fan-out across all accessible KBs, priority groups first, truncation warnings included.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/daymade/claude-code-skills/HEAD/ima-copilot/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the ima-copilot folder from the GitHub repo daymade/claude-code-skills into my ~/.claude/skills/ima-copilot/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/daymade/claude-code-skills.git /tmp/ccs && cp -r /tmp/ccs/ima-copilot ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/daymade/claude-code-skills.git /tmp/ccs - Copy the skill:
mkdir -p ~/.claude/skills && cp -r /tmp/ccs/ima-copilot ~/.claude/skills/ - Make sure
node(for npx) andpython3are available on your machine. - Create a Client ID and API Key at https://ima.qq.com/agent-interface.
- Restart Claude Code and say "install and configure ima" — the skill will route you through install → credentials → diagnose.
- If anything breaks later, ask it to "diagnose ima" first;
diagnose.shnever modifies files.
View source on GitHub ↗License: MIT