← All plugins
linear
v0.0.3Find and reference issues and projects.
Codex1 skill1 MCP serverstreamable-http
by OpenAIMIT5kupdated 3 weeks ago
Source
git clone https://github.com/openai/pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/linear/ inside the repository.
Layout
plugins/linear/
├── .codex-plugin/plugin.json├── skills/linear/SKILL.md└── .mcp.json
Skills1
linearskills/linear/SKILL.md
Manage issues, projects & team workflows in Linear. Use when the user wants to read, create or updates tickets in Linear.
MCP servers1
linearstreamable-http
- url
- https://mcp.linear.app/mcp
Manifests1
plugins/linear/.codex-plugin/plugin.json
{
"name": "linear",
"version": "0.0.3",
"description": "Find and reference issues and projects.",
"author": {
"name": "OpenAI",
"url": "https://linear.app/"
},
"homepage": "https://linear.app/",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"skills": "./skills/",
"apps": "./.app.json",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Linear",
"shortDescription": "Find and reference issues and projects.",
"longDescription": "Manage issues, projects, and team workflows in Linear from Codex.",
"developerName": "OpenAI",
"category": "Productivity",
"capabilities": [],
"websiteURL": "https://linear.app/",
"privacyPolicyURL": "https://linear.app/privacy",
"termsOfServiceURL": "https://linear.app/terms",
"brandColor": "#5E6AD2",
"defaultPrompt": [
"Triage or update relevant issues for this task with clear next actions"
],
"composerIcon": "./assets/linear-icon.svg",
"logo": "./assets/app-icon.png",
"screenshots": []
}
}