with one click
clickup-fetch
Fetch ClickUp tasks/lists with automatic name resolution
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Fetch ClickUp tasks/lists with automatic name resolution
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
When planning, flag uncertain assumptions and supply a ready-to-run web-research prompt to confirm them.
Local Switchboard management console — drive the board when the VS Code extension is running
Implement with high accuracy and self-review (invest effort up front to minimize rework)
Reconcile and restructure a feature's subtasks — improve each, then merge/delete/rewrite/split to make the set coherent
Deep planning, dependency checks, and adversarial review
Cloud-VM planning mode — plan first, do not auto-code in a remote VM
| name | clickup-fetch |
| description | Fetch ClickUp tasks/lists with automatic name resolution |
| allowed-tools | Bash |
| disable-model-invocation | true |
CUR="$PWD"
while [ "$CUR" != "/" ] && [ ! -d "$CUR/.agents/skills" ]; do CUR=$(dirname "$CUR"); done
source "$CUR/.agents/skills/_lib/sb_api_call.sh"
# Resolve a task name
sb_api_call GET "/resolve/clickup/name/My%20Task%20Name"
# Resolve a list name
sb_api_call GET "/resolve/clickup/name/My%20List%20Name"
{
"id": "123456789",
"cached": false
}
"cached": true