AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Image Denoise Enhance

skill-meitu-meitu-skills-image-denoise-enhance · by meitu

去除图片颗粒感/噪点/杂色,保留细节同时降噪。当用户说去噪、降噪、去颗粒、去噪点、杂色、颗粒感、画面脏、ISO 高、噪声时触发。

No reviews yet
0 installs
44 views
0.0% view→install

Install

$ agentstack add skill-meitu-meitu-skills-image-denoise-enhance

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-meitu-meitu-skills-image-denoise-enhance)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Image Denoise Enhance? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

图片去噪(image-denoise-enhance)

Overview

去除图片颗粒感/噪点/杂色,保留图像细节同时降噪。覆盖高感光拍摄降噪、暗光拍摄噪点消除、老照片杂色修复、手机夜拍噪点处理、压缩产生的色块/伪影修复。仅需 image_url,不需要 prompt。

执行前应让用户清楚知道:本 Skill 会读取 Meitu 凭证、调用本地 meitu CLI、将用户提供的图片 URL 发送到 Meitu OpenAPI 处理,并把结果写入 ./output/$VISUAL/output/image-denoise-enhance/

API Mapping

  • 图片去噪:image_denoise_enhance

Dependencies

  • meitu-cli: >=2.0.6npm install -g meitu-cli@latest
  • 凭证:CONFIG AKSK → meitu tools update;EXEC AKSK → 实际执行(见根 CONFIG.md
  • 环境变量MEITU_OPENAPI_TOOL_TASK_MODE=command

> 路径别名:$VISUAL = {OPENCLAW_HOME}/workspace/visual/

Core Workflow

Preflight → Execute → Deliver

Preflight

  1. meitu --version ≥ 2.0.6(否则 npm install -g meitu-cli@latest
  2. 确认已跑过 meitu tools update(用 CONFIG AKSK)
  3. 当前 AKSK = EXEC,且 MEITU_OPENAPI_TOOL_TASK_MODE=command
  4. 解析 output_dir:openclaw.yaml → ./output/ |else → $VISUAL/output/image-denoise-enhance/mkdir -p

Execute

触发信号 / 路由规则

| 场景 | 判定关键词 | 路由 | |------|----------|------| | 噪点 / 颗粒 / 杂色 | 去噪、噪点、颗粒、杂色、画面脏、ISO 高 | image_denoise_enhance |

决策顺序:

  1. image_url 缺失 → 追问
  2. 唯一路由:调用 image_denoise_enhance

单 API 工具:参数齐全即调用,失败重试 1 次后返回错误;不做跨工具兜底。图片无明显噪点仍正常调用,效果可能不明显。

参数定义

| 参数 | 类型 | 必填 | 范围 | 默认值 | 说明 | |------|------|------|------|--------|------| | image_url | STRING | 是 | -- | -- | 图片地址。缺失 → 提示"请提供需要去噪的图片" |

工具调用

meitu image-denoise-enhance \
  --skill_name skill_image-denoise-enhance \
  --image_url  \
  --json \
  --download-dir {output_dir}

错误降级

| 场景 | 处理方式 | |------|------| | image_url 缺失 | 提示"请提供需要去噪的图片" | | image_url 不可访问 | 直接返回图片链接无效错误,不重试 | | 图片无明显噪点 | 正常调用,效果可能不明显,告知用户 | | image_denoise_enhance 调用失败 | 重试 1 次,仍失败返回错误 | | 内容合规拦截 | 直接返回合规提示,不重试 | | 视频输入 | 拒绝,仅支持图片 |

Deliver

  • 直接使用 Preflight 解析的 output_dir
  • downloaded_files[0].saved_path 读取已下载文件路径
  • mv {downloaded_files[0].saved_path} {output_dir}/{YYYY-MM-DD}_{descriptive}_image-denoise-enhance.jpg

Output

  • 格式:JPEG/PNG(保持原格式)
  • 命名{YYYY-MM-DD}_{descriptive}_image-denoise-enhance.jpg
  • 位置:项目 → ./output/,一次性 → $VISUAL/output/image-denoise-enhance/

基线 Task ID

references/task-id-baseline.md 中对应行。

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.