OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add nvidia/skillevaluator --skill task-list
Required for 4+ step requests; add tasks at start and update status after each step.
npx skills add nvidia/skillevaluator --skill task-list
Track multi-step tasks to ensure nothing is forgotten.
Use the tasks tool directly. Do NOT use run_code, execute, or write_file for task management.
This clears any previous tasks. Each request starts fresh.
| Operation | Args | Description |
|---|---|---|
add_multiple | content="t1; t2; t3" | Add tasks (clears previous) |
start | task_id="task_1" | Mark in_progress |
complete | task_id="task_1" | Mark completed |
cancel | task_id="task_1" | Cancel a task |
list | (none) | Show all tasks |
next | (none) | Get next pending task |