Loading...
Loading...
Syncs tasks between Obsidian vault and Things 3. Adds tasks from notes, extracts action items from projects, reviews existing tasks. Use when managing todos from vault content.
npx skill4agent add nweii/agent-stuff sync-things-tasksthingsthingsTHINGS_AUTH_TOKEN# Add to Today with Obsidian link
things add "Follow up with [Name]" --notes "Context: [Note Title](obsidian://open?vault=MyVault&file=Path%2FTo%2FNote)" --when todaythings add "Draft initial spec" --list "Project Name" --notes "Reference: [Project](obsidian://open?vault=MyVault&file=...)"things today # What's on today
things areas # Existing Areas
things projects # Existing Projects
things show "Area Name" # Contents of Area
things tasks --project "Project Name" # Tasks in project
things search "query" # Search for existing tasksthings areasthings projects[Note](obsidian://open?vault=MyVault&file=URL_ENCODED_PATH)things --dry-run add "..."