DevRev Management for Openclaw

A specialized tool for managing DevRev issues, tickets, and parts directly through an AI-driven interface.

nimit2801
v1.0.0
Feb 18, 2026
0
1.3k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install devrev

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install devrev using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is DevRev Management?

The DevRev skill enables AI agents to interact with the DevRev platform through its REST API. It streamlines the lifecycle of development and support tasks by providing programmatic access to create, update, and query work items like issues and tickets. By leveraging this Openclaw Skills integration, developers can automate project management workflows and ensure that their issue trackers remain synchronized with real-time development activities.

This skill is essential for teams looking to bridge the gap between AI-assisted coding and professional task management. It handles the complexities of DON IDs and API authentication, allowing for fluid communication between your AI agent and the DevRev ecosystem.

DevRev Management Use Cases

  • Creating new issues or support tickets during an AI coding session.
  • Updating the status of existing work items as tasks are completed.
  • Searching for specific bugs or feature requests using advanced filters.
  • Retrieving metadata for products and features to ensure correct task categorization.
  • Synchronizing local development progress with DevRev work items using Openclaw Skills.

How DevRev Management Works

  1. The skill authenticates with the DevRev API using a provided Personal Access Token (PAT).
  2. It identifies the target work item or part using unique DON (DevRev Object Name) identifiers.
  3. For queries, it sends GET or POST requests to endpoints like /works.list or /parts.list with specific filters.
  4. For modifications, it constructs JSON payloads to create or update issues and tickets with properties like title, severity, and stage.
  5. It processes the API response to return structured data to the AI agent or user through the Openclaw Skills interface.

DevRev Management Setup

To use this skill, you must have a DevRev PAT token. This token should be stored in the DEVREV_TOKEN environment variable:

export DEVREV_TOKEN=<your-pat-token>

The skill connects to the base URL https://api.devrev.ai and authenticates using the raw token in the Authorization header.

DevRev Management Data Schema & Taxonomy

Data Type Description Key Format
Work Item Issues and Tickets don:core:...:issue/ID
Part Products and Features don:core:...:product/ID
User Identity and ownership don:identity:...:devu/ID
Severity Priority levels blocker, high, medium, low
Stages Workflow state triage, in_development, completed

DevRev Management Advanced Features

  • Advanced filtering by type, stage, and owner using the Openclaw Skills framework.
  • Support for custom work item updates including body descriptions and titles.
  • Integration with parts management to link issues directly to specific product components.
  • Automated lookup of human-readable display IDs to machine-readable DON IDs.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*