ima-copilot

Install, configure, diagnose, and repair ima-skill across Claude Code, Codex, and OpenClaw.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/HuuBar/skill-routing-experiment --skill ima-copilot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ima-copilot
Source: https://github.com/HuuBar/skill-routing-experiment/tree/main/unified_skills/daymade/ima-copilot
Command: npx skills add https://github.com/HuuBar/skill-routing-experiment --skill ima-copilot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, unzip, npx, node, python3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This wrapper deploys, configures, and repairs the official IMA skill across multiple agents without vendoring upstream content.

Core Features & Use Cases

  • Install upstream ima-skill to Claude Code, Codex, and OpenClaw with a single workflow.
  • Diagnose and repair known upstream issues with explicit user consent, ensuring safe rollbacks and backups.
  • Configure API credentials securely using the XDG layout and provide per-user personalization for search.
  • Enable a fan-out search across knowledge bases with priority boosts and skipped KBs.

Quick Start

Run bash scripts/install_ima_skill.sh to install the upstream ima-skill to your detected agents, and run bash scripts/diagnose.sh to begin the guided repair workflow.

Frequently Asked Questions about ima-copilot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install IMA skills across multiple agents like Claude Code and Codex?

Run bash scripts/install_ima_skill.sh to install IMA skills across Claude Code, Codex, and OpenClaw. The script uses a symlink-based distribution to deploy the upstream skill without vendorizing files, providing a single repeatable workflow for agent environments.

How do I diagnose and repair IMA skill loader issues safely?

Run bash scripts/diagnose.sh to start a guided workflow that diagnoses IMA skill loader issues. The repair process requires explicit user consent, ensuring safe rollbacks and backups before applying any fixes to your agent environment.

What dependencies do I need to run the IMA skill installer?

You need curl, unzip, npx, node, and python3 installed in your environment to run the IMA skill installer. These dependencies support the scripts and references components required for the symlink-based deployment workflow.

Can I configure API credentials securely when deploying IMA skills?

Yes, you can configure API credentials securely using the XDG layout, which provides per-user personalization for search. The installer workflow also enables fan-out search across knowledge bases with priority boosts and skipped KBs.

Does the IMA skill installer vendor upstream content into my agents?

No, the IMA skill installer follows a strict wrapper contract that does not vendor upstream files. It uses a symlink-based distribution to propagate updates directly from the upstream source to your detected agents.