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 12:49
File Explorer
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | Accept Task |
| description | Accept and take the next available task from the task queue. |
| version | 1.0.0 |
| category | task-management |
| skillType | claude-skill |
| assignableRoles | ["developer","qa","tpm","designer","frontend-developer","backend-developer","fullstack-dev","qa-engineer","product-manager","architect","generalist","sales","support"] |
| triggers | ["accept task","take task","get next task","pick up task"] |
| tags | ["task","queue","assignment"] |
| execution | {"type":"script","script":{"file":"execute.sh","interpreter":"bash","timeoutMs":15000}} |
Accept and take the next available task from the task queue. The backend assigns the highest-priority unassigned task to your session.
| Parameter | Required | Description |
|---|---|---|
sessionName | Yes | Your agent session name |
teamMemberId | No | Your team member ID for targeted assignment |
bash config/skills/agent/accept-task/execute.sh '{"sessionName":"dev-1"}'
JSON with the assigned task details including path, description, and priority. Returns an empty result if no tasks are available.