← Back to Skills Marketplace
Personal Task Tracking
by
MMaggieZhou
· GitHub ↗
· v1.0.1
· MIT-0
168
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install personal-task-tracking
Description
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...
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install personal-task-tracking - After installation, invoke the skill by name or use
/personal-task-tracking - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 168 downloads so far.
How do I install Personal Task Tracking?
Run "/install personal-task-tracking" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Personal Task Tracking free?
Yes, Personal Task Tracking is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Personal Task Tracking support?
Personal Task Tracking is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Personal Task Tracking?
It is built and maintained by MMaggieZhou (@mmaggiezhou); the current version is v1.0.1.
More Skills