TaskFlow provides a robust, markdown-centric project and task management framework for Openclaw Skills with SQLite synchronization and automated background daemons.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install taskflow
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 taskflow using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
TaskFlow is a developer-centric skill designed to give AI agents a structured yet flexible system for managing projects, tasks, and architectural plans. It adheres to the principle that markdown is the canonical source of truth, allowing users to edit task files directly while a background daemon synchronizes changes to a SQLite database for advanced querying and reporting. By integrating seamlessly into the Openclaw Skills ecosystem, it bridges the gap between human-readable documentation and machine-queryable data.
This skill is particularly powerful for long-running agentic workflows where maintaining state across sessions is critical. It includes built-in security protocols to handle workspace boundaries safely and offers optional integrations like Apple Notes for real-time status tracking on macOS. Whether you are managing a single repository or a complex multi-agent environment, TaskFlow ensures your projects remain organized and accessible.
Add the workspace path to your shell profile:
export OPENCLAW_WORKSPACE="/path/to/your/.openclaw/workspace"
Link the CLI and run the setup wizard to initialize the Openclaw Skills environment:
ln -sf {baseDir}/scripts/taskflow-cli.mjs /usr/local/bin/taskflow
taskflow setup
To enable background synchronization, install the daemon:
taskflow install-daemon
TaskFlow organizes data within the workspace using a specific hierarchy to ensure compatibility with Openclaw Skills workflows:
| File/Directory | Purpose |
|---|---|
PROJECTS.md |
Central registry for project names, slugs, and statuses. |
tasks/*.md |
Markdown task lists using specific syntax: - [ ] (task:id) [Px] [owner] title. |
plans/*.md |
Optional architecture and design documents. |
memory/taskflow.sqlite |
The derived index for high-performance querying and history tracking. |
logs/ |
Standard output and error logs for the sync daemon. |
Task IDs follow a strict <slug>-NNN format to ensure sequential ordering and easy referencing.
Loading
An autonomous on-chain hedge fund enabling AI agents to pool USDC, earn compounding vault shares, and govern strategies via meritocratic voting.

A comprehensive command-line interface for Obsidian that enables full control over vaults, notes, and system settings directly from the terminal.

A CLI utility designed to trigger Telegram bot sessions and send targeted notifications within group threads.

A highly extensible automation framework designed to detect Xianyu payments and trigger customizable virtual goods delivery workflows.

Feast is an immersive meal planning system that transforms weekly cooking into a cultural experience with authentic recipes and automated shopping.

An AI agent skill that searches prediction market events and market snapshots using text queries or X (Twitter) links via the Prediction Bridge API.








































