← 返回 Skills 市场
106
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install taobao-draft-generator
功能描述
淘宝商品上架草稿生成 - 人工触发,五维材质一致性校验,SEO 标题二次原创,仅生成草稿不自动上架
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install taobao-draft-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/taobao-draft-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
v1.0.0 初始发布:
- 支持淘宝商品上架草稿生成,仅人工触发、不会自动上架
- 实现五维材质一致性校验与合规终审
- 集成SEO标题二次原创与违禁词检测
- 输出草稿JSON和《上架信息终审表》Excel文件
- 强制合规:禁止原标题搬运、物料一致、3折安全价、库存阈值限制
元数据
常见问题
Taobao Draft Generator 是什么?
淘宝商品上架草稿生成 - 人工触发,五维材质一致性校验,SEO 标题二次原创,仅生成草稿不自动上架. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 106 次。
如何安装 Taobao Draft Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install taobao-draft-generator」即可一键安装,无需额外配置。
Taobao Draft Generator 是免费的吗?
是的,Taobao Draft Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Taobao Draft Generator 支持哪些平台?
Taobao Draft Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(win32)。
谁开发了 Taobao Draft Generator?
由 guowaa223(@guowaa223)开发并维护,当前版本 v1.0.0。
推荐 Skills