Back to skills
SkillHub ClubShip Full StackFull StackBackend
locu
Manage tasks and projects via Locu's Public API.
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Stars
3,087
Hot score
99
Updated
March 20, 2026
Overall rating
C4.0
Composite score
4.0
Best-practice grade
A85.2
Install command
npx @skill-hub/cli install openclaw-skills-locu
Repository
openclaw/skills
Skill path: skills/davidsmorais/locu
Manage tasks and projects via Locu's Public API.
Open repositoryBest for
Primary workflow: Ship Full Stack.
Technical facets: Full Stack, Backend.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: openclaw.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install locu into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/openclaw/skills before adding locu to shared team environments
- Use locu for development workflows
Works across
Claude CodeCodex CLIGemini CLIOpenCode
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
---
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.
---
## Skill Companion Files
> Additional files collected from the skill directory layout.
### _meta.json
```json
{
"owner": "davidsmorais",
"slug": "locu",
"displayName": "Locu",
"latest": {
"version": "1.0.0",
"publishedAt": 1770062788944,
"commit": "https://github.com/clawdbot/skills/commit/80fc8e15c25aabe0aec11b53689581d456757eb0"
},
"history": []
}
```