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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ahmedyehya92/azure-devops-mcp-replacement-for-openclawWhat 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:
- Execute the installation command in your terminal:
clawhub install openclaw/skills/skills/ahmedyehya92/azure-devops-mcp-replacement-for-openclaw. - 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).
- Navigate to the installation directory and run
npm installto download necessary script dependencies. - Configure your environment variables by setting
AZURE_DEVOPS_ORGandAZURE_DEVOPS_PATin your shell profile or your local~/.openclaw/openclaw.jsonconfiguration 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
- "OpenClaw, list all open pull requests for the 'backend-service' repository in the 'Core-Platform' project."
- "What are the current work items in the active sprint for the 'Engineering' team in my project?"
- "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.jsonfile has restricted read permissions (chmod 600). - Performance: For large queries, use the
limitarguments 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ahmedyehya92-azure-devops-mcp-replacement-for-openclaw": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-read, file-write, external-api, code-execution
Related Skills
synapse-wiki
Synapse Wiki — 智能知识库管理系统。 自动摄取原始资料,增量构建持久化知识网络,支持智能查询和健康检查。 知识随时间复利积累,越用越聪明。 当用户提到 wiki、知识库、摄取资料、查询知识、整理文档时使用此技能。
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.
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.
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.
APIMon
Monitor API endpoints and track response times to catch outages. Use when checking uptime, validating schemas, or generating status reports.