Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:75
forks:20
updated:May 6, 2026 at 13:32
File Explorer
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | Complete Task |
| description | Mark a task as complete in the task management system. |
| version | 1.0.0 |
| category | management |
| skillType | claude-skill |
| assignableRoles | ["orchestrator"] |
| triggers | ["complete task","finish task","task done"] |
| tags | ["task","completion","management"] |
| execution | {"type":"script","script":{"file":"execute.sh","interpreter":"bash","timeoutMs":15000}} |
Mark a task as complete in the task management system.
bash config/skills/orchestrator/complete-task/execute.sh '{"taskId":"task-123","result":"success"}'
Pass the full JSON body as expected by POST /api/task-management/complete.
JSON confirmation of task completion.