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

azure-devops

List Azure DevOps projects, repositories, and branches; create pull requests; manage work items; check build status. Use when working with Azure DevOps resources, checking PR status, querying project structure, or automating DevOps workflows.

Why use this skill?

Manage your Azure DevOps workflow with the OpenClaw skill. List projects, manage repositories, and automate pull requests seamlessly within your AI agent environment.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/pals-software/azure-devops
Or

What This Skill Does

The azure-devops skill for OpenClaw is a powerful integration that enables users to interact with Azure DevOps services directly through the AI agent interface. It bridges the gap between your development workflows and automation, allowing for seamless resource management, status checking, and DevOps operations. By utilizing the Azure DevOps REST API, this skill allows users to query projects, list repositories, manage branches, and handle pull requests without leaving the command line or the OpenClaw environment.

Installation

To install this skill, run the following command in your terminal: clawhub install openclaw/skills/skills/pals-software/azure-devops. Once installed, you must configure your credentials. The skill requires an Azure DevOps Personal Access Token (PAT) and your organization name. These should be stored in ~/.openclaw/openclaw.json under skills.entries["azure-devops"]. If these values are missing, OpenClaw will automatically prompt you to provide them, ensuring a secure and guided setup process.

Use Cases

This skill is designed for developers, DevOps engineers, and team leads who need to maintain visibility and control over their CI/CD pipelines and source control. Typical use cases include verifying build status for recent changes, inspecting project structures to locate specific repositories, streamlining the pull request creation process by automating title and description entry, and quickly listing branch names to ensure local synchronization with the remote origin.

Example Prompts

  1. "List all repositories in the 'MobileApp' project and show me their web URLs."
  2. "Can you check the current pull requests for the 'Backend-Service' repository in the 'Core-Dev' project?"
  3. "Create a new pull request in 'Web-Portal' from my branch 'feature/login-fix' into 'main' with the title 'Fix login validation'."

Tips & Limitations

When using this skill, always ensure that your PAT has the appropriate granular permissions to perform the requested actions (e.g., Code Read/Write for Git operations). Note that the skill relies on the presence of the jq utility to parse API responses, so ensure it is installed on your system. For large organizations with many projects, expect the list command to take a few moments. If the skill fails to return data, verify your AZURE_DEVOPS_ORG environment variable is set correctly and that your PAT has not expired.

Metadata

Stars1249
Views3
Updated2026-02-21
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-pals-software-azure-devops": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#azure#devops#git#automation#ci-cd
Safety Score: 4/5

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