A specialized CLI for Linear.app that provides structured JSON output optimized for LLM agents and automation.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install linearis
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install linearis using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
linearis is a powerful command-line utility designed to bridge the gap between your project management in Linear.app and your automated workflows. Built with a focus on machine readability, it serves as an essential component for Openclaw Skills that require programmatic access to issues, comments, and documentation. By transforming Linear's interface into a JSON-first CLI, it enables developers and AI agents to execute complex project tasks with precision.
Whether you are updating ticket statuses, searching through cycles, or managing project documents, this tool ensures that the data is delivered in a format ready for immediate processing. It is particularly valuable for developers building sophisticated autonomous agents that need to act as members of a product team within the Openclaw Skills framework.
To get started, install the tool via npm:
npm install -g linearis
Authentication can be handled by saving your token to a local file:
echo "your_api_token" > ~/.linear_api_token
Alternatively, set the LINEAR_API_TOKEN environment variable or use the --api-token flag during command execution.
The tool organizes data into logical entities corresponding to the Linear API structure. Most responses return arrays or objects of JSON data.
Loading
A browser-based automation skill that enables AI agents to search, play, and manage YouTube music sessions using playwright-cli.

A neural search skill providing web, code, and company research capabilities without requiring an API key.

An automated workflow for publishing, managing, and analyzing image-text and video content on Xiaohongshu via browser automation.

A professional utility to upload local files to DogeCloud OSS and retrieve structured metadata with public access URLs.

An automated tool to extract metadata, transcripts, and external research to create comprehensive, structured summaries of YouTube videos.

A lightweight utility for transforming text or URLs into QR code images via a pre-configured Python script.








































