meitu-product-view

meitu-product-view is a skill for Claude Code, Codex from meitu/meitu-skills. It costs 95 tokens per session (5,382 once invoked), scanned A, a copy of meitu-image-fix, MIT.

A product-image tool that creates views of an item from different angles using one source image. It can produce standard views, e-commerce views, or a full set of angles.

In plain words
What is it for?
Use it to create multi-angle product images for platforms such as Amazon, Taobao, JD.com, and Pinduoduo, with optional background and resolution choices.
Why use it?
It helps when an online shop needs several product views but only has one product photo.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to create multi-angle product images for platforms such as Amazon, Taobao, JD.com, and Pinduoduo, with optional background and resolution choices.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/meitu/meitu-skills/meitu-product-view
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add meitu/meitu-skills --skill meitu-product-view
Clone the repo
git clone --depth 1 https://github.com/meitu/meitu-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for meitu-product-view

README.md
[![agentmods](https://agentmods.dev/badge/skills/meitu/meitu-skills/meitu-product-view/github.svg)](https://agentmods.dev/skills/meitu/meitu-skills/meitu-product-view)
Your own site
<a href="https://agentmods.dev/skills/meitu/meitu-skills/meitu-product-view"><img src="https://agentmods.dev/badge/skills/meitu/meitu-skills/meitu-product-view/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for meitu-product-view

Your own site · 80×15
<a href="https://agentmods.dev/skills/meitu/meitu-skills/meitu-product-view"><img src="https://agentmods.dev/badge/skills/meitu/meitu-skills/meitu-product-view.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 95 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,382 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 92% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00095 $0.05382
Opus 5 $0.00048 $0.02691
Sonnet 5 $0.00019 $0.01076
Haiku 4.5 $0.00010 $0.00538

Measured 12d ago against content hash 96ce85d65d21, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

meitu-product-view scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

92% identical to meitu-image-fix — 442 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/meitu-product-view/SKILL.md · 422 lines

How it starts

The opening of the file, as written. The whole thing — 422 lines — stays where its author put it; the contents beside it link to each section on GitHub.

商品多角度展示图

从单张商品图生成多角度展示图,支持标准三视图、电商五视图、全角度展示。

Overview

用户上传一张商品图,自动生成不同角度的展示图。支持白底/场景/透明底背景,可选超分辨率增强,适配淘宝、京东、拼多多、亚马逊等电商平台规格。

Dependencies

  • meitu-cli (≥2.0.6): npm install -g meitu-cli@latest
    • 首选环境变量:MEITU_OPENAPI_ACCESS_KEY / MEITU_OPENAPI_SECRET_KEY
    • 或预置凭证文件:~/.meitu/credentials.json
    • 如需人工初始化本地凭证,可显式执行 meitu config set-ak --value "..." + meitu config set-sk --value "..."(会写入本地文件)
    • 验证: meitu auth verify --json
  • package references (bundled with this skill package):
    • references/prompts.md — 固定模板与角度 section
    • references/ecommerce-specs.md — 平台规格与视角建议
    • 这些 reference 文件是包内静态材料;在 project 模式下,如 DESIGN.mdopenclaw.yaml 显式引用品牌资产或平台规则,还可能额外读取用户启用的 $VISUAL/assets/brands/$VISUAL/rules/platforms/

路径别名: 下文中 $VISUAL = {OPENCLAW_HOME}/workspace/visual/

Core Workflow

Preflight → [Context] → Execute → Refine → Deliver → [Record]

可选步骤: [Context] — 一次性模式跳过;[Record] — can_record=false 时跳过。

Preflight

  1. meitu --version → 未安装则提示 npm install -g meitu-cli@latest
  2. meitu auth verify --json → 凭证无效则引导配置
  3. Detect mode: cwd has openclaw.yaml → project mode; else → one-off 检查 $VISUAL 目录 → 确定 capabilities can_record = cwd 有 openclaw.yaml AND $VISUAL 存在(两者缺一即 false)
  4. output_dir 解析(Preflight 内 MUST 完成): Resolve output_dir: openclaw.yaml → ./output/ | else → $VISUAL/output/meitu-product-view/ mkdir -p {output_dir}

Execute 中所有 --download-dir {output_dir} 使用此处解析的路径。

Context(项目模式执行 / 一次性模式跳过)

mode = one-off → 跳过此步,直接到 Execute。

mode = project → 按序加载(每步 skip if missing):

  1. ./DESIGN.md → 获取项目决策和 Context References
    • 解析 references(如 brand: acme)→ 尝试读 $VISUAL/assets/brands/acme/
    • 读到 → 用最新版;读不到 → 回退到 DESIGN.md 中的内联兜底值
  2. $VISUAL/rules/quality.yaml → 获取 forbidden 列表
  3. $VISUAL/memory/global.md → 获取跨场景偏好
  4. openclaw.yamlproject.types(数组,优先)或 project.type(单值 → 视为单元素数组) → 对每个 type:查找 $VISUAL/memory/scenes/{type}.md → 存在则读取并合并

Read the full file on GitHub · 422 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 422 lines · 95 tokens per session scan A 96ce85d65d21

Subscribe to this mod's changes

meitu-product-view is a skill published in the GitHub repository meitu/meitu-skills (32 stars, last pushed 15d ago), licensed MIT. It adds 95 tokens to every session and 5,382 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 92% identical to meitu-image-fix, differing in 442 lines, and is treated as a copy.

Related

Other skills, from other repositories

amazon-reviews-api-skill

This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…

browser-act/skills · 124 tokens

amazon-competitor-analyzer

Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.

browser-act/skills · 48 tokens

asc-subscription-localization

Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.

rorkai/app-store-connect-cli-skills · 60 tokens

food-order

Reorder previous Foodora orders, preview cart contents, and track delivery ETA/status with ordercli. Use when the user wants to reorder food, check delivery status, or browse recent Foodora order history. Never confirm an order without explicit user approval.

Bitterbot-AI/bitterbot-desktop · 53 tokens

product-description-generator

E-commerce product description generator for any platform. Generates optimized titles, bullet points, descriptions, and backend keywords using competitor research + keyword scoring + FABE copywriting. Two modes: (A) Create — generate listing from product specs with optional competitor analysis, (B) Optimize — improve…

nexscope-ai/eCommerce-Skills · 126 tokens

amazon-price-tracker

Amazon price monitoring and competitive pricing intelligence. Real-time price tracking, Buy Box analysis, promotion detection, and dynamic pricing strategy optimization. Use when the user asks about price monitoring, competitor pricing, Buy Box tracking, or pricing strategy.

nexscope-ai/Amazon-Skills · 51 tokens