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: INLINECODE1
Tasks
- - List tasks: INLINECODE2
Projects
- - List projects: INLINECODE3
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
详细描述:
Locu 技能
使用 Locu 公共 API 与您的工作区进行交互。
身份验证
- - LOCUAPITOKEN:您的个人访问令牌(PAT)。
命令
用户信息
- - 获取我的信息:curl -X GET https://api.locu.app/api/v1/me -H Authorization: Bearer $LOCUAPITOKEN
任务
- - 列出任务:curl -X GET https://api.locu.app/api/v1/tasks -H Authorization: Bearer $LOCUAPITOKEN
项目
- - 列出项目:curl -X GET https://api.locu.app/api/v1/projects -H Authorization: Bearer $LOCUAPITOKEN
使用说明
始终解析 JSON 输出以提取任务的详细信息(id、名称、完成状态、类型)。Locu 任务可以是原生任务,也可以是从 Linear/Jira 集成的任务。