← 返回 Skills 市场
99
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install taobao-operations
功能描述
日常运营 + 客服售后 + 合规风控三合一 - 仅读 API、不自动修改、客服合规、人工确认
安全使用建议
This skill appears to implement the advertised reporting and compliance helpers, but there are a few things to check before installing or giving it any credentials: 1) The package loads .env (via python-dotenv) and README suggests putting Taobao API keys there, yet the registry metadata does not declare which env vars it will read — only provide an API key with strictly read-only/least-privilege scope, and prefer a throwaway/test account first. 2) Inspect the full scripts/operations_main.py file locally (I saw the provided copy was truncated) to confirm there are no unexpected network calls, credential uploads, or filesystem reads at the end of the file. 3) Install dependencies inside a dedicated virtualenv and run the tool in a sandbox or test account to validate behavior. 4) If you need autonomous agent invocation, be cautious: although this skill does not set always:true, an agent granted autonomous use plus credentials could act without ongoing user confirmation — verify the skill truly requires manual confirmation for any write actions. 5) If you plan to use it in production, ask the author to update the skill manifest to explicitly list any required env vars and the exact API scopes needed.
能力评估
Purpose & Capability
Name/description align with the code and outputs (report generation, compliance checks, CS automation). Declared required binary (python3) and Python deps in metadata/requirements are reasonable for this workload. Minor oddities: the skill's metadata and README mention optional .env / Taobao API keys, but requires.env is empty in the registry metadata; OS restriction set to win32 is likely unnecessary but not catastrophic. The requirements include 'requests' but the visible code does not use network calls, which could be fine for future features but is an unexplained mismatch.
Instruction Scope
SKILL.md and README instruct running the packaged Python script to generate reports and start an auto-reply helper; they claim read-only API access and that the tool will not modify shop data. The instructions don't ask the agent to read unrelated system files. However the runtime loads environment variables (.env) and README asks users to edit .env for API keys — those runtime secrets are not declared in the registry manifest, creating a transparency gap.
Install Mechanism
No install script provided (instruction-only with packaged Python script). Dependencies are standard PyPI packages listed in requirements.txt. There are no external downloads or archive extraction steps. This is low risk from an install-mechanism perspective.
Credentials
The skill's code calls load_dotenv() and the README explicitly instructs populating .env with Taobao API keys, yet the registry metadata lists no required environment variables or primary credential. That mismatch makes it unclear what secrets the skill will read if present. While the skill claims 'read-only' API use, users should not provide high-privilege credentials until the exact env vars and scopes are documented. The number of implied credentials is small and plausible for the purpose, but the omission in metadata is a practical and security-relevant inconsistency.
Persistence & Privilege
always:false and default agent invocation settings are used. The skill only writes logs/reports to local workspace directories (logs/, reports/) which is expected. It does not request persistent platform-wide privileges or modify other skills/configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install taobao-operations - 安装完成后,直接呼叫该 Skill 的名称或使用
/taobao-operations触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
手动发布 - 完成技能迁移
元数据
常见问题
Taobao Operations 是什么?
日常运营 + 客服售后 + 合规风控三合一 - 仅读 API、不自动修改、客服合规、人工确认. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。
如何安装 Taobao Operations?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install taobao-operations」即可一键安装,无需额外配置。
Taobao Operations 是免费的吗?
是的,Taobao Operations 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Taobao Operations 支持哪些平台?
Taobao Operations 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(win32)。
谁开发了 Taobao Operations?
由 guowaa223(@guowaa223)开发并维护,当前版本 v1.0.0。
推荐 Skills