🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

TickTick

by @byungkyu

TickTick API integration with managed OAuth. Manage tasks, projects, and task lists. Use this skill when users want to create, update, complete, or organize...

πŸ’‘ Examples

# List all projects
python <<'EOF'
import urllib.request, os, json
req = urllib.request.Request('https://api.maton.ai/ticktick/open/v1/project')
req.add_header('Authorization', f'Bearer {os.environ["MATON_API_KEY"]}')
print(json.dumps(json.load(urllib.request.urlopen(req)), indent=2))
EOF

πŸ“‹ Tips & Best Practices

  • The Open API provides access to tasks and projects only
  • Habits, focus/pomodoro, and tags are not available through the Open API
  • Task status values: 0 = Active, 2 = Completed
  • Priority values: 0 = None, 1 = Low, 3 = Medium, 5 = High
  • Dates use ISO 8601 format with timezone offset (e.g., 2026-02-15T10:00:00+0000)
  • viewMode for projects: list, kanban, or timeline
  • The columns field in project data is used for Kanban board columns
  • IMPORTANT: When piping curl output to jq or other commands, environment variables like $MATON_API_KEY may not expand correctly in some shell environments
  • View on ClawHub
    TERMINAL
    clawhub install ticktick-api-skill

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’