Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add buddyh/agent-skills --skill todoist-cligit clone --depth 1 https://github.com/buddyh/agent-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/buddyh/agent-skills/todoist-cli)<a href="https://agentmods.dev/skills/buddyh/agent-skills/todoist-cli"><img src="https://agentmods.dev/badge/skills/buddyh/agent-skills/todoist-cli.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00051 | $0.00591 |
| Opus 5 | $0.00026 | $0.00296 |
| Sonnet 5 | $0.00010 | $0.00118 |
| Haiku 4.5 | $0.00005 | $0.00059 |
Grade A, and why
todoist-cli scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 82 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Todoist CLI
Manage tasks via the todoist command.
Requirements
Install from: https://github.com/buddyh/todoist-cli
brew install buddyh/tap/todoist
# or
go install github.com/buddyh/todoist-cli/cmd/todoist@latest
Commands
# Tasks
todoist # Today's tasks
todoist tasks --all # All tasks
todoist tasks --filter "p1" # High priority
todoist tasks --filter "overdue" # Overdue
todoist tasks -p Work # By project
# Add tasks
todoist add "Task name"
todoist add "Task" -d tomorrow -P 1 # With due date and priority
todoist add "Task" -p Work -l urgent # With project and label
# Manage tasks
todoist complete <id> # Complete task
todoist done <id> # Alias for complete
todoist delete <id> # Delete task
todoist update <id> --due "monday" # Update due date
todoist update <id> -P 2 # Update priority
todoist view <id> # View task details
todoist search "keyword" # Search tasks
todoist reopen <id> # Reopen completed task
# Move tasks (Kanban)
todoist move <id> --section "In Progress"
todoist move <id> --project "Work"
# Projects, labels, sections
todoist projects # List projects
todoist projects add "New Project" # Create project
todoist labels # List labels
todoist labels add urgent --color red
todoist sections -p Work # List sections
# Comments
todoist comment <id> # View comments
todoist comment <id> "Note" # Add comment
# Completed tasks
todoist completed # Recently completed
todoist completed --since 2024-01-01
JSON Output
All commands support --json:
todoist tasks --json
todoist tasks --json | jq '.[] | .content'
Priority Mapping
| Flag | Todoist |
|---|---|
-P 1 |
p1 (highest) |
-P 2 |
p2 |
-P 3 |
p3 |
-P 4 |
p4 (lowest) |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 82 lines · 51 tokens per session scan A b5f17914560b
todoist-cli is a skill published in the GitHub repository buddyh/agent-skills (5 stars, last pushed 1mo ago), licensed MIT. It adds 51 tokens to every session and 591 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
syndic
Gère un parc de copropriétés en France avec vue portfolio consolidée. Couvre administration, comptabilité (décret 2005, plan comptable copro, 5 annexes), assemblées générales (convocation, PV, notification), appels de fonds, travaux, fournisseurs, recouvrement d'impayés et transition de syndic. Maîtrise les majorités…
template-instantiation
Creates .NET projects from templates with validated parameters, smart defaults, Central Package Management adaptation, and latest NuGet version resolution. USE FOR: creating new dotnet projects, scaffolding solutions with multiple projects, installing or uninstalling template packages, creating projects that respect…
Product Strategy
A comprehensive skill for product strategy — covering frameworks, opportunity sizing, prioritization, roadmap building, OKRs, and stakeholder management. From early-stage discovery to mature product org execution.
note-improvement
Capture an out-of-scope improvement opportunity so it doesn't get lost. Use when the user asks to "note improvement", "save improvement", "track this for later", "remember this improvement", "note this idea", "log improvement", "backlog this", or "park this idea". Also invoke proactively when noticing something…
to-issues
A planning aid that breaks a PRD or technical specification into small implementation issues, each covering a complete, demonstrable piece of work.
handover-admin
Generate comprehensive admin documentation for AEM Edge Delivery Services project handover. Use when handing over admin responsibilities, onboarding a new site administrator, or documenting admin procedures — e.g., "admin guide", "admin documentation", "admin handover".