Manage tasks, projects, and workflows in Verk — AI-powered task management. Create, update, assign, and track tasks. Add comments, change status, list automa...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install verk或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install verk⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/verk/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- 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: - VERK_API_KEY - VERK_ORG_ID bins: - node primaryEnv: VERK_API_KEY ---
You can manage tasks, projects, and automation flows in Verk using the verk-cli.mjs CLI tool.
node scripts/verk-cli.mjs tasks list [--status STATUS] [--priority PRIORITY] [--search QUERY]node scripts/verk-cli.mjs tasks get node scripts/verk-cli.mjs tasks create --title "Title" [--description "Desc"] [--status STATUS] [--priority PRIORITY] [--assigned userId1,userId2]node scripts/verk-cli.mjs tasks update [--title "New Title"] [--status STATUS] [--priority PRIORITY] [--assigned userId1,userId2] node scripts/verk-cli.mjs tasks delete node scripts/verk-cli.mjs tasks comment --text "Comment text" node scripts/verk-cli.mjs projects listnode scripts/verk-cli.mjs flows listBacklog, Todo, In-Progress, Review, DoneUrgent, High, Medium, Low, Nonetasks list. Add --status or --priority to filter, or --search to find specific tasks.tasks get .tasks create with at least a --title.tasks update with the fields to change.tasks update --status Done .tasks update --assigned userId .tasks delete .tasks comment --text "..." .projects list.flows list.tasks get — comments are included in the task response.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.
# 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"安装 Verk Task Management 后,可以对 AI 说这些话来触发它
Help me get started with Verk Task Management
Explains what Verk Task Management does, walks through the setup, and runs a quick demo based on your current project
Use Verk Task Management to manage tasks, projects, and workflows in Verk — AI-powered task man...
Invokes Verk Task Management with the right parameters and returns the result directly in the conversation
What can I do with Verk Task Management in my product manager workflow?
Lists the top use cases for Verk Task Management, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/verk/ 目录(个人级,所有项目可用),或 .claude/skills/verk/(项目级)。重启 AI 客户端后,用 /verk 主动调用,或让 AI 根据上下文自动发现并使用。
Verk Task Management 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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 Task Management 属于「Product Manager」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my product manager tasks using Verk Task Management
Identifies repetitive steps in your workflow and sets up Verk Task Management to handle them automatically