← 返回 Skills 市场
t-cpm自定义技能
作者
Venwell Chiang
· GitHub ↗
· v1.0.0
· MIT-0
87
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install t-cpm
功能描述
基于conding-plan-models.json配置的AI强化识图筛选工具,支持关键词三维深度分析、多模型图片识别、严格内容审核、批量图片筛选,自动删除不符合要求的图片。触发场景:(1) 本地图片批量匹配关键词筛选 (2) 图片内容审核/合规校验 (3) 自定义规则图片识别分类 (4) 对接其他图片源的二次筛...
安全使用建议
This skill will upload your images (base64-embedded) to the model endpoint specified in /root/.OpenClaw/workspace/conding-plan-models.json and — by default — permanently delete images judged non-conforming. Before installing or running: 1) Inspect the config file and confirm the Base URL and API key point to a trusted service; 2) Do not run with production or sensitive images until you validate behavior; run with --delete_invalid False and test on a small sample first; 3) Backup any images or directories you run this on (deletion is permanent); 4) Consider running the script in an isolated environment or container and review network activity to ensure images are not sent to an unexpected endpoint; 5) If you cannot verify the endpoint or if policy forbids uploading images, do not use this skill. If you want help checking the config file format or testing safely, provide a redacted sample and I can advise further.
功能分析
Type: OpenClaw Skill
Name: t-cpm
Version: 1.0.0
The skill bundle implements an automated image filtering tool that deletes local files based on AI model judgments, which poses a significant risk of unintended data loss due to potential AI hallucinations or prompt injection. The script `scripts/image_filter_pipeline.py` reads sensitive API credentials from a hardcoded local configuration file (`/root/.OpenClaw/workspace/conding-plan-models.json`) and performs file deletions (`os.remove`) based on remote API responses. While these behaviors are documented as the tool's primary purpose in `SKILL.md`, the combination of automated file system modification and credential handling is inherently high-risk.
能力评估
Purpose & Capability
The name/description (AI image filtering with strict rules and optional deletion) matches the code and SKILL.md: it reads a local config for Base URL/API key, calls multimodal models for judgments, and deletes files that don't match. Requiring the model endpoint and key from a local JSON config is coherent with the stated purpose.
Instruction Scope
The runtime will read images from arbitrary user-supplied paths and (by default) permanently delete files judged '不符合'. It also reads a JSON config at an absolute path (/root/.OpenClaw/workspace/conding-plan-models.json) and sends images (embedded as data: URIs / base64) and prompts to the external model endpoint. These actions go beyond passive analysis—they transmit user images externally and perform destructive file operations.
Install Mechanism
There is no install spec and only one Python script; nothing is downloaded or written by an installer. Risk from installation is low.
Credentials
No environment variables are requested, but the script reads an API key and Base URL from a local JSON config file. That is reasonable for contacting models, but it means the skill will use whatever endpoint/key exist in that config—verify that file contains a trusted service. The skill does not request unrelated credentials, but it does access a fixed config path which could contain user secrets for other tooling if colocated.
Persistence & Privilege
The skill does not request 'always: true' and does not modify other skills or system settings. It runs only when invoked. However, autonomous model invocation (allowed) combined with the deletion behavior increases blast radius if misused.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install t-cpm - 安装完成后,直接呼叫该 Skill 的名称或使用
/t-cpm触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
t-cpm 1.0.0
- 首发:AI强化图像筛选工具,基于conding-plan-models.json配置
- 支持关键词三维深度分析,多模型图片识别与内容合规审核
- 自动读取本地或目录图片,批量筛选并严格删除不符合标准的文件
- 输出筛选结果统计,模块化结构便于扩展自定义规则和导出
- Python脚本一键调用,参数灵活,适配多种识图场景
元数据
常见问题
t-cpm自定义技能 是什么?
基于conding-plan-models.json配置的AI强化识图筛选工具,支持关键词三维深度分析、多模型图片识别、严格内容审核、批量图片筛选,自动删除不符合要求的图片。触发场景:(1) 本地图片批量匹配关键词筛选 (2) 图片内容审核/合规校验 (3) 自定义规则图片识别分类 (4) 对接其他图片源的二次筛... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 87 次。
如何安装 t-cpm自定义技能?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install t-cpm」即可一键安装,无需额外配置。
t-cpm自定义技能 是免费的吗?
是的,t-cpm自定义技能 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
t-cpm自定义技能 支持哪些平台?
t-cpm自定义技能 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 t-cpm自定义技能?
由 Venwell Chiang(@kumamon2019s)开发并维护,当前版本 v1.0.0。
推荐 Skills