BeClaude

tasknotes-skill

New
375Community RegistryGeneralby Artem Zhutov

Manage Obsidian tasks via TaskNotes plugin API

First seen 5/22/2026

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

  1. Add marketplace (run in Claude Code):

`` /plugin marketplace add ArtemXTech/personal-os-skills ``

  1. Run /plugin in Claude Code
  2. Go to Discover tab, find the skill
  3. Select Install for you (user scope)
  4. Restart Claude Code

Available Skills

SkillDescriptionResources
granolaSync Granola meeting notes to ObsidianLocal cache, no API needed
wispr-flowAnalyze voice dictation data from Wispr FlowStats, search, export, dashboard
tasknotesManage Obsidian tasks via TaskNotes APIVideo · Blog)
notebooklmTurn expert podcasts into personalized protocols with cited experiments in your morning routineVideo
notebooklm-importImport NotebookLM notebooks into Obsidian as linked knowledge graphsVideo
recallLoad context from previous sessions - temporal, topic search (QMD), graph visualizationVideo · Setup
sync-claude-sessionsExport Claude Code conversations to Obsidian markdown with auto-sync hooksSetup

Links

License

MIT

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/tasknotes-skill.md https://raw.githubusercontent.com/ArtemXTech/personal-os-skills/main/SKILL.md
3
Invoke in Claude Code
/tasknotes-skill

Use Cases

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.

Usage Examples

1

/tasknotes-skill add task 'Review pull request' due tomorrow priority high

2

/tasknotes-skill search 'bug fix'

3

/tasknotes-skill list due:today

View source on GitHub
apiplugin

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..