← 返回 Skills 市场
Personal Task Tracking
作者
MMaggieZhou
· GitHub ↗
· v1.0.1
· MIT-0
168
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install personal-task-tracking
功能描述
Query and manage ClickUp via REST API and the local `scripts/query.sh` helper. Use when listing open or completed tasks, counting due work, looking up spaces...
安全使用建议
This skill appears coherent for ClickUp task management, but you should only provide a ClickUp API token with the minimum necessary scope. Avoid echoing the API key (the SKILL.md suggests echoing it) because that may expose it in terminal history — instead set env vars securely (for example via a shell profile read step or a secrets manager). Review and run the script in a controlled environment if you have sensitive data in ClickUp, since the helper fetches all tasks and could return large amounts of private data. If you install, consider using a short-lived or scoped token you can revoke if needed, and verify network traffic or token usage in your ClickUp account after first use.
能力评估
Purpose & Capability
Name/description (ClickUp task querying/manipulation) align with the required binaries (bash, curl, jq), the declared env vars (CLICKUP_API_KEY, CLICKUP_TEAM_ID, CLICKUP_ASSIGNEE_ID), and the included helper script which calls ClickUp's API.
Instruction Scope
SKILL.md and scripts only call ClickUp's API endpoints and reference the three declared env vars. The README suggests echoing env values to verify them (echo $CLICKUP_API_KEY) — which is a user-operated action that can expose secrets in shell history or terminal output; recommend avoiding echoing secrets. The instructions do not read other system files nor contact unexpected remote endpoints.
Install Mechanism
Install spec is a single brew formula to install jq, a standard, known package manager and package. No arbitrary downloads or extracted archives are present.
Credentials
The three required env vars map directly to ClickUp usage: API token, team id, and assignee id. The declared primary credential is the ClickUp API key. There are no unrelated credentials requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide settings, and has no install steps that persist beyond installing jq. It runs as an invoked helper script and requires explicit invocation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install personal-task-tracking - 安装完成后,直接呼叫该 Skill 的名称或使用
/personal-task-tracking触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Renamed the skill from "clickup" to "personal-task-tracking"
- Updated the skill description to clarify supported actions and usage with ClickUp tasks
- Added metadata for tool requirements and installation instructions (bash, curl, jq, env variables)
- Refined configuration instructions and streamlined documentation for using the helper script
- Enhanced clarity about required environment variables and helper script functionality
v1.0.0
initial version
元数据
常见问题
Personal Task Tracking 是什么?
Query and manage ClickUp via REST API and the local `scripts/query.sh` helper. Use when listing open or completed tasks, counting due work, looking up spaces... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 168 次。
如何安装 Personal Task Tracking?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install personal-task-tracking」即可一键安装,无需额外配置。
Personal Task Tracking 是免费的吗?
是的,Personal Task Tracking 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Personal Task Tracking 支持哪些平台?
Personal Task Tracking 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Personal Task Tracking?
由 MMaggieZhou(@mmaggiezhou)开发并维护,当前版本 v1.0.1。
推荐 Skills