跳至主要内容
小龙虾小龙虾AI
🤖

Locu

Manage tasks and projects via Locu's Public API.

下载1.3k
星标0
版本1.0.0
开发工具
安全通过

技能说明


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.

如何使用「Locu」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「Locu技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能