Install
openclaw skills install locuManage tasks and projects via Locu's Public API.
openclaw skills install locuUse the Locu Public API to interact with your workspace.
LOCU_API_TOKEN: Your Personal Access Token (PAT).curl -X GET "https://api.locu.app/api/v1/me" -H "Authorization: Bearer $LOCU_API_TOKEN"curl -X GET "https://api.locu.app/api/v1/tasks" -H "Authorization: Bearer $LOCU_API_TOKEN"curl -X GET "https://api.locu.app/api/v1/projects" -H "Authorization: Bearer $LOCU_API_TOKEN"Always parse the JSON output to extract details about tasks (id, name, done status, type). Locu tasks can be native or integrated from Linear/Jira.