AI Skill Hub 强烈推荐:Linearis AI 命令行工具 是一款优质的Agent工作流。AI 综合评分 8.2 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
一个专为 Linear.app 设计的开源 AI 工作流 CLI 工具。支持 JSON 输出、智能 ID 解析及图谱优化,旨在通过命令行高效管理 Linear 任务,非常适合追求自动化工作流的开发者和技术团队。
Linearis AI 命令行工具 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
一个专为 Linear.app 设计的开源 AI 工作流 CLI 工具。支持 JSON 输出、智能 ID 解析及图谱优化,旨在通过命令行高效管理 Linear 任务,非常适合追求自动化工作流的开发者和技术团队。
Linearis AI 命令行工具 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g linearis # 方式二:npx 直接运行(无需安装) npx linearis --help # 方式三:项目依赖安装 npm install linearis # 方式四:从源码运行 git clone https://github.com/linearis-oss/linearis cd linearis npm install npm start
# 命令行使用
linearis --help
# 基本用法
linearis [options] <input>
# Node.js 代码中使用
const linearis = require('linearis');
const result = await linearis.run(options);
console.log(result);
# linearis 配置说明 # 查看配置选项 linearis --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export LINEARIS_CONFIG="/path/to/config.yml"
jq, no parsing of tables or prose.ENG-42, a team name, or a UUID interchangeably.usage commands keep agent context small.linearis usage
npm install -g linearis
Requires Node.js ≥ 22. The linearis command is canonical; linear is a fully supported alias that runs the same CLI.
All output is JSON. Start with discovery, then act.
```bash
Add this (or a version adapted to your workflow) to your AGENTS.md or CLAUDE.md so every session has it in context:
```markdown
linearis issues usage
Linearis is structured around a discover-then-act pattern that matches how agents work:
linearis usage returns a compact overview of all domains. The agent reads it once.linearis <domain> usage gives the full reference for a single domain. The agent loads only what it needs.The agent never loads the full API surface into context — it pays for what it uses, one domain at a time.
| Linearis | Linear MCP | |
|---|---|---|
| Context cost | ~500–700 tokens per interaction | ~13k tokens on connect |
| Coverage | Common operations (issues, discussions, cycles, docs, files) | Full Linear API |
| Output | JSON via stdout | Tool-call responses |
| Setup | npm install -g linearis + Bash tool | MCP server connection |
Use Linearis when token efficiency matters and you work primarily with issues and related data. Use the MCP when you need full API coverage or tight tool-call integration.
aiskill88点评:精准切入开发者工具链,将 Linear 的 API 能力转化为可编程的 CLI 流程,实用性极强。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,Linearis AI 命令行工具 是一款质量优秀的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | linearis |
| Topics | 命令行工具任务管理自动化工作流 |
| GitHub | https://github.com/linearis-oss/linearis |
| License | MIT |
| 语言 | TypeScript |
收录时间:2026-07-03 · 更新时间:2026-07-03 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端