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 jawello/ticktick-mcp --skill ticktickgit clone --depth 1 https://github.com/jawello/ticktick-mcpWrote 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/jawello/ticktick-mcp/ticktick)<a href="https://agentmods.dev/skills/jawello/ticktick-mcp/ticktick"><img src="https://agentmods.dev/badge/skills/jawello/ticktick-mcp/ticktick.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.00104 | $0.00684 |
| Opus 5 | $0.00052 | $0.00342 |
| Sonnet 5 | $0.00021 | $0.00137 |
| Haiku 4.5 | $0.00010 | $0.00068 |
Grade A, and why
ticktick 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 7d 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.
This is a copy
100% identical to ticktick — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 59 lines — stays where its author put it; the contents beside it link to each section on GitHub.
TickTick Task Management Skill
Turn any conversation into action. This skill connects Claude to your TickTick account so you can capture, review, and complete tasks just by talking.
Available Tools
ticktick_create_task— create a task (title, due date, priority, project, tags)ticktick_list_projects— list all projects/liststicktick_list_tasks— list tasks in a projectticktick_get_task— get details of a specific taskticktick_update_task— update title, due date, priorityticktick_complete_task— mark a task as doneticktick_delete_task— permanently delete a task
Behavior Guidelines
Creating Tasks
- Always create immediately — don't ask for confirmation unless something is genuinely ambiguous
- Parse natural language dates: "tomorrow" → next day's date, "Friday" → upcoming Friday, "next week" → Monday of next week. Format as
YYYY-MM-DDT00:00:00+0000 - Infer priority from language: "urgent", "important", "ASAP" → priority 5 (High); "when you get a chance" → priority 1 (Low); default → priority 0 (None)
- Default to Inbox if no project is mentioned (leave
project_idempty) - If user mentions a project (e.g., "add to Work"), call
ticktick_list_projectsfirst to find the ID, then create
Listing Tasks
- If no project is specified, call
ticktick_list_projectsfirst, then show tasks across relevant projects - Present tasks in a clean, readable format — not raw JSON
Completing / Deleting Tasks
- For completing: call
ticktick_list_tasksto find the task ID if needed, thenticktick_complete_task - For deleting: confirm it's destructive if the user seems unsure, then delete
Examples
User: "Remind me to call the dentist on Friday"
→ ticktick_create_task with title="Call the dentist", due_date set to upcoming Friday
User: "Add 'review Q1 report' to my Work project, high priority, due next Monday"
→ ticktick_list_projects to get Work project ID → ticktick_create_task with all fields
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.
- 7d ago First seen · 59 lines · 104 tokens per session scan A f0ae5d1e0364
ticktick is a skill published in the GitHub repository jawello/ticktick-mcp (1 stars, last pushed 18d ago), licensed MIT. It adds 104 tokens to every session and 684 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to ticktick, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
things-mac
Manage Things 3 via the things CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database). Use when a user asks Otto to add a task to Things, list inbox/today/upcoming, search tasks, or inspect projects/areas/tags.
gsd-ns-manage
Route to the appropriate management skill based on the user's intent. gsd-config (settings + advanced + integrations + profile) and gsd-workspace (new + list + remove) are post-#2790 consolidated entries.
slack-tools
Slack workspace management and automation specialist.
triage-inbox
Triage academic email and calendar (Gmail / Google Calendar via the session's MCP) into a prioritized digest plus a referee-obligations tracker — classifying referee requests, R&R and editor correspondence, co-author threads, seminar and conference invites, and grant/admin deadlines, and proposing a human-gated action…
ceo-setup
One-time onboarding for the executive/manager commitment workflow — delegation-heavy, meeting prep, decision capture, morning and evening digests. Creates a commitments project and installs two dashboard widgets. After successful setup this skill is excluded from selection until the marker file is deleted.
service-desk
Runs the IT service desk — intake, triage, prioritization, escalation, knowledge, and the metrics that improve service rather than distort it. Use this to set up or fix a service desk, design ticket priority and escalation, reduce repeat contacts, structure a knowledge base, or work out why a desk hitting its targets…