LJH-snow/dsh-tool-linear0

@libai168/dsh-tool-linear

Linear tools for DeepSeek Harness: search issues, inspect projects/cycles/teams, create and update tickets, and comment

AI Analysis

为 DSH 提供 Linear 项目管理工具集成。适合使用 Linear 进行研发协同、需要 Agent 辅助管理工单的团队,配置时必须提供 Linear 个人 API 密钥。

Package
@libai168/dsh-tool-linear
Version
0.1.0
License
MIT
Last updated
Aug 27, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

Configuration

Load the plugin in a dsh composition config (cordis.yml):

- name: 'github:LJH-snow/dsh-tool-linear'
  config:
    apiKey: 'lin_api_xxx'              # required: Linear personal API key
    baseUrl: 'https://api.linear.app/graphql'  # optional
    timeoutMs: 15000                    # optional, default 15000

Full example: examples/cordis.yml.

Security: the first version requires an API key for every tool because Linear workspaces are access-controlled and several tools modify tickets. Create a personal API key under Linear Settings > Security & access, grant it the minimum permissions needed, and never commit it.