zentao

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

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "zentao" with this command: npx skills add leeguooooo/zentao

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

0Codekit

0codekit integration. Manage Workspaces. Use when the user wants to interact with 0codekit data.

Registry SourceRecently Updated
Coding

django-developer

Expert Django developer mastering Django 4+ with modern Python practices. Specializes in scalable web applications, REST API development, async views, and en...

Registry SourceRecently Updated
Coding

Basecamp

Basecamp integration. Manage Projects, Persons, Clients. Use when the user wants to interact with Basecamp data.

Registry SourceRecently Updated
Coding

Fibek Collections

Interact with the Fibek B2B collections platform API — manage invoices, clients, payment agreements, campaigns, and financial metrics

Registry SourceRecently Updated