skills$openclaw/locu
davidsmorais5.7k

by davidsmorais

locu – OpenClaw Skill

locu is an OpenClaw Skills integration for planning workflows. Manage tasks and projects via Locu's Public API.

5.7k stars9.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026planning

Skill Snapshot

namelocu
descriptionManage tasks and projects via Locu's Public API. OpenClaw Skills integration.
ownerdavidsmorais
repositorydavidsmorais/locu
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @davidsmorais/locu
last updatedFeb 7, 2026

Maintainer

davidsmorais

davidsmorais

Maintains locu in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
266 B
SKILL.md
935 B
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.

README.md

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.