Ticktick Linux

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

Pasang
$clawhub install 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: bash /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: bash /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: bash /home/david/.cargo/bin/tickrs task complete "{{id}}" --json

ticktick_projects

List all projects.

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

Butiran

Versi
v1.0.0
Muat turun
1,165

Skills Popular

GitHub
GitHub API integration with managed OAuth. Access repositories, issues, pull requests, commits, branches, and users. Use this skill when users want to interact with GitHub repositories, manage issues and PRs, search code, or automate workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
UI/UX Pro Max
UI/UX design intelligence and implementation guidance for building polished interfaces. Use when the user asks for UI design, UX flows, information architecture, visual style direction, design systems/tokens, component specs, copy/microcopy, accessibility, or to generate/critique/refine frontend UI (HTML/CSS/JS, React, Next.js, Vue, Svelte, Tailwind). Includes workflows for (1) generating new UI layouts and styling, (2) improving existing UI/UX, (3) producing design-system tokens and component guidelines, and (4) turning UX recommendations into concrete code changes.
diagram-generator
生成和编辑各种类型的图表(drawio、mermaid、excalidraw)。支持流程图、时序图、类图、ER图、思维导图、架构图、网络拓扑图等常见图表类型。能够根据自然语言描述创建新图表,也能读取并修改已有的 drawio/mermaid/excalidraw 文件。使用独立的 MCP server (mcp-diagram-generator) 生成图表文件,减少 token 消耗并保证输出一致性。支持自动配置管理,默认输出路径为项目目录下的 diagrams/{format}/,支持自定义路径和自动创建目录。