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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/abhibavishi/verkWhat This Skill Does
The Verk skill empowers the OpenClaw AI agent to serve as a comprehensive project management assistant. By interfacing directly with the Verk platform via the verk-cli.mjs tool, this skill allows the agent to create, modify, and monitor tasks, projects, and automation workflows. It bridges the gap between natural language requests and structured task management, handling everything from quick status updates on individual tickets to organizing high-priority backlogs. Whether you need to reassign a task, escalate a project's priority, or document progress through comments, this skill provides a programmatic interface to keep your team's workflow in sync.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/abhibavishi/verk
Once installed, ensure your environment is configured to execute Node.js scripts, as the underlying Verk interface relies on the provided verk-cli.mjs utility located in the scripts directory of your repository.
Use Cases
- Project Management Automation: Automatically sync tasks between internal team meetings and your Verk dashboard.
- Task Lifecycle Management: Streamline the process of moving items from 'Todo' to 'Done' without leaving your terminal or chat interface.
- Team Coordination: Assign specific developers or stakeholders to tasks based on agent analysis of technical requirements.
- Audit Trails: Quickly retrieve project status or task history during daily stand-ups to ensure visibility.
Example Prompts
- "Find all 'Urgent' tasks in the backlog and show me who they are assigned to."
- "Update task task-882, mark it as Done and leave a comment saying that the PR has been merged and verified."
- "Create a new high-priority task titled 'Implement OAuth2 integration' and assign it to the backend-team user."
Tips & Limitations
- Status Consistency: Always ensure that status and priority values match the accepted categories (
Backlog,Todo,In-Progress,Review,DoneandUrgent,High,Medium,Low,None). Using unlisted values will cause command failures. - Efficiency: When listing tasks, use the
--searchor filter flags to avoid overwhelming the context window with raw JSON data. The agent is trained to summarize the output, but narrow queries provide cleaner, more actionable results. - Permissions: This skill operates on the credentials associated with the execution environment. Ensure your API keys or user tokens are correctly configured to allow modifications to projects and flows.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-abhibavishi-verk": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, code-execution
Related Skills
azure-image-gen
Generate images using Azure OpenAI DALL-E. Supports batch generation, custom prompts, and outputs a gallery.
wp-to-static
Convert a WordPress website to a static site and deploy to Cloudflare Pages. Mirrors the rendered HTML via SSH, extracts only referenced assets (shrinks 1.5GB+ to ~25MB), fixes URLs, self-hosts fonts, strips WordPress cruft, and deploys. Use when migrating a WordPress site to static hosting.
LinkedIn Content Creation Skill by Reepl
Manage your LinkedIn presence with Reepl -- create drafts, publish and schedule posts, manage contacts and collections, generate AI images, create carousels, post to Twitter/X, and maintain your voice profile. Requires a Reepl account (reepl.io).