ticktick-linux

Manage TickTick tasks (add, list, complete) via the local `tickrs` CLI.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ticktick-linux" with this command: npx skills add davidsmorais/ticktick-linux

TickTick

Manage tasks in TickTick.

Prerequisite: You must authenticate the CLI first by running: ~/.cargo/bin/tickrs init

Tools

ticktick_list

List tasks from the default project (Inbox) or a specific project.

  • Parameters:

    • project (string, optional): Project name to filter by.
    • status (string, optional): Filter by status (incomplete [default], complete).
  • Command:

    /home/david/.cargo/bin/tickrs task list --json \
      {{#if project}}--project-name "{{project}}"{{/if}} \
      {{#if status}}--status {{status}}{{/if}}
    

ticktick_create

Create a new task.

  • Parameters:

    • title (string, required): The task title.
    • content (string, optional): Description or notes.
    • date (string, optional): Natural language date (e.g., "today", "tomorrow at 5pm", "next friday").
    • project (string, optional): Project name to add to.
    • priority (string, optional): none, low, medium, high.
  • Command:

    /home/david/.cargo/bin/tickrs task create --json \
      --title "{{title}}" \
      {{#if content}}--content "{{content}}"{{/if}} \
      {{#if date}}--date "{{date}}"{{/if}} \
      {{#if project}}--project-name "{{project}}"{{/if}} \
      {{#if priority}}--priority {{priority}}{{/if}}
    

ticktick_complete

Mark a task as complete by ID (get ID from ticktick_list).

  • Parameters:

    • id (string, required): The Task ID.
  • Command:

    /home/david/.cargo/bin/tickrs task complete "{{id}}" --json
    

ticktick_projects

List all projects.

  • Command:
    /home/david/.cargo/bin/tickrs project list --json
    

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Dlazy One Click Generation

Short-video generation pipeline. Configure subject, script, TTS voiceover, BGM, and subtitle styling.

Registry SourceRecently Updated
Coding

Dlazy Video Generate

Video generation skill. Automatically selects the best dlazy CLI video model based on the prompt.

Registry SourceRecently Updated
Coding

Dlazy Audio Generate

Audio generation skill. Automatically selects the best dlazy CLI audio/TTS model based on the prompt. 音频生成技能。根据提示词自动选择最佳的 dlazy CLI 音频/TTS 模型。

Registry SourceRecently Updated
Coding

Dlazy Vidu Audio Clone

Clone voice and generate new text reading audio with one click using Vidu Audio Clone.

Registry SourceRecently Updated