← 返回 Skills 市场
Locu
作者
davidsmorais
· GitHub ↗
· v1.0.0
1625
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install locu
功能描述
Manage tasks and projects via Locu's Public API.
使用说明 (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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install locu - 安装完成后,直接呼叫该 Skill 的名称或使用
/locu触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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).
元数据
常见问题
Locu 是什么?
Manage tasks and projects via Locu's Public API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1625 次。
如何安装 Locu?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install locu」即可一键安装,无需额外配置。
Locu 是免费的吗?
是的,Locu 完全免费(开源免费),可自由下载、安装和使用。
Locu 支持哪些平台?
Locu 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Locu?
由 davidsmorais(@davidsmorais)开发并维护,当前版本 v1.0.0。
推荐 Skills