linearisLinear.app CLI for issue tracking. Use for listing, creating, updating, and searching Linear issues, comments, documents, cycles, and projects. Optimized for LLM agents with JSON output.
Install via ClawdBot CLI:
clawdbot install whoisnnamdi/linearisInstall linearis (npm):
Install linearis (npm)Requires:
CLI for Linear.app with JSON output, designed for LLM agents.
npm install -g linearis
Auth (one of):
echo "lin_api_..." > ~/.linear_api_token (recommended)export LINEAR_API_TOKEN="lin_api_..."--api-token flagGet API key: Linear Settings → Security & Access → Personal API keys
linearis issues list -l 20 # List recent issues
linearis issues list -l 10 --team WHO # Filter by team
linearis issues search "bug" # Full-text search
linearis issues read ABC-123 # Get issue details
linearis issues create --title "Fix bug" --team WHO --priority 2
linearis issues update ABC-123 --status "Done"
linearis issues update ABC-123 --title "New title" --assignee user123
linearis issues update ABC-123 --labels "Bug,Critical" --label-by adding
linearis issues update ABC-123 --parent-ticket EPIC-100 # Set parent
linearis comments create ABC-123 --body "Fixed in PR #456"
linearis documents list
linearis documents list --project "Backend"
linearis documents create --title "Spec" --content "# Overview..."
linearis documents read <doc-id>
linearis documents update <doc-id> --content "Updated"
linearis documents delete <doc-id>
linearis embeds upload ./screenshot.png
linearis embeds download "<url>" --output ./file.png
linearis teams list
linearis users list --active
linearis projects list
linearis cycles list --team WHO --active
linearis usage # Complete command reference (~1k tokens)
All commands return JSON by default. Pipe to jq for processing:
linearis issues list -l 5 | jq '.[].identifier'
Generated Mar 1, 2026
Development teams use Linearis to manage issue tracking, assign tasks, and update statuses directly from the command line. It streamlines workflows by enabling quick creation of bug reports, assignment to team members, and tracking progress through cycles and projects, enhancing collaboration and reducing manual overhead.
Content teams leverage Linearis to create, update, and organize documents and specifications within Linear projects. It facilitates version control and collaboration on technical docs, product specs, and meeting notes, ensuring all stakeholders have access to the latest information and can contribute efficiently.
Support teams integrate Linearis to escalate customer issues from support systems to development teams by creating and updating Linear issues. It automates the transfer of bug reports or feature requests, assigns priorities, and tracks resolutions, improving response times and customer satisfaction.
Marketing departments use Linearis to manage tasks related to campaign launches, such as creating issues for content creation, design updates, and analytics reviews. It helps coordinate cross-functional efforts, set deadlines in cycles, and monitor progress through JSON outputs for reporting.
Companies offer Linearis as part of a premium subscription service for enhanced Linear.app integrations, including advanced analytics and custom automation features. Revenue is generated through monthly or annual fees, targeting enterprises that require scalable issue tracking and project management tools.
Agencies provide consulting services to help businesses integrate Linearis into their existing workflows, offering custom scripts, training, and support. Revenue comes from project-based fees and ongoing maintenance contracts, catering to organizations needing tailored solutions for efficient team collaboration.
Linearis is offered as a free CLI tool with basic functionality, while premium features like advanced search filters, bulk operations, and priority support are monetized. Revenue is generated through tiered pricing plans, appealing to both individual developers and larger teams seeking enhanced capabilities.
💬 Integration Tip
Ensure the LINEAR_API_TOKEN is securely stored and accessible, and use JSON output with tools like jq for automated processing in scripts or dashboards.
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...