Verk Task Management for Openclaw

A comprehensive CLI-based skill for managing tasks, projects, and automation workflows within the Verk platform.

abhibavishi
v1.1.0
Feb 15, 2026
0
1.4k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install verk

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 verk 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 Verk Task Management?

Verk is an AI-powered task management platform designed to streamline organizational workflows. This skill provides a robust bridge between your AI agent and the Verk ecosystem, enabling full CRUD (Create, Read, Update, Delete) operations on tasks directly from the command line. By integrating Openclaw Skills such as this one, developers can automate project management overhead, ensuring that task statuses, priorities, and assignments remain synchronized with real-time development progress.

The skill leverages a dedicated CLI tool to interact with the Verk API, allowing for sophisticated task filtering, project listing, and the management of automation flows. This ensures that your agent can act as a proactive project coordinator, handling everything from simple status updates to complex task assignments and commenting.

Verk Task Management Use Cases

  • Automating the creation of tasks based on code review feedback or bug reports.
  • Filtering and listing high-priority tasks to prepare for daily stand-up meetings.
  • Updating task statuses to Done immediately upon completing a pull request.
  • Managing team assignments and adding contextual comments to tasks during the development lifecycle.
  • Reviewing and listing automation flows to ensure project workflows are operating correctly.

How Verk Task Management Works

  1. The AI agent executes the verk-cli.mjs script using Node.js to interact with the Verk platform.
  2. Authentication is established using secure environment variables for the API key and Organization ID.
  3. The agent sends specific commands to list, create, or modify tasks based on the provided parameters such as status, priority, or search queries.
  4. The CLI returns structured JSON data containing the requested project or task information.
  5. The agent parses this JSON output to provide concise summaries or to trigger subsequent workflow actions within the Openclaw Skills framework.

Verk Task Management Setup

To get started, ensure you have Node.js installed and configure your environment variables with your Verk credentials:

export VERK_API_KEY="your_api_key"
export VERK_ORG_ID="your_org_id"

You can then verify the installation by listing your current projects:

node scripts/verk-cli.mjs projects list

Verk Task Management Data Schema & Taxonomy

The skill manages data across several core entities to maintain project organization. Below is the primary schema for task attributes:

Attribute Description Valid Values
Status The current stage of the task Backlog, Todo, In-Progress, Review, Done
Priority The urgency level of the task Urgent, High, Medium, Low, None
Assigned The user IDs associated with the task Array of User IDs
Flow Automation workflow identifiers String (Flow ID)

All output is returned in a structured JSON format, including nested objects for task comments and metadata.

Verk Task Management Advanced Features

  • Multi-user assignment support for collaborative task ownership.
  • Comprehensive search functionality to query tasks by title, description, or metadata.
  • Detailed task retrieval that includes full comment histories for better context.
  • Support for listing and monitoring complex automation flows within the Verk ecosystem.
  • Seamless integration into broader developer workflows via the Openclaw Skills architecture.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*