Install
openclaw skills install task-syncClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Synchronize TickTick (Dida) and Google Tasks bidirectionally, including list/project mapping, task content sync, completion sync, and smart-list export (Today, Next 7 Days, All). Use when users ask to set up OAuth, run or schedule sync, fix mismatched/deleted/completed tasks, or troubleshoot Google Calendar duplicate behavior caused by due-date handling.
openclaw skills install task-syncOperate and troubleshoot bidirectional task sync between TickTick and Google Tasks.
python {baseDir}/sync.py
google-auth google-auth-oauthlib google-api-python-client requestspython {baseDir}/scripts/setup_google_tasks.py
python {baseDir}/scripts/setup_ticktick.py
{baseDir}/config.json token and data paths.<-> TickTick Projects by same name.[★] high, [!] medium.# Cron: every 10 minutes
*/10 * * * * /path/to/python {baseDir}/sync.py >> /path/to/sync.log 2>&1
Use OpenClaw cron if available.
config.json paths point to existing token files.python {baseDir}/sync.py and inspect sync_log.json and sync_db.json.{baseDir}/utils/google_api.py{baseDir}/utils/ticktick_api.py