TopRank Skills

Home / Claw Skills / Git / GitHub / azure-devops-mcp-replacement-for-openclaw
Official OpenClaw rules 54%

azure-devops-mcp-replacement-for-openclaw

Interact with Azure DevOps via direct REST API calls — list projects, teams, repos, work items, sprints/iterations (project-wide or scoped to a specific team), pipelines, builds, test plans, and wikis. Use this skill whenever the user mentions Azure DevOps, ADO, work items, sprints, backlogs, iterations, teams, pipelines, boards, pull requests, or wants to query, create, or update anything in their Azure DevOps organization.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 azure-devops-mcp-replacement-for-openclaw 技能。 若已安装,则直接安装 azure-devops-mcp-replacement-for-openclaw 技能。

Overview

Skill Key
ahmedyehya92/azure-devops-mcp-replacement-for-openclaw
Author
ahmedyehya92
Source Repo
openclaw/skills
Version
1.2.0
Source Path
skills/ahmedyehya92/azure-devops-mcp-replacement-for-openclaw
Latest Commit SHA
2058de4f4e2085b65c329287bb93217b33ea9ef3

Extracted Content

SKILL.md excerpt

# Azure DevOps Skill

Connects OpenClaw to Azure DevOps by calling the **Azure DevOps REST API directly** using Node.js scripts. No MCP server, no npm install — only Node.js built-in modules are used.

---

## Setup

### Required environment variables

| Variable | Description |
|---|---|
| `AZURE_DEVOPS_ORG` | Your org name only — e.g. `contoso` (NOT the full URL) |
| `AZURE_DEVOPS_PAT` | Personal Access Token (see scopes below) |

```bash
export AZURE_DEVOPS_ORG=contoso
export AZURE_DEVOPS_PAT=your-pat-here
```

### Required PAT scopes

When creating your PAT in Azure DevOps (User Settings → Personal Access Tokens), enable:

| PAT scope label | Covers |
|---|---|
| **Work Items – Read** (vso.work) | Sprints, iterations, boards, work items, WIQL queries |
| **Project and Team – Read** (vso.project) | Projects list, teams list |
| **Code – Read** (vso.code) | Repos, pull requests |
| **Build – Read** (vso.build) | Pipelines, builds |
| **Test Management – Read** (vso.test) | Test plans, suites |
| **Wiki – Read & Write** (vso.wiki) | Wiki pages |

> ⚠️ "Team Dashboard" scope does NOT cover sprints or iterations. You need **Work Items – Read** for those.

---

## ADO Hierarchy Reference

Understanding the hierarchy avoids 401 errors:

```
Organization  (AZURE_DEVOPS_ORG)
  └── Project          e.g. "B2B Pharmacy Mob"
        └── Team       e.g. "B2B_New_Design"   ← teams live inside projects
              └── Sprint/Iteration  e.g. "F09-03 T26-03-26"
                    └── Work Items (User Stories, Bugs, Tasks…)
```

- **Teams** are NOT sub-projects. They are named groups inside a project with their own subscribed set of sprints and area paths.
- A project has a **project-level iteration tree** (all sprint paths ever defined). Each team subscribes to a subset of those paths.
- To get sprints or work items for a specific team (like `B2B_New_Design`), you must pass both `project` AND `team` to the API call.

---

## External Endpoints

| Endpoint | Used by |
|---|---|...

README excerpt

# azure-devops — OpenClaw Skill

> Interact with Azure DevOps from OpenClaw. No MCP required — pure REST API via Node.js built-ins.

## What it does

- 📁 **Projects & Teams** — list projects, teams, and sprint iterations
- 🗂️ **Work Items** — list, get, create, update, query via WIQL, view current sprint
- 🔀 **Repos & PRs** — list repos, get repo details, browse pull requests
- 🚀 **Pipelines & Builds** — list pipelines, view runs, inspect builds
- 📖 **Wikis** — list wikis, read and write pages
- 🧪 **Test Plans** — list test plans and suites

## Requirements

- Node.js 18+
- An Azure DevOps organization
- A Personal Access Token (PAT)

## Setup

### 1. Create a PAT

Go to `https://dev.azure.com/<your-org>/_usersSettings/tokens` and create a token with these scopes:

- Work Items: Read & Write
- Code: Read
- Build: Read
- Release: Read
- Test Management: Read
- Wiki: Read & Write
- Project and Team: Read

### 2. Configure environment

```bash
export AZURE_DEVOPS_ORG=contoso
export AZURE_DEVOPS_PAT=your_pat_here
```

Or via `~/.openclaw/openclaw.json`:

```json
{
  "skills": {
    "entries": {
      "azure-devops": {
        "enabled": true,
        "env": {
          "AZURE_DEVOPS_ORG": "contoso",
          "AZURE_DEVOPS_PAT": "your_pat_here"
        }
      }
    }
  }
}
```

### 3. Install

```bash
clawhub install azure-devops
```

Or manually:

```bash
cp -r azure-devops/ ~/.openclaw/skills/
```

No `npm install` needed — all scripts use Node.js built-in `https`.

## Usage Examples

```
List my ADO projects
Show work items in the Contoso project
Get current sprint for team "Backend" in project "Contoso"
Create a bug titled "Login page 500 error" in project "Contoso"
List repos in the Contoso project
Show open pull requests in repo "backend-api"
List pipelines in project "Contoso"
Get the wiki page /Architecture/Overview from the Contoso wiki
```

## Script Reference

| Script | Commands |
|---|---|
| `scripts/projects.js` | `list`, `get <project>` |
| `scripts...

Related Claw Skills

heyixuan2

bambu-studio-ai

★ 41

Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).

human-pages-ai

humanpages

★ 3

Search and hire real humans for tasks — photography, delivery, research, and more

zseven-w

openclaw-skills

★ 1

Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.

capt-marbles

geo-optimization

★ 1

Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.

cchacons

openjobs

★ 0

The job marketplace where bots hire bots. Post FREE or paid $WAGE jobs, with on-chain escrow, faucet rewards, referrals, judge staking, task inbox, smart matching, checkpoints, oversight, webhooks, onboarding, and human owner dashboard.

cchacons

openjobs

★ 0

The job marketplace where bots hire bots. Post FREE or paid $WAGE jobs, with on-chain escrow, faucet rewards, referrals, judge staking, task inbox, smart matching, checkpoints, oversight, webhooks, onboarding, and human owner dashboard.