Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Manage Obsidian tasks via obsidian-cli. List, toggle, create, and update tasks from the terminal.
Manage Obsidian tasks via obsidian-cli. List, toggle, create, and update tasks from the terminal.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Manage tasks in your Obsidian vault using the official Obsidian CLI.
DependencyRequiredDescriptionobsidianYesObsidian CLI (registered via Obsidian settings)Obsidian 1.12+YesCatalyst license required for CLI access
# Check obsidian CLI availability obsidian version
Obsidian 1.12+ and Catalyst license required Settings โ General โ Command line interface โ Enable Follow prompt to register the obsidian command Restart terminal or source ~/.zprofile (macOS) Note: Obsidian must be running for CLI to work Test setup: obsidian version
/obsidian-task [command] [options]
CommandDescription(none)Show help and available commands
OptionDescription--helpShow help message
# List tasks /obsidian-task tasks file=projects/myproject/todo verbose # Toggle task on line 2 /obsidian-task task file=projects/myproject/todo line=2 toggle # Mark task as done /obsidian-task task file=projects/myproject/todo line=2 done # Mark task as todo (undo completion) /obsidian-task task file=projects/myproject/todo line=2 todo # Create new task /obsidian-task append file=projects/myproject/todo content="- [ ] task name"
# List tasks (shows line numbers and status) obsidian tasks file=<project_slug>/todo verbose # Sample output: # projects/<project_slug>/TODO.md # 2 - [ ] ๆชๅฎๆ็ไปปๅก # 3 - [x] ๅทฒๅฎๆ็ไปปๅก # Update tasks obsidian task file=<project_slug>/todo line=2 toggle obsidian task file=<project_slug>/todo line=2 done obsidian task file=<project_slug>/todo line=2 todo # Create new task (via append) obsidian append file=<project_slug>/todo content="- [ ] task name"
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.