ticktick
Installation
SKILL.md
TickTick
Manage tasks and projects via {baseDir}/scripts/tt.sh. Full API reference in references/api.md.
Auth: TICKTICK_TOKEN env var — a TickTick personal access token (tp_*),
used directly as a Bearer token; no OAuth flow needed. Load it from your
secrets manager or shell profile.
Timezone: due dates get the local UTC offset appended automatically.
Override with TICKTICK_UTC_OFFSET (e.g. -03:00) and optionally
TICKTICK_TIMEZONE (IANA name, e.g. America/Buenos_Aires).
Inbox: the per-user inbox project id is auto-discovered from the API.
Set TICKTICK_INBOX_ID to skip the extra lookup call.