abhibavishi/verk/SKILL.md
Manage tasks, projects, and workflows in Verk — AI-powered task management. Create, update, assign, and track tasks. Add comments, change status, list automation flows.
npx skillsauth add openclaw/skills verkInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 <taskId>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 <taskId> [--title "New Title"] [--status STATUS] [--priority PRIORITY] [--assigned userId1,userId2]node scripts/verk-cli.mjs tasks delete <taskId>node scripts/verk-cli.mjs tasks comment <taskId> --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 <taskId>.tasks create with at least a --title.tasks update <taskId> with the fields to change.tasks update <taskId> --status Done.tasks update <taskId> --assigned userId.tasks delete <taskId>.tasks comment <taskId> --text "...".projects list.flows list.tasks get <taskId> — 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"
tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。