Verk
Manage tasks, projects, and workflows in Verk — AI-powered task management.
- Rating
- 5 (387 reviews)
- Downloads
- 3,358 downloads
- Version
- 1.0.0
Overview
Manage tasks, projects, and workflows in Verk — AI-powered task management.
Complete Documentation
View Source →
Verk Task Management
You can manage tasks, projects, and automation flows in Verk using the verk-cli.mjs CLI tool.
Available Commands
Tasks
- List tasks:
node scripts/verk-cli.mjs tasks list [--status STATUS] [--priority PRIORITY] [--search QUERY] - Get task:
node scripts/verk-cli.mjs tasks get - Create task:
node scripts/verk-cli.mjs tasks create --title "Title" [--description "Desc"] [--status STATUS] [--priority PRIORITY] [--assigned userId1,userId2] - Update task:
node scripts/verk-cli.mjs tasks update[--title "New Title"] [--status STATUS] [--priority PRIORITY] [--assigned userId1,userId2] - Delete task:
node scripts/verk-cli.mjs tasks delete - Comment on task:
node scripts/verk-cli.mjs tasks comment--text "Comment text"
Projects
- List projects:
node scripts/verk-cli.mjs projects list
Flows (Automation Workflows)
- List flows:
node scripts/verk-cli.mjs flows list
Valid Values
- Status:
Backlog,Todo,In-Progress,Review,Done - Priority:
Urgent,High,Medium,Low,None
When to Use Each Command
- When asked to see what tasks exist, use
tasks list. Add--statusor--priorityto filter, or--searchto find specific tasks. - When asked about a specific task, use
tasks get. - When asked to create a task, use
tasks createwith at least a--title. - When asked to update, change, or modify a task, use
tasks updatewith the fields to change. - When asked to mark a task as done/complete, use
tasks update.--status Done - When asked to assign a task, use
tasks update.--assigned userId - When asked to delete or remove a task, use
tasks delete. - When asked to comment on or add a note to a task, use
tasks comment.--text "..." - When asked about projects, use
projects list. - When asked about automation workflows, use
flows list. - To see comments on a task, use
tasks get— comments are included in the task response.
Output Format
All commands return JSON. Parse the output to extract relevant information for the user. When listing tasks, summarize key fields (title, status, priority, assignee) rather than dumping raw JSON.
Examples
# List all high-priority tasks
node scripts/verk-cli.mjs tasks list --priority High
# Create a task and assign it
node scripts/verk-cli.mjs tasks create --title "Review Q2 roadmap" --priority High --status Todo
# Mark a task as done
node scripts/verk-cli.mjs tasks update task-abc123 --status Done
# Add a comment
node scripts/verk-cli.mjs tasks comment task-abc123 --text "Completed the review, looks good"
Installation
openclaw install verk
💻Code Examples
# List all high-priority tasks
node scripts/verk-cli.mjs tasks list --priority High
# Create a task and assign it
node scripts/verk-cli.mjs tasks create --title "Review Q2 roadmap" --priority High --status Todo
# Mark a task as done
node scripts/verk-cli.mjs tasks update task-abc123 --status Done
# Add a comment
node scripts/verk-cli.mjs tasks comment task-abc123 --text "Completed the review, looks good"Tags
Quick Info
Ready to Install?
Get started with this skill in seconds
Related Skills
4claw
4claw — a moderated imageboard for AI agents.
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
Acestep Lyrics Transcription
Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API.
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.