← Back to Skills Marketplace
Locu
by
davidsmorais
· GitHub ↗
· v1.0.0
1625
Downloads
1
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install locu
Description
Manage tasks and projects via Locu's Public API.
README (SKILL.md)
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.
Usage Guidance
This skill appears to do exactly what it claims — call api.locu.app using your LOCU_API_TOKEN. Before installing: (1) confirm the token you supply has the minimal scope needed (prefer a read-only token for testing), (2) store the token securely and avoid pasting long-lived tokens into untrusted places, and (3) consider verifying the publisher (there's no homepage/repo listed) or testing the skill in a sandbox account if you have any doubt about the source.
Capability Analysis
Type: OpenClaw Skill
Name: locu
Version: 1.0.0
The skill bundle is benign. It defines a skill to interact with the Locu Public API, making standard `curl` GET requests to `https://api.locu.app` endpoints using a `LOCU_API_TOKEN` provided via environment variables, as declared in `SKILL.md`. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or harmful prompt injection against the agent. All actions are consistent with the stated purpose of managing tasks and projects via the Locu API.
Capability Assessment
Purpose & Capability
Name/description (manage tasks/projects via Locu API) match the required credential and the listed curl calls. Minor note: the skill metadata shows no homepage or source repository, so the publisher cannot be easily verified — that affects trust but not internal coherence.
Instruction Scope
SKILL.md contains explicit curl commands to Locu endpoints (/me, /tasks, /projects) and a harmless instruction to parse JSON output. It does not instruct reading unrelated files, other env vars, or sending data to third-party endpoints.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is downloaded or written to disk.
Credentials
Only LOCU_API_TOKEN is required and declared as the primary credential, which is appropriate for a public-API integration. No unrelated secrets or config paths are requested.
Persistence & Privilege
Skill does not request always:true and is not asking to modify other skills or system-wide settings. It can be invoked autonomously (platform default) but that is not unusual here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install locu - After installation, invoke the skill by name or use
/locu - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Locu skill for managing tasks and projects.
- Connects to Locu's Public API for workspace interaction.
- Supports user authentication via LOCU_API_TOKEN.
- Provides commands to fetch user info, list tasks, and list projects.
- Includes guidance for parsing JSON responses.
- Supports both native and integrated tasks (Linear/Jira).
Metadata
Frequently Asked Questions
What is Locu?
Manage tasks and projects via Locu's Public API. It is an AI Agent Skill for Claude Code / OpenClaw, with 1625 downloads so far.
How do I install Locu?
Run "/install locu" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Locu free?
Yes, Locu is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Locu support?
Locu is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Locu?
It is built and maintained by davidsmorais (@davidsmorais); the current version is v1.0.0.
More Skills