ima-agent-skill

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

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ima-agent-skill" with this command: npx skills add hyddd/tencent-ima-skill

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"

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Investment Analysis

Provides A-share market and stock analysis (index, individual stock trend, buy/sell view) via GF hiAgentChat API. Use when the user asks about 今日大盘、大盘走势、个股走势...

Registry SourceRecently Updated
Research

Ontology 1.0.4

Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linkin...

Registry SourceRecently Updated
Research

Hugging Face Papers

Browse trending papers, search by keyword, and get paper details from Hugging Face Papers

Registry SourceRecently Updated