← Back to Skills Marketplace
2113
Downloads
0
Stars
3
Active Installs
2
Versions
Install in OpenClaw
/install tencent-ima-skill
Description
Control the IMA (ima.copilot) desktop application for AI search and private knowledge retrieval.
Usage Guidance
What to consider before installing:
- This skill will launch your local IMA desktop app (expects it at /Applications/ima.copilot.app or ~/Applications/...) and open/connect to its Chrome DevTools debugging port (default 8315). That requires the skill to be able to start a local binary and speak to a debugging websocket — only install if you trust the code.
- The core feature is intercepting and modifying outgoing requests to IMA's /cgi-bin/assistant/qa endpoint to inject your private Knowledge ID. That behavior is intentional for the advertised feature, but it is high-privilege: it modifies network traffic originating from the app. If you are uncomfortable with code that intercepts or mutates requests, do not install.
- The Knowledge ID is sensitive. The script sources it from either a config file (skills/ima/config.json) or the environment variable IMA_KNOWLEDGE_ID. Note: the skill metadata did not declare IMA_KNOWLEDGE_ID and SKILL.md mentions an additional config path (~/.clawd_ima_config.json) that the script does not actually check — these documentation mismatches should be corrected. Before using, place the ID in the skill's config.json (and keep that file out of version control) or set the IMA_KNOWLEDGE_ID env var yourself.
- The SKILL.md's example invocation references a hard-coded script path (/opt/homebrew/lib/node_modules/clawdbot/skills/ima/scripts/ima.py) which may not match where the skill is actually installed; verify the path your agent will use.
- The code does not appear to exfiltrate data to third-party servers (it interacts with the local CDP and the official ima.qq.com endpoint). Still, if you have strict privacy requirements, run this in an isolated environment or inspect/approve the script before enabling.
Recommended actions: verify the app path and the script location, confirm or set the Knowledge ID in the config or environment, and review the scripts yourself (or run in a sandbox) before granting the agent permission to invoke this skill autonomously.
Capability Analysis
Type: OpenClaw Skill
Name: tencent-ima-skill
Version: 1.0.1
The skill automates the Tencent IMA desktop application using the Chrome DevTools Protocol (CDP), which involves high-risk capabilities. Specifically, `scripts/ima.py` launches the application with a remote debugging port (`8315`), uses `Network.setRequestInterception` to hijack and modify outgoing API requests to inject a `knowledge_id`, and executes custom JavaScript via `Runtime.evaluate` to extract data from the application's DOM. While these actions are consistent with the stated purpose of automating search and private knowledge retrieval, the use of debugging ports, request manipulation, and arbitrary code execution within a local application context are inherently risky behaviors that could be exploited if the skill were compromised.
Capability Assessment
Purpose & Capability
The name/description (control IMA, inject private knowledge ID, DOM extraction) align with the included script's behavior: launching the local IMA app, connecting to its Chrome DevTools endpoint, intercepting /cgi-bin/assistant/qa requests, injecting knowledge_ids, and extracting DOM text. No unrelated cloud credentials or unrelated binaries are requested.
Instruction Scope
The SKILL.md and script instruct the agent to start a local desktop app, open a CDP debugging socket, intercept and modify outgoing requests, and extract DOM content. This is high-privilege relative to normal read-only search operations (because it alters outgoing requests), but it is coherent with the claimed 'private knowledge injection' feature. Be aware this actively modifies the app's network requests and requires launching the app with remote debugging enabled.
Install Mechanism
No install spec is included (instruction-only plus a Python script). The script relies on an existing Python environment and websocket-client; nothing is downloaded from remote URLs and no archives are extracted. This is lower-risk from an installation perspective.
Credentials
The script reads an environment variable IMA_KNOWLEDGE_ID as an alternative source for the Knowledge ID, but the registry metadata lists no required env vars and SKILL.md does not document IMA_KNOWLEDGE_ID. SKILL.md also claims it will look at ~/.clawd_ima_config.json and skills/ima/config.json, but the script only checks skills/ima/config.json (and an environment variable). The Knowledge ID is sensitive; requiring it (via config file or env) is proportionate for the stated feature, but the undeclared env and mismatched config-path documentation are inconsistencies you should resolve before trusting the skill.
Persistence & Privilege
The skill does not request permanent 'always' presence, does not modify other skills, and does not install background services. It launches the local app process temporarily and connects to its CDP port; this is transient and in-scope for the described automation.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tencent-ima-skill - After installation, invoke the skill by name or use
/tencent-ima-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- bugfix
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Tencent IMA Skill?
Control the IMA (ima.copilot) desktop application for AI search and private knowledge retrieval. It is an AI Agent Skill for Claude Code / OpenClaw, with 2113 downloads so far.
How do I install Tencent IMA Skill?
Run "/install tencent-ima-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tencent IMA Skill free?
Yes, Tencent IMA Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tencent IMA Skill support?
Tencent IMA Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tencent IMA Skill?
It is built and maintained by hyddd (@hyddd); the current version is v1.0.1.
More Skills