← 返回
AI智能 Key 中文

Verk Task Management

Manage tasks, projects, and workflows in Verk — AI-powered task management. Create, update, assign, and track tasks. Add comments, change status, list automa...
在 Verk 中管理任务、项目和工作流 — AI驱动的任务管理。创建、更新、分配和追踪任务,添加评论、修改状态、列出自动化。
abhibavishi
AI智能 clawhub v1.1.0 1 版本 99898.1 Key: 需要
★ 0
Stars
📥 980
下载
💾 19
安装
1
版本
#latest

概述

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 --status or --priority to filter, or --search to find specific tasks.
  • When asked about a specific task, use tasks get .
  • 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 with 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"

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-03-29 07:57 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 714 📥 244,100
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,362 📥 318,963
content-creation

Your LinkedIn & Twitter Assistant by Reepl

abhibavishi
使用 Reepl 管理您的 LinkedIn 动态:创建草稿、发布和排期帖子、管理联系人与收藏、生成 AI 图片、制作轮播图等。
★ 2 📥 1,583