Linear Export
Generates a linear HTML table export from data, streamlining tabular data presentation and sharing across platforms.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add linear-export npx -- -y @trustedskills/linear-export
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"linear-export": {
"command": "npx",
"args": [
"-y",
"@trustedskills/linear-export"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The linear-export skill allows AI agents to export data from Linear, a project management tool. It can retrieve issue details, including descriptions, assignees, and comments, and format them into various structured formats like JSON or CSV. This facilitates integration with other tools and reporting processes.
When to use it
- Data Migration: Exporting issues from Linear to another system for archival or migration purposes.
- Reporting & Analytics: Extracting issue data for custom reports, dashboards, or analysis outside of Linear's built-in features.
- Integration with External Tools: Feeding Linear issue information into other applications like CRM systems or marketing automation platforms.
- Backup and Recovery: Creating backups of project data stored within Linear.
Key capabilities
- Issue retrieval from Linear
- Data formatting (JSON, CSV)
- Extraction of issue details (description, assignee, comments)
Example prompts
- "Export all open issues assigned to John Doe in JSON format."
- "Get the description and comment history for issue #1234 and output as CSV."
- "Retrieve a list of all issues created this week."
Tips & gotchas
- Requires authentication with Linear, typically through an API token. Ensure the agent has appropriate permissions within your Linear workspace.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.