Format Export

🌐Community
by bybren-llc · vlatest · Repository

Exports formatted data from various sources to common file types like CSV, JSON, and Excel.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add format-export npx -- -y @trustedskills/format-export
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "format-export": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/format-export"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The format-export skill allows AI agents to export data into various structured formats. It takes existing data and transforms it, ensuring compatibility with different systems and applications. This includes converting raw text or complex objects into JSON, CSV, or other specified formats for easier processing and integration.

When to use it

  • Data Sharing: Exporting story system data to share with collaborators who may not have access to the original tool.
  • System Integration: Converting data from a proprietary format into a standard like JSON for import into another application or database.
  • Reporting & Analysis: Preparing formatted data (e.g., CSV) for analysis in spreadsheet software or other reporting tools.
  • Backup and Archiving: Creating exportable archives of story system data for backup purposes.

Key capabilities

  • Data format conversion (JSON, CSV).
  • Structured output generation.
  • Compatibility with various systems.

Example prompts

  • "Export the current story system data to a JSON file."
  • "Convert this character sheet into a CSV format suitable for import into a spreadsheet."
  • “Please export all worldbuilding notes as a JSON object.”

Tips & gotchas

The skill requires access to the underlying data within the story system. Ensure the AI agent has appropriate permissions and context to retrieve the necessary information before attempting an export.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
bybren-llc
Installs
7

🌐 Community

Passed automated security scans.