5.7k★by davidsmorais
locu – OpenClaw Skill
locu is an OpenClaw Skills integration for planning workflows. Manage tasks and projects via Locu's Public API.
Skill Snapshot
| name | locu |
| description | Manage tasks and projects via Locu's Public API. OpenClaw Skills integration. |
| owner | davidsmorais |
| repository | davidsmorais/locu |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @davidsmorais/locu |
| last updated | Feb 7, 2026 |
Maintainer

name: locu description: Manage tasks and projects via Locu's Public API. metadata: { "openclaw": { "emoji": "🎯", "requires": { "env": ["LOCU_API_TOKEN"] }, "primaryEnv": "LOCU_API_TOKEN", }, }
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.
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install locu?
Run openclaw add @davidsmorais/locu in your terminal. This installs locu into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/davidsmorais/locu. Review commits and README documentation before installing.
