Lists available skills. Includes project skills when project_id is provided.
cURL
curl --request GET \ --url https://api.manus.ai/v2/skill.list \ --header 'x-manus-api-key: <api-key>'
{ "ok": true, "request_id": "<string>", "data": [ { "id": "<string>", "name": "<string>", "description": "<string>", "owner_type": "personal", "creator_info": { "user_id": "<string>", "name": "<string>" }, "created_at": 123, "updated_at": 123 } ] }
When provided, includes project-specific skills in addition to the user's global skills. Use project.list to get available project IDs.
Skills retrieved successfully.
Whether the request was successful.
true
Unique identifier for this API request.
Array of skill objects. Use the id field when passing to enable_skills or force_skills in task.create.
Show child attributes
Was this page helpful?