Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

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.

UtilitiesIntermediate1,323212AI score 8/10Last updated: Aug 8, 2026

What it does

  • Installs upstream ima-skill to Claude Code, Codex and OpenClaw via npx 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 live search_knowledge_base call.
  • Runs a read-only diagnose.sh health 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

  1. "Install ima-skill" → installer downloads the latest release and distributes it to detected agents.
  2. "IMA won't load" → diagnosis report → pick repair strategy A/B/skip → patch with backup → re-diagnose until ✅.
  3. "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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/daymade/claude-code-skills.git /tmp/ccs
  3. Copy the skill: mkdir -p ~/.claude/skills && cp -r /tmp/ccs/ima-copilot ~/.claude/skills/
  4. Make sure node (for npx) and python3 are available on your machine.
  5. Create a Client ID and API Key at https://ima.qq.com/agent-interface.
  6. Restart Claude Code and say "install and configure ima" — the skill will route you through install → credentials → diagnose.
  7. If anything breaks later, ask it to "diagnose ima" first; diagnose.sh never modifies files.