← 返回 Skills 市场
2113
总下载
0
收藏
3
当前安装
2
版本数
在 OpenClaw 中安装
/install tencent-ima-skill
功能描述
Control the IMA (ima.copilot) desktop application for AI search and private knowledge retrieval.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tencent-ima-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/tencent-ima-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- bugfix
v1.0.0
Initial release
元数据
常见问题
Tencent IMA Skill 是什么?
Control the IMA (ima.copilot) desktop application for AI search and private knowledge retrieval. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2113 次。
如何安装 Tencent IMA Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencent-ima-skill」即可一键安装,无需额外配置。
Tencent IMA Skill 是免费的吗?
是的,Tencent IMA Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tencent IMA Skill 支持哪些平台?
Tencent IMA Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tencent IMA Skill?
由 hyddd(@hyddd)开发并维护,当前版本 v1.0.1。
推荐 Skills