linear-todosA CLI tool that executes Python source code to manage todos via Linear's API. Creates tasks with natural language dates, priorities, and scheduling. This is...
Install via ClawdBot CLI:
clawdbot install avegancafe/linear-todosGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://linear.app/settings/apiAudited Apr 17, 2026 · audit v1.0
Generated Feb 23, 2026
Freelancers can use Linear Todos to organize client projects and deadlines directly from their terminal. It parses natural language dates like 'next Friday' to schedule tasks, and integrates with Linear's issue tracking for seamless project updates. This streamlines workflow without switching between multiple apps.
Development teams can manage sprint tasks and bug fixes via CLI commands, syncing with Linear's API for real-time updates. It supports priorities and scheduling to align with agile methodologies, enhancing collaboration and reducing manual entry. This is ideal for remote teams using terminal-based workflows.
Individuals can track personal goals and daily todos with smart date parsing for reminders like 'in 3 days'. It uses Linear's robust platform for organization, offering a CLI alternative to GUI tools for tech-savvy users. This helps maintain focus and efficiency in personal projects.
Small business owners can manage operational tasks such as inventory checks or customer follow-ups through automated CLI commands. It integrates with Linear for team visibility, allowing quick creation and updates without leaving the terminal. This reduces administrative overhead and improves task accountability.
Offer a free tier with basic todo management and CLI access, while premium features include advanced scheduling, team analytics, and priority support. Revenue comes from monthly subscriptions for businesses needing enhanced productivity tools. This leverages Linear's ecosystem to attract users seeking streamlined workflows.
Target large organizations by bundling Linear Todos with custom integrations, security audits, and dedicated support. Revenue is generated through annual licenses and consulting services for deployment. This model capitalizes on the need for secure, scalable task management in corporate environments.
Distribute Linear Todos as a paid skill or plugin in developer marketplaces, with one-time purchases or usage-based pricing. Revenue streams include sales commissions and optional premium support packages. This taps into the growing demand for CLI tools among programmers and tech teams.
💬 Integration Tip
Use environment variables for API keys to avoid storing plaintext config files, and review the source code in api.py to ensure secure HTTPS calls to Linear's API.
Scored Apr 19, 2026
Calendar management and scheduling. Create events, manage meetings, and sync across calendar providers.
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.
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Send short status descriptions in chat for long-running tasks. Use when you need to provide periodic updates during multi-step operations, confirm task completion, or notify of failures. Includes automated periodic monitoring that sends updates every 5 seconds, status message templates, and a helper function for consistent status reporting.
Create, list, and manage macOS Calendar events via AppleScript. Use when the user asks to add a reminder, schedule an event, create a calendar entry, set a d...