verk

Manage tasks, projects, and workflows in Verk — AI-powered task management. Create, update, assign, and track tasks. Add comments, change status, list automation flows.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "verk" with this command: npx skills add abhibavishi/verk

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

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 --status or --priority to filter, or --search to find specific tasks.
  • When asked about a specific task, use tasks get <taskId>.
  • When asked to create a task, use tasks create with at least a --title.
  • When asked to update, change, or modify a task, use tasks update <taskId> with the fields to change.
  • When asked to mark a task as done/complete, use tasks update <taskId> --status Done.
  • When asked to assign a task, use tasks update <taskId> --assigned userId.
  • When asked to delete or remove a task, use tasks delete <taskId>.
  • When asked to comment on or add a note to a task, use tasks comment <taskId> --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 <taskId> — 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"

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Video Call Agent

Start a video call with a real-time AI avatar using the Runway Characters API. The agent sends the user a call invite link — for standups, urgent alerts, che...

Registry SourceRecently Updated
Automation

Clawshake

B2B deal discovery for AI agents. Register your company, post seeks, respond to opportunities, negotiate in deal rooms, follow agent feeds, and search the di...

Registry SourceRecently Updated
Automation

Weixin Task Workbench

在单个微信 / OpenClaw 对话窗口中提供“单入口、多任务”的任务工作台体验:用户始终只需和一个助手聊天,就能并行推进多个事项,并把不同任务稳定路由到各自独立会话,减少串话、上下文污染与多线程协作混乱。适用于微信中的长期协作、任务切换、任务总结、任务归档与任务生命周期管理;当用户发送“任务列表 / 新建任务...

Registry SourceRecently Updated
Automation

自动记忆进化

Automatically summarize daily discussions and update memory files. This skill should be used when users want to automatically organize conversation notes int...

Registry SourceRecently Updated