A Python CLI for automating TickTick task management through their Open API, with proper support for both the Chinese Dida365 and international versions. It handles the full lifecycle: projects, tasks, checklists, habits, and focus records. The auth flow is smart about not re-authenticating on every call, only when tokens actually fail. Useful if you're scripting task creation from other tools or need programmatic access to your lists without clicking through a UI. The documentation is thorough about execution details like using the uv shebang directly instead of wrapping it in python calls, and it warns you that delete operations are real and permanent. Remote SSH scenarios need some thought around the OAuth callback, but the token file approach keeps it straightforward for local automation.
npx skills add https://github.com/dcjanus/prompts --skill ticktick-cli