ZenTao CLI Skill for Openclaw

A command-line interface for ZenTao that enables users to manage bug tracking and product lists directly from the terminal.

leeguooooo
v1.0.1
Feb 2, 2026
5
2.7k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install zentao

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install zentao using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is ZenTao CLI Skill?

The ZenTao CLI skill provides a streamlined way for developers and project managers to interact with their ZenTao project management instance without leaving the command line. By integrating this tool into your Openclaw Skills collection, you can quickly query product details, track active bugs, and manage your assigned tasks through a simple, command-driven interface.

This skill is particularly useful for developers who prefer staying in their command-line environment while maintaining visibility over their project lifecycle and issue tracking status. It leverages the efficiency of CLI interactions to reduce context switching between your development environment and web-based project management tools.

ZenTao CLI Skill Use Cases

  • Authenticating with a ZenTao instance to manage project workflows directly from the terminal.
  • Quickly listing all available products within a ZenTao workspace for status updates.
  • Retrieving and viewing detailed information for specific bug reports without using a browser.
  • Filtering and tracking active bugs assigned to the current user to prioritize daily tasks.
  • Exporting bug and product data in JSON format for further processing or automation scripts.

How ZenTao CLI Skill Works

  1. Install the CLI tool globally using a package manager like pnpm or npm.
  2. Perform a one-time authentication using the login command with your ZenTao URL and credentials.
  3. The skill stores your session information locally in a configuration file for persistent access.
  4. Execute commands to query products or bug lists directly from the terminal shell.
  5. Receive formatted text or JSON responses based on the flags provided to the CLI commands.

ZenTao CLI Skill Setup

Install the package globally using pnpm:

pnpm i -g @leeguoo/zentao-mcp

If pnpm is not installed, use npm:

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

Run the login command to configure your instance (ensure the URL includes the /zentao path):

zentao login \
  --zentao-url="https://zentao.example.com/zentao" \
  --zentao-account="your_username" \
  --zentao-password="your_password"

Verify your session with:

zentao whoami

ZenTao CLI Skill Data Schema & Taxonomy

Item Description
Config File Stores credentials in ~/.config/zentao/config.toml or via $XDG_CONFIG_HOME
Product Data Returned as simple lists or detailed JSON structures including IDs and names
Bug Reports Includes IDs, titles, status, and assignment details
JSON Flag Use --json to receive raw data for custom Openclaw Skills automation scripts

ZenTao CLI Skill Advanced Features

  • Full JSON output support for all major commands to facilitate automation and script integration.
  • Targeted filtering for bugs using the bugs mine command with specific status flags like active.
  • Support for custom XDG configuration paths to ensure compatibility with various Linux and Unix environments.
  • Detailed bug retrieval including full descriptions and metadata via the --include-details flag.
  • Seamless inclusion in the Openclaw Skills ecosystem for building automated project monitoring workflows.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*