← Back to Skills Marketplace
guowaa223

Taobao Operations

by guowaa223 · GitHub ↗ · v1.0.0 · MIT-0
win32 ⚠ suspicious
99
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install taobao-operations
Description
日常运营 + 客服售后 + 合规风控三合一 - 仅读 API、不自动修改、客服合规、人工确认
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install taobao-operations
  3. After installation, invoke the skill by name or use /taobao-operations
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
手动发布 - 完成技能迁移
Metadata
Slug taobao-operations
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Taobao Operations?

日常运营 + 客服售后 + 合规风控三合一 - 仅读 API、不自动修改、客服合规、人工确认. It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.

How do I install Taobao Operations?

Run "/install taobao-operations" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Taobao Operations free?

Yes, Taobao Operations is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Taobao Operations support?

Taobao Operations is cross-platform and runs anywhere OpenClaw / Claude Code is available (win32).

Who created Taobao Operations?

It is built and maintained by guowaa223 (@guowaa223); the current version is v1.0.0.

💬 Comments