en un clic
en un clic
Analyze and build knowledge graph links in Obsidian vault. Runs a deterministic script for analysis, then the agent adds semantic links to orphan files. Three domains: Personal, Business, Projects.
Vault health monitoring, MOC generation, link repair, and system evolution. Use this skill when checking vault quality metrics, regenerating MOC indexes, fixing broken links, finding backlinks, or triggering weekly system reflections. Also use it when the user mentions health score, link density, orphans, dead-ends, or description coverage.
Personal assistant for processing daily voice/text entries from Telegram. Classifies content, creates Todoist tasks aligned with goals, saves thoughts to Obsidian with wiki-links, generates HTML reports. Triggers on /process command or daily 21:00 cron.
| name | todoist-ai |
| description | Todoist integration via mcp-cli for task management |
| depends_on | [] |
Todoist integration via mcp-cli.
ALWAYS use mcp-cli. DO NOT use MCP tools directly.
# Today's tasks
mcp-cli call todoist find-tasks-by-date '{"startDate": "today"}'
# Create task
mcp-cli call todoist add-tasks '{"tasks": [{"content": "Task", "dueString": "tomorrow", "priority": 2}]}'
# Complete task
mcp-cli call todoist complete-tasks '{"ids": ["task_id"]}'
# Overview
mcp-cli call todoist get-overview '{}'
A set of tools to connect to AI agents, to allow them to use Todoist on a user's behalf. Uses mcp-cli wrapper for stable connections.
Repository: Doist/todoist-ai Language: TypeScript Stars: 212 License: MIT License
Use this skill when you need to:
references/README.md - Complete README documentationreferences/CHANGELOG.md - Version history and changesreferences/issues.md - Recent GitHub issuesreferences/releases.md - Release notesreferences/file_structure.md - Repository structureSee README.md for complete usage instructions and examples.
Generated by Skill Seeker | GitHub Repository Scraper