← Back to Skills Marketplace
t-cpm自定义技能
by
Venwell Chiang
· GitHub ↗
· v1.0.0
· MIT-0
87
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install t-cpm
Description
基于conding-plan-models.json配置的AI强化识图筛选工具,支持关键词三维深度分析、多模型图片识别、严格内容审核、批量图片筛选,自动删除不符合要求的图片。触发场景:(1) 本地图片批量匹配关键词筛选 (2) 图片内容审核/合规校验 (3) 自定义规则图片识别分类 (4) 对接其他图片源的二次筛...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install t-cpm - After installation, invoke the skill by name or use
/t-cpm - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
t-cpm 1.0.0
- 首发:AI强化图像筛选工具,基于conding-plan-models.json配置
- 支持关键词三维深度分析,多模型图片识别与内容合规审核
- 自动读取本地或目录图片,批量筛选并严格删除不符合标准的文件
- 输出筛选结果统计,模块化结构便于扩展自定义规则和导出
- Python脚本一键调用,参数灵活,适配多种识图场景
Metadata
Frequently Asked Questions
What is t-cpm自定义技能?
基于conding-plan-models.json配置的AI强化识图筛选工具,支持关键词三维深度分析、多模型图片识别、严格内容审核、批量图片筛选,自动删除不符合要求的图片。触发场景:(1) 本地图片批量匹配关键词筛选 (2) 图片内容审核/合规校验 (3) 自定义规则图片识别分类 (4) 对接其他图片源的二次筛... It is an AI Agent Skill for Claude Code / OpenClaw, with 87 downloads so far.
How do I install t-cpm自定义技能?
Run "/install t-cpm" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is t-cpm自定义技能 free?
Yes, t-cpm自定义技能 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does t-cpm自定义技能 support?
t-cpm自定义技能 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created t-cpm自定义技能?
It is built and maintained by Venwell Chiang (@kumamon2019s); the current version is v1.0.0.
More Skills