A comprehensive task management skill for interacting with self-hosted Tasktrove instances to streamline developer workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install tasktrove
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install tasktrove using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Tasktrove skill is a robust tool designed for developers who utilize self-hosted productivity solutions. By incorporating this into your Openclaw Skills toolkit, you gain the ability to manage tasks directly from your development environment. This integration focuses on efficiency, allowing you to synchronize your daily goals with your technical workflows without switching contexts.
This specific addition to the Openclaw Skills ecosystem provides a direct bridge to the Tasktrove API. It supports complex task operations including priority leveling, due date management, and recurring schedules, making it an essential component for any automated productivity stack.
To begin, define your host and authentication token within your environment. This ensures Openclaw Skills can communicate with your server correctly:
export TASKTROVE_HOST="http://your-server:3333"
export TASKTROVE_TOKEN="your-api-token"
Once configured, you can interact with your tasks using the provided Python scripts or through the agent interface.
Tasktrove organizes data using a comprehensive JSON structure. Below is the mapping used by this addition to Openclaw Skills:
| Attribute | Format | Description |
|---|---|---|
| id | UUID | Unique identifier required for all tasks |
| title | String | The primary description of the task |
| priority | Integer | Priority level from 1 (Highest) to 4 (Lowest) |
| dueDate | String | Date formatted as YYYY-MM-DD |
| labels | Array | A collection of label UUIDs associated with the task |
Loading
An automation skill that converts text into natural speech using Volcengine TTS and delivers the audio message directly to Feishu chats.

A comprehensive automation tool for scheduling and managing social media content across multiple platforms via the Metricool API.

A persistent memory layer for AI agents that stores and analyzes six months of versioned history for social media creators.

A local-first Solana wallet and infrastructure layer designed for AI agents to perform secure transfers, swaps, and automated purchases.

A comprehensive automation tool for managing Mantis Bug Tracker issues, projects, and users with dynamic multi-instance support.

A robust command-line interface for creating, reading, and updating Notion pages and databases programmatically.








































