Install
$ agentstack add skill-meitu-meitu-skills-video-denoise-enhance ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Video Denoise Enhance
Overview
去除视频颗粒感 / 色块 / 运动噪声,保留细节同时降噪。覆盖高感光拍摄降噪、暗光拍摄噪点消除、老视频颗粒修复、游戏/运动视频色块修复。噪点越严重效果越明显;非噪点问题(模糊、欠曝、分辨率低)使用本工具无效。
不处理:综合画质修复、视频超分、夜景暗部提亮、图片去噪、补帧 / 流畅度。
API Mapping
| 场景 | API name | |---|---| | 视频去噪 | video_denoise_enhance |
Dependencies
- meitu-cli:
>=2.0.6 - 凭证:CONFIG AKSK →
meitu tools update;EXEC AKSK → 跑命令 - 环境变量:
MEITU_OPENAPI_TOOL_TASK_MODE=command
> 路径别名: $VISUAL = {OPENCLAW_HOME}/workspace/visual/
Core Workflow
Preflight → Execute → Deliver
Preflight
meitu --version与meitu auth verify --json- 检测
MEITU_OPENAPI_TOOL_TASK_MODE=command - output_dir:项目 →
./output/;一次性 →$VISUAL/output/video-denoise-enhance/;mkdir -p
Execute
触发信号与路由
| 用户原话 | 路由 | |---|---| | 去噪 / 降噪 / 去颗粒 / 噪点太多 / 杂色 / ISO 太高 | video_denoise_enhance | | "视频干净一点"(意图模糊) | 轻确认"是去噪点,还是做整体画质修复?" |
单 API 工具:参数齐全即调用,失败重试 1 次后返回错误,不做跨工具兜底。
参数定义
| 参数 | 类型 | 必填 | 范围 | 默认 | 说明 | |---|---|---|---|---|---| | video_url | STRING | 是 | — | — | 视频地址 |
说明:本工具仅使用 video_url,不需要 prompt。
工具调用
meitu video-denoise-enhance --video_url {url} --json --download-dir {output_dir} --skill_name skill_video-denoise-enhance
错误降级
| 场景 | 处理 | |---|---| | video_url 缺失 | 提示"请提供视频链接" | | video_url 不可访问 | 不重试,提示"请提供有效视频链接" | | 视频噪点不明显但用户坚持 | 正常调用,告知效果可能不明显 | | API 调用失败 / 超时 | 重试 1 次,仍失败返回错误 | | 内容合规拦截 | 直接返回合规提示,不重试 | | 输入为图片 | 拒绝,仅支持视频 |
Deliver
mv {file} {output_dir}/{date}_{name}_denoise.mp4
Output
- 格式:MP4
- 命名:
{YYYY-MM-DD}_{descriptive-name}_denoise.mp4 - 位置:项目 →
./output/;一次性 →$VISUAL/output/video-denoise-enhance/
基线 Task ID
t_mt1a3i5n7b96af8209-02f2-41b3-9038-6f5a44e83f31
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: meitu
- Source: meitu/meitu-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.