← Back to Skills Marketplace
106
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install taobao-draft-generator
Description
淘宝商品上架草稿生成 - 人工触发,五维材质一致性校验,SEO 标题二次原创,仅生成草稿不自动上架
Usage Guidance
This skill appears to be a simple local draft generator, but it overstates its capabilities. Before installing or running: 1) do not assume the compliance checks are performed — the audit is a stub; review and implement real checks if you need them; 2) inspect and run the Python code in a sandbox — there is a syntax bug in main() (a non-ASCII comma) that will cause failure; fix/test locally first; 3) remove or inspect any .env before running since the script loads environment variables; 4) if you expect Taobao API integration or automated validation, demand or implement visible API calls and proper checks; otherwise treat this as a helpful draft template generator, not a compliance/automation tool.
Capability Analysis
Type: OpenClaw Skill
Name: taobao-draft-generator
Version: 1.0.0
The skill claims to perform complex Taobao product compliance and '5D material consistency' checks, but the implementation in 'scripts/draft_generator.py' is a non-functional placeholder that hardcodes all audit results as 'Pass' regardless of input. The script contains a Python SyntaxError (full-width comma in the function call) and is vulnerable to path traversal via the '--款号' (product_id) argument, which is used to construct file paths without sanitization. While no intentional data exfiltration or malicious payloads were detected, the significant discrepancy between the safety-focused documentation and the actual code logic is highly misleading.
Capability Assessment
Purpose & Capability
Name/description promise: generate Taobao listing drafts with five‑dimensional consistency checks and only official API use. Actual code: reads local ./products/[款号]/product_info.json, produces a JSON draft and a simple Excel audit report (stubbed results). There are no API calls to Taobao and the detailed compliance checks are not implemented — the implementation is a simplified local draft generator, so some claimed capabilities are overstated.
Instruction Scope
SKILL.md/README describe multiple compliance checks (违禁词检测, 类目检查, 五维一致性) and 'official API' operations. The runtime script only reads local files, writes files, and writes an Excel report with placeholder '✅ 通过' entries; it does not perform the promised validation nor any network/API calls. That discrepancy is scope creep / misrepresentation and could mislead users into trusting checks that aren't performed.
Install Mechanism
No install spec provided (instruction-only with bundled code). Dependencies are listed in requirements.txt for pip; installation is standard and low-risk. No remote downloads or archive extraction occur. This is low install risk.
Credentials
The skill declares no required environment variables, which matches the manifest; however the script calls dotenv.load_dotenv() and reads LOG_LEVEL via os.getenv. Loading a .env file can surface environment secrets if present. The code does not send network requests, but users should be aware the runtime will read environment variables if a .env file exists.
Persistence & Privilege
The skill is not always-enabled and does not request elevated privileges or write to other skills' configs. It creates local dirs (logs, drafts, product audit folders) within the workspace, which is expected for a local generator.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install taobao-draft-generator - After installation, invoke the skill by name or use
/taobao-draft-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
v1.0.0 初始发布:
- 支持淘宝商品上架草稿生成,仅人工触发、不会自动上架
- 实现五维材质一致性校验与合规终审
- 集成SEO标题二次原创与违禁词检测
- 输出草稿JSON和《上架信息终审表》Excel文件
- 强制合规:禁止原标题搬运、物料一致、3折安全价、库存阈值限制
Metadata
Frequently Asked Questions
What is Taobao Draft Generator?
淘宝商品上架草稿生成 - 人工触发,五维材质一致性校验,SEO 标题二次原创,仅生成草稿不自动上架. It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.
How do I install Taobao Draft Generator?
Run "/install taobao-draft-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Taobao Draft Generator free?
Yes, Taobao Draft Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Taobao Draft Generator support?
Taobao Draft Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (win32).
Who created Taobao Draft Generator?
It is built and maintained by guowaa223 (@guowaa223); the current version is v1.0.0.
More Skills