Personal Task Tracking — 个人任务跟踪

v1.0.1

通过 REST API 与本地 scripts/query.sh 助手查询并管理 ClickUp,轻松列出待办/已完成任务、统计工作量、检索空间等。

0· 141·0 当前·0 累计
mmaggiezhou 头像by @mmaggiezhou (MMaggieZhou)
下载技能包
最后更新
2026/3/31
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
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 amou...
详细分析 ▾
用途与能力
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.
指令范围
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 spec is a single brew formula to install jq, a standard, known package manager and package. No arbitrary downloads or extracted archives are present.
凭证需求
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.
持久化与权限
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.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.12026/3/26

NULL

Pending

安装命令

点击复制
官方npx clawhub@latest install personal-task-tracking
镜像加速npx clawhub@latest install personal-task-tracking --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库