← 返回 Skills 市场
hfarazi

Ticktick Skill For Power Users

作者 Hafez Farazi · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
141
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ticktickpower
功能描述
Manage TickTick tasks and projects from the command line with OAuth2 auth, batch operations, and rate limit handling.
安全使用建议
This skill appears to be what it says: a local TickTick CLI. Before installing, consider: (1) You will need to create a TickTick developer app and provide clientId/clientSecret — these are stored under ~/.clawdbot/credentials/ticktick-cli/config.json (the code tries to set restrictive perms but confirm on your system). (2) Attachment upload requires adding a browser session cookie (sessionCookie) to that config — sharing a browser cookie is more sensitive than using OAuth and grants API access tied to your web session; avoid doing this unless you understand the risk. (3) The bundle includes executable Python code; inspect the files if you want to verify behavior, or run in an isolated environment/VM. (4) If you prefer, use the OAuth flow (rather than manual cookie injection) to minimize exposure of browser cookies. If you need more detail about any file or a specific code path, ask and I can walk through it line-by-line.
功能分析
Type: OpenClaw Skill Name: ticktickpower Version: 1.0.1 The skill bundle provides a functional CLI for managing TickTick tasks and projects using OAuth2. While the 'attach' command requires a sensitive browser session cookie (sessionCookie) to bypass limitations in the official Open API, the code handles this transparently, stores credentials locally in a restricted directory (~/.clawdbot/credentials/ticktick-cli/ with 0600 permissions), and only communicates with official TickTick endpoints (api.ticktick.com). No evidence of data exfiltration, malicious execution, or harmful prompt injection was found across the codebase or documentation.
能力标签
requires-oauth-token
能力评估
Purpose & Capability
Name/description match the shipped code: the package implements a CLI that calls TickTick APIs (OAuth token exchange, project/task endpoints, attachment upload). No unrelated services or credentials are requested.
Instruction Scope
SKILL.md and the code stick to TickTick operations. The runtime instructions require creating a TickTick developer app and running local OAuth flows; they instruct storing tokens in ~/.clawdbot/credentials/ticktick-cli/config.json. Note: attachment uploads require adding a browser session cookie (sessionCookie) to the same config, which is outside OAuth and is sensitive.
Install Mechanism
There is no remote install spec in the registry; the SKILL.md suggests pip install -e . or installing requests. All source code is included in the bundle. Installing is local via pip (low risk) — no downloads from unknown URLs or archive extraction from arbitrary hosts.
Credentials
The registry declares no environment variables, which is consistent. The skill does store clientId/clientSecret, access/refresh tokens, and optionally a sessionCookie and v2DeviceId in a local config file. Those are required for the stated features (OAuth and attachment uploads) but are sensitive — the code attempts to set restrictive filesystem perms when saving the config.
Persistence & Privilege
always is false and the skill does not request elevated or cross-skill privileges. It writes its own config under ~/.clawdbot/credentials/ticktick-cli; it does not modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ticktickpower
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ticktickpower 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Skill to connect to Tickticks
元数据
Slug ticktickpower
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ticktick Skill For Power Users 是什么?

Manage TickTick tasks and projects from the command line with OAuth2 auth, batch operations, and rate limit handling. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 141 次。

如何安装 Ticktick Skill For Power Users?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ticktickpower」即可一键安装,无需额外配置。

Ticktick Skill For Power Users 是免费的吗?

是的,Ticktick Skill For Power Users 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Ticktick Skill For Power Users 支持哪些平台?

Ticktick Skill For Power Users 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ticktick Skill For Power Users?

由 Hafez Farazi(@hfarazi)开发并维护,当前版本 v1.0.1。

💬 留言讨论