# Todoist Integration (`/todoist`)

> Manage Todoist tasks directly. Create, complete, and list tasks safely without leaking your API key to the AI context.

- **Type:** Skill
- **Install:** `agentstack add skill-tpitsunov-obsidian-skills-todoist-integration`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [tpitsunov](https://agentstack.voostack.com/s/tpitsunov)
- **Installs:** 0
- **Category:** [Productivity](https://agentstack.voostack.com/c/productivity)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [tpitsunov](https://github.com/tpitsunov)
- **Source:** https://github.com/tpitsunov/obsidian-skills/tree/main/todoist_integration

## Install

```sh
agentstack add skill-tpitsunov-obsidian-skills-todoist-integration
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Todoist Workflow

When the user asks you to interact with their Todoist tasks (e.g., list tasks, add a task from meeting notes, complete a task), follow these exact rules.

### Zero-LLM-Contact Security Model
**CRITICAL:** Never ask the user to paste their API key in the chat. The script stores credentials in the OS Keychain and handles authentication transparently.

---

### Step 1: Execute Command(s)
Use the provided `run.sh` wrapper. It auto-creates a virtual environment on first run.

```bash
# To setup authentication (Tell user to run this in their terminal manually if auth fails):
/absolute/path/to/Obsidian-AI-Skills/todoist_integration/run.sh auth

# To list projects (to get IDs):
/absolute/path/to/Obsidian-AI-Skills/todoist_integration/run.sh projects

# To list tasks (supports natural language filters):
/absolute/path/to/Obsidian-AI-Skills/todoist_integration/run.sh list
/absolute/path/to/Obsidian-AI-Skills/todoist_integration/run.sh list --filter "today"

# To add a task:
/absolute/path/to/Obsidian-AI-Skills/todoist_integration/run.sh add "Buy milk" --due "tomorrow" --priority 4

# To complete/close a task by its ID:
/absolute/path/to/Obsidian-AI-Skills/todoist_integration/run.sh close "12345678"
```

### Step 2: Inform the User
After the script runs successfully, briefly confirm to the user what was done.

If the script returns an `Authentication required` error, tell the user to open their terminal and run:
`/path/to/todoist_integration/run.sh auth`
This stores the token in the OS Keychain, completely isolated from the AI context.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [tpitsunov](https://github.com/tpitsunov)
- **Source:** [tpitsunov/obsidian-skills](https://github.com/tpitsunov/obsidian-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-tpitsunov-obsidian-skills-todoist-integration
- Seller: https://agentstack.voostack.com/s/tpitsunov
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
