ticktick-automation

Automate task management operations in Ticktick using the Rube MCP gateway.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill ticktick-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ticktick-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/ticktick-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill ticktick-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual friction of managing task lists by enabling direct, programmatic interaction with Ticktick through an MCP-compliant interface.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch available Ticktick tool schemas to ensure compatibility with current API versions.
  • Connection Management: Verify and maintain active authentication states for Ticktick within the Rube MCP environment.
  • Workflow Execution: Perform multi-step task operations, such as bulk creation or status updates, using structured tool execution patterns.

Quick Start

Use the ticktick-automation skill to search for available tools and create a new task in my inbox.

Frequently Asked Questions about ticktick-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Ticktick to my AI agent?

Connect Ticktick by calling the RUBE_MANAGE_CONNECTIONS tool with the ticktick toolkit argument. Follow the provided authentication link to authorize the connection and ensure the status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Tool schemas and available operations change frequently. Calling RUBE_SEARCH_TOOLS ensures your agent uses the most current input parameters and avoids errors caused by outdated tool definitions.

Can I perform bulk operations on my Ticktick tasks?

Yes, use the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool function to execute multiple operations or complex workflows across your Ticktick account.

What should I do if my Ticktick connection is not active?

Verify your connection status using RUBE_MANAGE_CONNECTIONS. If the status is not ACTIVE, re-run the connection command and complete the authentication flow via the provided URL.