| name | verk |
| description | Manage tasks, projects, and workflows in Verk — AI-powered task management. Create, update, assign, and track tasks. Add comments, change status, list automation flows. |
| metadata | {"openclaw":{"emoji":"⚡","requires":{"env":"[Truncated]","bins":"[Truncated]"},"primaryEnv":"VERK_API_KEY"}} |
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 <taskId>
- 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 <taskId> [--title "New Title"] [--status STATUS] [--priority PRIORITY] [--assigned userId1,userId2]
- Delete task:
node scripts/verk-cli.mjs tasks delete <taskId>
- Comment on task:
node scripts/verk-cli.mjs tasks comment <taskId> --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