Jump to related tools in the same category or review the original source on GitHub.

Shopping & E-commerce @leeguooooo Updated 2/26/2026

🐞 Zentao OpenClaw Skill - ClawHub

Do you want your AI agent to automate Zentao workflows? This free skill from ClawHub helps with shopping & e-commerce tasks without building custom tools from scratch.

What this skill does

Use the zentao CLI to login and query ZenTao products and bugs. ZENTAO_URL usually includes /zentao.

Install

npx clawhub@latest install zentao

Full SKILL.md

Open original
namedescriptionhomepage
zentaoUse the zentao CLI to login and query ZenTao products and bugs. ZENTAO_URL usually includes /zentao.https://www.npmjs.com/package/@leeguoo/zentao-mcp

zentao (ZenTao CLI)

When to use this skill

Use this skill when the user asks to:

  • login to ZenTao via the CLI
  • list products
  • list bugs for a product
  • view bug details
  • list the user's own bugs

Installation (recommended)

To install globally with pnpm:

pnpm i -g @leeguoo/zentao-mcp

If pnpm is not installed:

npm i -g pnpm
pnpm i -g @leeguoo/zentao-mcp

Login workflow

  1. Run login once:
zentao login \
  --zentao-url="https://zentao.example.com/zentao" \
  --zentao-account="leo" \
  --zentao-password="***"
  1. This writes credentials to:
  • ~/.config/zentao/config.toml (or $XDG_CONFIG_HOME/zentao/config.toml)
  1. Verify:
zentao whoami

IMPORTANT: --zentao-url usually must include /zentao. If login returns HTML 404, the base path is likely missing /zentao.

Commands

List products (simple by default):

zentao products list

List bugs for a product:

zentao bugs list --product 6

Get bug details:

zentao bug get --id 1329

List my bugs (include details):

zentao bugs mine --status active --include-details

Full JSON output:

  • zentao products list --json
  • zentao bugs list --product 6 --json
  • zentao bug get --id 1329 --json
  • zentao bugs mine --include-details --json
Original URL: https://github.com/openclaw/skills/blob/main/skills/leeguooooo/zentao

Related skills

If this matches your use case, these are close alternatives in the same category.