Jump to related tools in the same category or review the original source on GitHub.

Productivity & Tasks @davidsmorais Updated 2/26/2026

🎯 Locu OpenClaw Skill - ClawHub

Do you want your AI agent to automate Locu workflows? This free skill from ClawHub helps with productivity & tasks tasks without building custom tools from scratch.

What this skill does

Manage tasks and projects via Locu's Public API.

Install

npx clawhub@latest install locu

Full SKILL.md

Open original
namedescription
locuManage tasks and projects via Locu's Public API.

Locu Skill

Use the Locu Public API to interact with your workspace.

Authentication

  • LOCU_API_TOKEN: Your Personal Access Token (PAT).

Commands

User Info

  • Get my info: curl -X GET "https://api.locu.app/api/v1/me" -H "Authorization: Bearer $LOCU_API_TOKEN"

Tasks

  • List tasks: curl -X GET "https://api.locu.app/api/v1/tasks" -H "Authorization: Bearer $LOCU_API_TOKEN"

Projects

  • List projects: curl -X GET "https://api.locu.app/api/v1/projects" -H "Authorization: Bearer $LOCU_API_TOKEN"

Usage Notes

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.

Original URL: https://github.com/openclaw/skills/blob/main/skills/davidsmorais/locu

Related skills

If this matches your use case, these are close alternatives in the same category.