LaunchKit · 2026
Back to Skills

Manage tasks, projects, and workflows in Verk — AI-powered task management.

0
427 downloads
by @abhibavishi

Setup & Installation

openclaw skills install @abhibavishi/verk

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install verk

Version History

v1.1.0Feb 15, 2026 - Version note by skill developer:

Fix comment field name (content→comment_text), remove non-existent endpoints (tasks comments GET, flows trigger)

What This Skill Does

Manages tasks, projects, and automation flows in Verk via a CLI wrapper. Supports creating, updating, assigning, deleting, and commenting on tasks, with filtering by status or priority. Returns structured JSON parsed into summaries.

Lets an AI agent read and write Verk data in natural language without opening the UI.

When to use it

  • Checking all high-priority tasks before a standup
  • Creating and assigning a task to a team member
  • Marking a task done after finishing work
  • Adding a comment to a task with progress notes
  • Listing automation flows to audit workflow state

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Create a task called 'Review Q2 roadmap', set it to high priority, and mark it as Todo

AGENT
  1. 1Run tasks create --title 'Review Q2 roadmap' --priority High --status Todo
  2. 2Parse the JSON response to extract the new task ID and fields
  3. 3Confirm task was created by summarizing title, status, and priority to the user
OUTPUT

Task created: 'Review Q2 roadmap' (Priority: High, Status: Todo, ID: task-xyz789)

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

VERK_API_KEY environment variableVERK_ORG_ID environment variable