Control the IMA (ima.copilot) desktop application for AI search and private knowledge retrieval.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add rondoflow/rondoflow --skill control-ima-ai-search-app --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Control Ima Ai Search App?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rondoflow-control-ima-ai-search-app)More formats (shields.io, HTML) on the badges page.
---
name: control-ima-ai-search-app
description: "Control the IMA (ima.copilot) desktop application for AI search and private knowledge retrieval."
category: "AI & Agents"
author: community
version: "1.0.1"
icon: bot
---
# 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:
1. `~/.clawd_ima_config.json`
2. `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"`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!