Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @hyddd Updated 6/28/2026 3,010 downloads 0 stars Security: Pass

Tencent Ima Skill OpenClaw Plugin & Skill | ClawHub

Looking to integrate Tencent Ima Skill into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

Control the IMA (ima.copilot) desktop application for AI search and private knowledge retrieval.

Install

ClawHub CLI
openclaw skills install @hyddd/tencent-ima-skill
Node.js (npx)
npx clawhub@latest install tencent-ima-skill

Full SKILL.md

Open original
Metadata table.
namedescription
ima-agent-skillControl the IMA (ima.copilot) desktop application for AI search and private knowledge retrieval.

SKILL.md content below is scrollable.

IMA Skill

Control the IMA (ima.copilot) desktop application for AI search and private knowledge retrieval.

Tools

ima_search

Launches IMA and performs a search. Supports "Private Knowledge Base" mode via special tags.

  • query (required): The search query. Prefix with @个人知识库 or @knowledge to search your private knowledge base (requires config.json).
  • autoclose (optional): "true" to close the app after searching. Default: "false".

Implementation:

/usr/bin/python3 /opt/homebrew/lib/node_modules/clawdbot/skills/ima/scripts/ima.py "{query}" --autoclose="{autoclose}"

Configuration

To enable private knowledge base search, you must providing your knowledge_id. The script looks for config in:

  1. ~/.clawd_ima_config.json
  2. skills/ima/config.json

Format:

{
  "knowledge_id": "your_id_string"
}

Examples

  • Public: clawdbot ima_search query="DeepSeek analysis"
  • Private: clawdbot ima_search query="@knowledge project update"
ClawHub Registry URL: https://clawhub.ai/hyddd/skills/tencent-ima-skill

Related skills

If this matches your use case, these are close alternatives in the same category.