tasknotes-skill
NewManage Obsidian tasks via TaskNotes plugin API
Summary
This skill integrates Claude Code with Obsidian's TaskNotes plugin, enabling you to manage tasks directly from your terminal.
- It allows you to create, update, search, and sync tasks in your Obsidian vault without leaving the command line, streamlining your task management workflow.
Overview
Claude Code skills for Obsidian workflows.
Claude Code x Obsidian Lab - 5 weeks, 10 live sessions. Starts April 28. lab.artemzhutov.com
Installation
- Add marketplace (run in Claude Code):
`` /plugin marketplace add ArtemXTech/personal-os-skills ``
- Run
/pluginin Claude Code - Go to Discover tab, find the skill
- Select Install for you (user scope)
- Restart Claude Code
Available Skills
| Skill | Description | Resources |
|---|---|---|
| granola | Sync Granola meeting notes to Obsidian | Local cache, no API needed |
| wispr-flow | Analyze voice dictation data from Wispr Flow | Stats, search, export, dashboard |
| tasknotes | Manage Obsidian tasks via TaskNotes API | Video · Blog) |
| notebooklm | Turn expert podcasts into personalized protocols with cited experiments in your morning routine | Video |
| notebooklm-import | Import NotebookLM notebooks into Obsidian as linked knowledge graphs | Video |
| recall | Load context from previous sessions - temporal, topic search (QMD), graph visualization | Video · Setup |
| sync-claude-sessions | Export Claude Code conversations to Obsidian markdown with auto-sync hooks | Setup |
Links
License
MIT
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/tasknotes-skill.md https://raw.githubusercontent.com/ArtemXTech/personal-os-skills/main/SKILL.md/tasknotes-skillUse Cases
Usage Examples
/tasknotes-skill add task 'Review pull request' due tomorrow priority high
/tasknotes-skill search 'bug fix'
/tasknotes-skill list due:today
Security Audits
Frequently Asked Questions
What is tasknotes-skill?
This skill integrates Claude Code with Obsidian's TaskNotes plugin, enabling you to manage tasks directly from your terminal. It allows you to create, update, search, and sync tasks in your Obsidian vault without leaving the command line, streamlining your task management workflow.
How to install tasknotes-skill?
To install tasknotes-skill: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/tasknotes-skill.md https://raw.githubusercontent.com/ArtemXTech/personal-os-skills/main/SKILL.md. Finally, /tasknotes-skill in Claude Code.
What is tasknotes-skill best for?
tasknotes-skill is a skill categorized under General. It is designed for: api, plugin. Created by Artem Zhutov.
What can I use tasknotes-skill for?
tasknotes-skill is useful for: Quickly capture a new task into Obsidian while coding, without switching contexts.; Search for tasks by keyword or tag across your entire Obsidian vault.; Update the status or priority of an existing task from Claude Code.; List all tasks due today or this week to stay on top of deadlines.; Sync task changes between Claude Code and Obsidian in real time..