✓ Verified 💻 Development ✓ Enhanced Data

Tencent Ima Skill

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

Rating
4.8 (14 reviews)
Downloads
1,394 downloads
Version
1.0.0

Overview

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

Complete Documentation

View Source →

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:
bash
/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:

  • ~/.clawd_ima_config.json
  • skills/ima/config.json
Format:
json
{
  "knowledge_id": "your_id_string"
}

Examples

  • Public: clawdbot ima_search query="DeepSeek analysis"
  • Private: clawdbot ima_search query="@knowledge project update"

Installation

Terminal bash

openclaw install tencent-ima-skill
    
Copied!

💻Code Examples

**Format:**

format.json
{
  "knowledge_id": "your_id_string"
}

Tags

#coding_agents-and-ides

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author hyddd
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install tencent-ima-skill