A comprehensive task management framework for Obsidian vaults that integrates Kanban boards, Dataview dashboards, and structured YAML metadata.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-obsidian-tasks
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 openclaw-obsidian-tasks using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The obsidian-tasks skill provides a robust architecture for managing complex workflows directly within an Obsidian environment. By utilizing Openclaw Skills, users can automate the initialization of a professional task pipeline including Backlog, Todo, In Progress, Review, and Done states. This skill bridges the gap between visual project management and data-driven note-taking, ensuring that every task is backed by a dedicated markdown file containing rich metadata.
Built for users who require more than simple checklists, this system leverages community plugins to create a dynamic ecosystem where task status, priority, and categories are tracked consistently. Whether you are managing software development, content creation, or research projects, these Openclaw Skills ensure your workspace remains organized and actionable.
First, ensure the Kanban and Dataview community plugins are installed in your Obsidian vault. Then, initialize the Openclaw Skills task structure by running the setup script:
python3 scripts/setup.py <vault-path> [--folder <name>] [--columns <col1,col2,...>]
Default settings will create a folder named Tasks with standard agile columns. You can customize the subfolder name and column headers using the optional flags.
Each task is treated as an individual object with specific attributes defined in the frontmatter. These Openclaw Skills rely on a consistent schema to power the dashboard and board views:
| Field | Values | Purpose |
|---|---|---|
| status | backlog, todo, in-progress, review, done | Tracks the workflow stage |
| priority | P1 (Urgent), P2 (Normal), P3 (Backlog) | Defines urgency and visual icons |
| category | text (e.g., revenue, research) | Categorizes tasks for filtering |
| created | YYYY-MM-DD | Log of task initialization |
| due | YYYY-MM-DD | Optional deadline for scheduling |
Loading
A comprehensive task management framework for Obsidian vaults featuring Kanban boards, Dataview dashboards, and YAML-driven task notes.

A human-in-the-loop content automation workflow for AI agents to draft, revise, and stage social media posts securely.

A robust Python-based CLI skill for managing Cookidoo meal plans, recipes, and shopping lists through an AI agent.

A terminal-based interface for accessing real-time Munich public transport data and live S-Bahn tracking.

A sophisticated data analysis tool for identifying patterns and generating optimized number recommendations for SSQ and DLT lotteries.

A robust shell-based utility for automatically backing up and formatting Clawdbot AI conversations directly into your Obsidian vault using beautiful chat-style Markdown.








































