ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 3/5

Yunxiao Projex

Skill by cyrasafia

Why use this skill?

Automate your Alibaba Cloud Yunxiao Projex workflow with OpenClaw. Easily manage project requirements, track bugs, and streamline tasks using this integrated AI agent skill.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/cyrasafia/yunxiao-projex
Or

What This Skill Does

The Yunxiao Projex skill is a powerful automation tool for the Alibaba Cloud DevOps platform (Yunxiao). It allows users to interface directly with the Projex project management module, providing programmatic control over project entities. By leveraging the Yunxiao API, this agent can perform a variety of operations including listing projects, searching for specific work items, creating new requirements, tracking bugs, and managing task hierarchies. Its primary value lies in its ability to abstract complex API interactions into simple command-line operations, enabling developers and project managers to integrate project tracking into their automated workflows seamlessly.

Installation

To install this skill, use the ClawHub registry command: clawhub install openclaw/skills/skills/cyrasafia/yunxiao-projex. Once installed, navigate to the skills/yunxiao-projex directory and execute npm install to resolve all dependencies. Configuration is handled via a local .env file where you must define your YUNXIAO_ACCESS_TOKEN and YUNXIAO_ORGANIZATION_ID. Please ensure this file is kept secure and excluded from any public source control repositories as it contains sensitive authentication credentials.

Use Cases

This tool is ideal for teams looking to automate their DevOps lifecycle. Common use cases include: 1) Automatically fetching and summarizing daily sprint requirements. 2) Programmatically creating tickets for bugs identified in automated CI/CD testing pipelines. 3) Syncing internal team documentation with project status updates in Yunxiao. 4) Managing task dependencies by mapping out parent-child work relationships to ensure project milestones are met efficiently.

Example Prompts

  1. "OpenClaw, please search for all open 'Bug' category work items in my current project and list them by title."
  2. "Create a new requirement in project ID 12345 titled 'Refactor Login Service' and assign it to the lead developer."
  3. "Show me the detailed status and assigned user for the work item with ID W-98765."

Tips & Limitations

Users should be mindful that API access requires a valid personal access token with sufficient permissions. To avoid manual entry of user IDs, the tool includes a local caching mechanism that maps user names to IDs; however, this creates a local .user-cache.json file which you should manage or clear periodically for privacy. Always use the principle of least privilege when generating your API tokens, selecting only the necessary scopes for project and work item management. Since this skill interacts with external APIs, ensure your network environment allows traffic to Alibaba Cloud services.

Metadata

Author@cyrasafia
Stars2102
Views0
Updated2026-03-06
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-cyrasafia-yunxiao-projex": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#devops#project-management#alibabacloud#automation#yunxiao
Safety Score: 3/5

Flags: file-write, file-read, external-api