tasknotes
Installation
SKILL.md
TaskNotes
Multi-modal task management for Obsidian TaskNotes vaults. The skill probes the environment first and routes to the best available access method.
Step 0 - Environment probe
Run before any operation. Determines which path to take.
Bundled help: This skill includes references/tasknotes-help.md with step-by-step setup instructions, full API endpoint reference, and troubleshooting for all failure modes. Read it yourself when connection or setup issues arise, and share the relevant sections with the user to guide them through fixes.
1. MCP available?
Run tool_search("tasknotes"). If tasknotes: tools load successfully, the MCP server is live.
2. HTTP API available?
Attempt web_fetch("http://localhost:8080/api/health"). If the response contains {"status":"ok",...}, the HTTP API is live on port 8080.