Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Fix comment field name (content→comment_text), remove non-existent endpoints (tasks comments GET, flows trigger)
What This Skill Does
Manages tasks, projects, and automation flows in Verk via a CLI wrapper. Supports creating, updating, assigning, deleting, and commenting on tasks, with filtering by status or priority. Returns structured JSON parsed into summaries.
Lets an AI agent read and write Verk data in natural language without opening the UI.
When to use it
- Checking all high-priority tasks before a standup
- Creating and assigning a task to a team member
- Marking a task done after finishing work
- Adding a comment to a task with progress notes
- Listing automation flows to audit workflow state
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Create a task called 'Review Q2 roadmap', set it to high priority, and mark it as Todo
- 1Run tasks create --title 'Review Q2 roadmap' --priority High --status Todo
- 2Parse the JSON response to extract the new task ID and fields
- 3Confirm task was created by summarizing title, status, and priority to the user
Task created: 'Review Q2 roadmap' (Priority: High, Status: Todo, ID: task-xyz789)
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.