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

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ahmedyehya92/azure-devops-mcp-replacement-for-openclaw
Or

What This Skill Does

The Azure DevOps skill for OpenClaw provides a robust, direct integration with the Azure DevOps REST API, bypassing the need for complex MCP (Model Context Protocol) servers. It serves as a command-line interface proxy that enables the OpenClaw agent to programmatically interact with your DevOps ecosystem. By leveraging native Node.js scripts executed directly through OpenClaw’s environment, it maintains high performance and tight security. The skill supports comprehensive management of the entire DevOps lifecycle, including project metadata, work item tracking, repository management, CI/CD pipeline execution, Wiki documentation, and test planning. It is designed for engineers who need to query work item statuses, trigger builds, or update documentation without leaving the OpenClaw interface.

Installation

To integrate this skill into your workflow, follow these steps:

  1. Execute the installation command in your terminal: clawhub install openclaw/skills/skills/ahmedyehya92/azure-devops-mcp-replacement-for-openclaw.
  2. Obtain a Personal Access Token (PAT) from your Azure DevOps user settings page with appropriate scopes: Work Items (Read/Write), Code (Read), Build/Release (Read), Test Management (Read), and Wiki (Read/Write).
  3. Navigate to the installation directory and run npm install to download necessary script dependencies.
  4. Configure your environment variables by setting AZURE_DEVOPS_ORG and AZURE_DEVOPS_PAT in your shell profile or your local ~/.openclaw/openclaw.json configuration file to ensure the agent has authorized access to your organization.

Use Cases

  • Project Management: Automatically retrieve current sprint backlogs or list all active tasks for a specific team.
  • CI/CD Monitoring: Quickly check the status of recent pipeline runs or get details on specific build failures.
  • Documentation: Retrieve or update Wiki pages directly through the agent to keep team documentation in sync with current code changes.
  • Pull Request Oversight: List open pull requests for specific repositories and fetch deep-dive details on specific PRs for code review preparation.
  • Querying: Run complex WIQL (Work Item Query Language) queries to generate reports or filter work items based on custom fields.

Example Prompts

  1. "OpenClaw, list all open pull requests for the 'backend-service' repository in the 'Core-Platform' project."
  2. "What are the current work items in the active sprint for the 'Engineering' team in my project?"
  3. "Create a new bug work item in the 'Mobile-App' project with the title 'Login page crash on iOS' and set its status to New."

Tips & Limitations

  • Security: Always rotate your PAT regularly and ensure your openclaw.json file has restricted read permissions (chmod 600).
  • Performance: For large queries, use the limit arguments provided in the script definitions to avoid API throttling and reduce processing latency.
  • Scope: This skill is focused on Azure DevOps; it does not support other git hosting services like GitHub or GitLab. Always ensure your environment variables are correctly exported before executing commands to avoid authentication errors.

Metadata

Stars3917
Views1
Updated2026-04-08
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-ahmedyehya92-azure-devops-mcp-replacement-for-openclaw": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#azure#devops#ado#ci-cd#work-items#repos#pipelines#wiki#agile#sprints#teams
Safety Score: 4/5

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

Related Skills

synapse-wiki

Synapse Wiki — 智能知识库管理系统。 自动摄取原始资料,增量构建持久化知识网络,支持智能查询和健康检查。 知识随时间复利积累,越用越聪明。 当用户提到 wiki、知识库、摄取资料、查询知识、整理文档时使用此技能。

ankechenlab-node 3917

doctorbot-healthcheck-free

🩺 Free Security & Health Audit. Your OpenClaw deserves a check-up. This skill performs a non-invasive scan to detect security risks, outdated software, and misconfigurations.

bamontejano 3917

xcloud-docker-deploy

Deploy any project to xCloud hosting — auto-detects stack (WordPress, Laravel, PHP, Node.js, Next.js, NestJS, Python, Go, Rust), routes to native or Docker deployment, generates production-ready Dockerfile, docker-compose.yml, GitHub Actions CI/CD, and .env.example. Works from zero Docker setup.

asif2bd 3917

opentangl

Not a code generator — an entire dev team. You write the vision, it ships the code. Autonomous builds, PRs, reviews, and merges across multiple repos. Point it at any JS/TS project and a product vision. It plans features, writes code, verifies builds, creates PRs, reviews diffs, and merges — autonomously. Manages multiple repos as one product. Use when you want to ship code without writing it. AI code generation, autonomous development, workflow automation, multi-repo orchestration, TypeScript, JavaScript, GitHub, OpenAI, Anthropic, Claude, GPT, LLM, devtools, CI/CD, pull requests, code review.

8co 3917

APIMon

Monitor API endpoints and track response times to catch outages. Use when checking uptime, validating schemas, or generating status reports.

bytesagain1 3917