← Back to Skills Marketplace
davidsmorais

Ticktick Linux

by davidsmorais · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1489
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ticktick-linux
Description
Manage TickTick tasks (add, list, complete) via the local `tickrs` CLI.
Usage Guidance
This skill appears to be a thin wrapper that runs your local tickrs CLI. Before installing: 1) Confirm you have the tickrs binary and that it's trustworthy (inspect source/release and the installed binary). Note the SKILL expects it at /home/david/.cargo/bin/tickrs — if your binary is elsewhere, the skill will fail or you should edit the path. 2) Be cautious with TICKTICK_CLIENT_ID and TICKTICK_CLIENT_SECRET — only set them if you understand how you manage secrets (avoid pasting them into chat). Alternatively run `~/.cargo/bin/tickrs init` manually to authenticate and let the CLI store tokens locally instead of exporting long-lived secrets. 3) Because this is instruction-only, there is no code to audit in the skill bundle; the main risk surface is the local tickrs binary and how it handles credentials.
Capability Analysis
Type: OpenClaw Skill Name: ticktick-linux Version: 1.0.0 The skill bundle is benign. It defines tools to interact with the local `tickrs` CLI for TickTick task management. All commands are direct invocations of `/home/david/.cargo/bin/tickrs` with structured parameters, as seen in `SKILL.md`. There is no evidence of data exfiltration, malicious execution, persistence, prompt injection against the agent, or obfuscation. The skill requires specific environment variables (`TICKTICK_CLIENT_ID`, `TICKTICK_CLIENT_SECRET`) and a local binary, which is standard for CLI-based integrations.
Capability Assessment
Purpose & Capability
The name/description (manage TickTick via tickrs) matches the declared requirements: the SKILL.md only invokes the tickrs CLI and the required env vars (TICKTICK_CLIENT_ID, TICKTICK_CLIENT_SECRET) are plausible for TickTick authentication. One oddity: the required binary is an absolute path (/home/david/.cargo/bin/tickrs) rather than a generic 'tickrs' on PATH, which is brittle and unusual but not itself malicious.
Instruction Scope
SKILL.md only contains commands that call the local tickrs binary to list/create/complete tasks and to run tickrs init for authentication. It does not instruct reading other files, scanning the filesystem, or sending data to unrelated endpoints. It does assume the binary lives at the hard-coded path.
Install Mechanism
There is no install spec (instruction-only), so nothing is downloaded or written by the skill itself. This minimizes install-time risk. The skill relies entirely on an existing local tickrs binary.
Credentials
Requesting TICKTICK_CLIENT_ID and TICKTICK_CLIENT_SECRET is proportionate for a TickTick integration, but these are sensitive secrets. The skill declares only these two env vars and does not reference unrelated credentials. Note: providing a client secret to a skill (or placing it in environment) has risk — verify you trust the binary and understand where tokens will be stored.
Persistence & Privilege
always is false and the skill has no install steps or code that attempts to modify agent/system configuration. It does not request persistent privileges or modify other skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ticktick-linux
  3. After installation, invoke the skill by name or use /ticktick-linux
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of ticktick-linux skill: - Manage TickTick tasks on Linux via the local tickrs CLI. - Add, list (with status and project filters), and complete tasks. - List all projects. - Requires CLI authentication and TickTick API credentials.
Metadata
Slug ticktick-linux
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Ticktick Linux?

Manage TickTick tasks (add, list, complete) via the local `tickrs` CLI. It is an AI Agent Skill for Claude Code / OpenClaw, with 1489 downloads so far.

How do I install Ticktick Linux?

Run "/install ticktick-linux" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ticktick Linux free?

Yes, Ticktick Linux is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Ticktick Linux support?

Ticktick Linux is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ticktick Linux?

It is built and maintained by davidsmorais (@davidsmorais); the current version is v1.0.0.

💬 Comments