Seller Skill Creator (Amazon, Chinese)

Chinese Amazon-seller skill creator with a 6-question gate before SKILL.md

Tested · Works

Test report

Verdict
Tested · Works
Score
8.4/10
Tested
Jul 19, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Jul 30, 2026 · d1e0060

This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (repo unreachable/deleted). The test below is what we measured on Jul 19, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.

Built the same keyword-rank skill both ways and ran the bundled `quick_validate.py` on each: following the body's 6-dimension mapping produced 6 business-grounded sections, a trigger-push description, and 4 explicit if/then judgment rules, versus a no-skill baseline that landed exactly on the thin one-section 'empty skill' the gate is designed to reject (0 conditionals). The validator only checks frontmatter so both passed it, but the structural depth delta is real; much of the eval/benchmark plumbing is inherited from the official skill-creator, which it credits.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 7/10
  • Docs & honesty 4/5

What Seller Skill Creator (Amazon, Chinese) does

A Chinese localization of Anthropic's skill-creator aimed at Amazon sellers, adding a mandatory 6-question gate (business goal, current workflow, concrete steps, methodology, invocation, expected output) before any SKILL.md is written to prevent shallow, empty skills. Includes an eval/benchmark harness and description-optimization loop. Triggers when a user wants to turn a repeated Amazon-ops or workflow into a reusable skill, or improve an existing one.

How to install Seller Skill Creator (Amazon, Chinese)

Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.

Commands — how to trigger Seller Skill Creator (Amazon, Chinese)

  • /zach-seller-skill-creator Chinese Amazon-seller skill creator with a 6-question gate before SKILL.md

It also activates on plain-language prompts like these:

  • 把我每天都在做的这套关键词自然排名分析流程,整理成一个可以反复复用的正式技能方案。
  • 帮我把这整套亚马逊选品调研的完整工作流程,变成一个正式可用的技能文件给团队使用。
  • 优化一下我现有这个亚马逊技能的描述文字,让它在合适的场景下也能更容易被自动触发。

Frequently asked questions

Is the Seller Skill Creator (Amazon, Chinese) skill free?
Yes. The skill itself is free from zach22-1999/amazon-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Seller Skill Creator (Amazon, Chinese) work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 19, 2026. Verdict: Tested · Works. Built the same keyword-rank skill both ways and ran the bundled `quick_validate.py` on each: following the body's 6-dimension mapping produced 6 business-grounded sections, a trigger-push description, and 4 explicit if/then judgment rules, versus a no-skill baseline that landed exactly on the thin one-section 'empty skill' the gate is designed to reject (0 conditionals). The validator only checks frontmatter so both passed it, but the structural depth delta is real; much of the eval/benchmark plumbing is inherited from the official skill-creator, which it credits.
What is the Seller Skill Creator (Amazon, Chinese) SkillProof Score?
8.4/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 4/5.
How do I install Seller Skill Creator (Amazon, Chinese)?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Seller Skill Creator (Amazon, Chinese) with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.