Export Formats
This skill allows you to easily download content in various file formats (like PDF, PNG, etc.) for seamless sharing and wider accessibility.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add export-formats npx -- -y @trustedskills/export-formats
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"export-formats": {
"command": "npx",
"args": [
"-y",
"@trustedskills/export-formats"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to export data into various formats. It supports common file types and can be used to transform data from one structure to another, facilitating sharing and integration with other systems. The agent can handle exporting lists of items or complex structured data.
When to use it
- Generate a CSV report of customer orders for import into accounting software.
- Convert a JSON document describing product specifications into a Markdown file for documentation purposes.
- Export a list of tasks from a project management tool as an Excel spreadsheet.
- Transform data retrieved from an API into a format suitable for display on a website.
Key capabilities
- Exports data to CSV format.
- Exports data to JSON format.
- Exports data to Markdown format.
- Supports conversion between different data structures.
Example prompts
- "Export this list of products as a CSV file."
- "Convert the following JSON into a Markdown table: [JSON data]"
- "Can you export these tasks to an Excel spreadsheet?"
Tips & gotchas
The agent requires access to the data it is exporting. Ensure the AI has appropriate permissions and context for the requested data source.
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.