Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Control the IMA desktop app to perform AI searches, including private knowledge base queries with configurable knowledge_id settings.
Control the IMA desktop app to perform AI searches, including private knowledge base queries with configurable knowledge_id settings.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Control 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. 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}"
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: { "knowledge_id": "your_id_string" }
Public: clawdbot ima_search query="DeepSeek analysis" Private: clawdbot ima_search query="@knowledge project update"
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.