Install
openclaw skills install tencent-ima-skillControl the IMA (ima.copilot) desktop application for AI search and private knowledge retrieval.
openclaw skills install tencent-ima-skillControl the IMA (ima.copilot) desktop application for AI search and private knowledge retrieval.
Launches IMA and performs a search. Supports "Private Knowledge Base" mode via special tags.
@个人知识库 or @knowledge to search your private knowledge base (requires config.json).Implementation:
/usr/bin/python3 /opt/homebrew/lib/node_modules/clawdbot/skills/ima/scripts/ima.py "{query}" --autoclose="{autoclose}"
To enable private knowledge base search, you must providing your knowledge_id.
The script looks for config in:
~/.clawd_ima_config.jsonskills/ima/config.jsonFormat:
{
"knowledge_id": "your_id_string"
}
clawdbot ima_search query="DeepSeek analysis"clawdbot ima_search query="@knowledge project update"