Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Structured project/task management for OpenClaw agents — markdown-first authoring, SQLite-backed querying, bidirectional sync, CLI, Apple Notes integration.
TaskFlow gives any OpenClaw agent a structured project/task/plan system with markdown-first authoring, SQLite-backed querying, and bidirectional sync.
Principle: Markdown is canonical. Edit tasks/*.md directly. The SQLite DB is a derived index, not the source of truth.
OPENCLAW_WORKSPACE is a high-trust value. All TaskFlow scripts resolve file paths from it, and the CLI and sync daemon use it to locate the SQLite database, markdown task files, and log directory.
Rules for safe use:
Set it only from trusted, controlled sources. The value must come from:
.zshrc, .bashrc, /etc/environment)Environment= directive in a template you controlEnvironmentVariables dictionary you installedNever accept OPENCLAW_WORKSPACE from:
npx skills add LeoYeAI/openclaw-master-skills --skill taskflowHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Mostly clear, but there are still a few confusing or poorly structured parts.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Partially actionable with several concrete steps, but still missing important details.