locuManage tasks and projects via Locu's Public API.
Install via ClawdBot CLI:
clawdbot install davidsmorais/locuUse the Locu Public API to interact with your workspace.
LOCU_API_TOKEN: Your Personal Access Token (PAT).curl -X GET "https://api.locu.app/api/v1/me" -H "Authorization: Bearer $LOCU_API_TOKEN"curl -X GET "https://api.locu.app/api/v1/tasks" -H "Authorization: Bearer $LOCU_API_TOKEN"curl -X GET "https://api.locu.app/api/v1/projects" -H "Authorization: Bearer $LOCU_API_TOKEN"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.
Generated Mar 1, 2026
A freelance developer uses Locu to track tasks across multiple client projects, ensuring deadlines are met. They list tasks and projects via the API to monitor progress and integrate with tools like Linear for issue tracking.
A small marketing team employs Locu to manage campaign tasks and project timelines. They retrieve user info to assign responsibilities and parse JSON outputs to filter tasks by status, improving team collaboration.
A tech startup integrates Locu with Jira to sync development tasks, using the API to list and categorize tasks. This helps in tracking bug fixes and feature requests across native and integrated platforms.
A consultancy firm uses Locu to generate reports on project progress for clients. They fetch project and task data via the API, extracting details like completion status to provide transparent updates.
An educational institution manages course development projects with Locu, listing tasks for curriculum design and assignment tracking. They parse task types to distinguish between internal and integrated tools like Linear.
Locu offers a subscription-based model for its API, charging teams based on usage tiers or number of users. Revenue is generated through monthly or annual fees, targeting small to medium businesses for task management.
Locu provides a free tier with basic task and project management via the API, while premium features like advanced integrations or higher API limits are paid. This model attracts users and upsells to larger teams.
Locu licenses its API to large enterprises for custom integrations with tools like Jira, offering dedicated support and enhanced security. Revenue comes from one-time or annual licensing fees tailored to organizational needs.
💬 Integration Tip
Ensure the LOCU_API_TOKEN is securely stored as an environment variable and parse JSON responses to handle task types like native or integrated from Linear/Jira effectively.
Manage Trello boards, lists, and cards via the Trello REST API.
Sync and query CalDAV calendars (iCloud, Google, Fastmail, Nextcloud, etc.) using vdirsyncer + khal. Works on Linux.
Manage tasks and projects in Todoist. Use when user asks about tasks, to-dos, reminders, or productivity.
Master OpenClaw's timing systems. Use for scheduling reliable reminders, setting up periodic maintenance (janitor jobs), and understanding when to use Cron v...
Calendar management and scheduling. Create events, manage meetings, and sync across calendar providers.
Kanban-style task management dashboard for AI assistants. Manage tasks via CLI or dashboard UI. Use when user mentions tasks, kanban, task board, mission con...