Obsidian Integration Plugin¶
Integration with Obsidian via the TaskNotes Plugin API - task management directly from Claude Code.
Version 1.1.2¶
This plugin enables seamless task management between Claude Code and Obsidian using the TaskNotes Plugin API.
Features¶
- List tasks - "show my tasks"
- Create tasks - "create a task for X"
- Update tasks - Change status, add details
- Delete tasks - Remove tasks
- Work recommendations - "what should I work on?"
- Vault-wide scanning - Find all tasks in your entire vault with
--scan
Prerequisites¶
1. TaskNotes Plugin in Obsidian¶
- Open Obsidian Community Plugins
- Search for "TaskNotes" and install
- Enable the plugin
2. Enable HTTP API¶
- Obsidian Settings → TaskNotes
- Enable "HTTP API" toggle
- Set port (default: 8080)
- Optional: Set API token for security
3. Environment Variables (optional)¶
If using authentication, create a .env file in your Obsidian vault:
Alternatively, set OBSIDIAN_VAULT_PATH as an environment variable to specify the vault path.
Installation¶
Via Marketplace¶
Local Testing¶
| Bash | |
|---|---|
Usage¶
Natural Language¶
| Text Only | |
|---|---|
CLI Commands¶
The plugin also provides direct CLI commands:
Skills¶
See Skills & Agents Activation Guide for detailed activation instructions.
tasknotes¶
Main skill for task management. Automatically activated for:
- Task-related requests
- Task management questions
- Productivity workflows
Key Features:
--scanflag: Scans the entire vault filesystem to find ALL tasks with the #task tag--allflag: Includes completed and cancelled tasks in listings- Automatic vault detection via
.obsidianfolder - Smart sorting by scheduled/due dates
Project Structure¶
| Text Only | |
|---|---|
Changelog¶
Version 1.1.2 (2026-02-27)¶
- Added
keywordsandlicensefields to plugin.json - Fixed author email to support@talent-factory.ch
- Improved tasknotes skill description
Related Plugins¶
- Project Management - PRD and task planning
- Git Workflow - Commit and PR automation
License¶
MIT License - see LICENSE for details.
Made with care by Talent Factory GmbH