Agent skill

locu

Manage tasks and projects via Locu's Public API.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/locu

Metadata

Additional technical details for this skill

openclaw
{
    "emoji": "\ud83c\udfaf",
    "requires": {
        "env": [
            "LOCU_API_TOKEN"
        ]
    },
    "primaryEnv": "LOCU_API_TOKEN"
}

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.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results