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 | Read Task |
| description | Read the full details of a task file by its absolute path. |
| 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 | ["read task","view task","show task","task details"] |
| tags | ["task","read","details"] |
| execution | {"type":"script","script":{"file":"execute.sh","interpreter":"bash","timeoutMs":15000}} |
Read the full details of a task file by its absolute path. Returns the task content, metadata, status, and any subtasks.
| Parameter | Required | Description |
|---|---|---|
absoluteTaskPath | Yes | Absolute filesystem path to the task file |
bash config/skills/agent/read-task/execute.sh '{"absoluteTaskPath":"/projects/app/tasks/implement-login.md"}'
JSON with full task details including description, acceptance criteria, priority, status, and related files.