@meetopenbot/linear
v0.0.6
Published
Linear MCP-backed specialist agent for OpenBot
Readme
@meetopenbot/linear
Linear specialist agent for OpenBot: MCP-backed issue, project, and comment management.
Features (MVP)
- Agent — OpenAI + Linear's official MCP (
https://mcp.linear.app/mcp) - Auth — personal API key via plugin config or
LINEAR_API_KEYsecret
Setup
Create a personal API key at Linear → Settings → API.
Add the plugin to your agent's
AGENT.md:
plugins:
- id: "@meetopenbot/linear"
config:
apiKey: lin_api_your_key_here
authMode: credits
model: openai/gpt-4o-miniOn cloud, authMode: credits uses your workspace credit balance. For BYOK (bring your own key), set authMode: byok and add OPENAI_API_KEY under workspace settings.
You can also store the API key as a secret workspace variable named LINEAR_API_KEY instead of putting it in plugin config.
Build
npm install
npm run buildRestart the OpenBot runtime to load the plugin.
