tasks

Manage task metadata in Obsidian vaults with custom scripts and queries.

Updated Jun 13, 2026
One-click install
npx skills add https://github.com/Seth090502/osanwe-public --skill tasks-seth090502
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tasks
Source: https://github.com/Seth090502/osanwe-public/tree/main/.claude/skills/tasks
Command: npx skills add https://github.com/Seth090502/osanwe-public --skill tasks-seth090502

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manages and summarizes tasks across your Obsidian vault with precision, helping you stay on top of your commitments and priorities.

Core Features & Use Cases

  • Task Summary: Roll up tasks by due date, tag, path, or entity, providing a comprehensive overview.
  • Flexible Filtering: Supports multiple modes for filtering tasks, including overdue, today, this week, by tag, path, and entity.
  • CLI and Query Block Output: Generates a CLI output and a corresponding Tasks-plugin query block for easy integration with other tools.

Quick Start

Use the /tasks command to get a summary of overdue tasks across your vault.

Frequently Asked Questions about tasks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I summarize tasks across my Obsidian vault by due date and tag?

To summarize tasks across your Obsidian vault, this Skill parses markdown files and groups open tasks by due date, tag, path, or entity. It applies filtering rules to task lines to generate a comprehensive overview.

Can I generate Tasks plugin query blocks for my Obsidian vault?

Yes, you can generate Tasks plugin query blocks alongside a CLI output. This allows you to integrate precise task filtering and summary results directly into other tools within your workflow.

Does this task management tool work without additional dependencies?

Yes, this task management tool operates without additional dependencies. It uses custom scripts to identify open tasks and group them based on criteria like due date and tags within your markdown files.

What is the best way to identify overdue tasks in an Obsidian vault?

The best way to identify overdue tasks in an Obsidian vault is using the /tasks command. This triggers custom scripts that parse markdown files and roll up tasks based on their due dates.