A powerful integration for managing Azure DevOps projects, repositories, and pull request lifecycles directly through an AI-driven interface.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install azure-devops
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install azure-devops using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Azure DevOps integration for Openclaw Skills provides a robust bridge between your AI coding agent and Microsoft's cloud-hosted development platform. By utilizing the Azure DevOps REST API (v7.1), this skill enables developers to query project structures, list repositories, and manage branches without leaving their terminal or development environment. It is designed to streamline the transition from writing code to managing the deployment lifecycle.
Built with developer productivity in mind, this skill handles the heavy lifting of API authentication and JSON parsing. Whether you are checking build statuses or orchestrating complex repository audits, this tool ensures that your Openclaw Skills environment remains the central hub for all your DevOps activities.
To get started with this skill within Openclaw Skills, ensure you have curl and jq installed on your system. You will also need a Personal Access Token (PAT) from your Azure DevOps account.
# Example of manually setting environment variables
export AZURE_DEVOPS_PAT="your_token_here"
export AZURE_DEVOPS_ORG="your_organization_name"
Alternatively, add the following to your configuration file:
{
"skills": {
"entries": {
"azure-devops": {
"apiKey": "YOUR_PAT",
"env": {
"AZURE_DEVOPS_ORG": "YourOrgName"
}
}
}
}
}
The skill organizes Azure DevOps data into several key taxonomies for clear reporting:
| Entity | Data Fields | Description |
|---|---|---|
| Project | Name, Description | High-level organizational units. |
| Repository | Name, ID, WebURL | Git-based source control units. |
| Pull Request | ID, Title, Source/Target, Author | Active code review and merge requests. |
| Branch | Name (Ref) | Filtered heads from the git reference API. |
Loading
A Model Context Protocol (MCP) service for programmatically managing Xiaohongshu accounts, content publishing, and user engagement.

A powerful local text-to-speech engine powered by Qwen3-TTS for generating emotional and stylistically controlled audio.

ClawBoss is an AI-powered productivity coach that utilizes professional coaching frameworks like the GROW model to guide goal setting and maintain momentum.

An end-to-end automation skill for GeeLark providing API orchestration, native desktop synchronization, and RPA fallback capabilities.

ARTA provides an in-memory awareness layer for AI agents to track and query their own activities across multiple sessions within a single process.

A high-discipline execution framework that balances agent autonomy with human trust through a rigorous 8-step control loop and preference learning.








































