Analytics Export

🌐Community
by laurigates · vlatest · Repository

Export analyzed data from dashboards and reports in various formats like CSV, Excel, or PDF for further review.

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 analytics-export npx -- -y @trustedskills/analytics-export
2

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

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

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 analytics data collected by Claude for external analysis or reporting. It retrieves a summary of analytics invocations and presents them in various formats, including JSON (default), CSV, or Markdown tables. The exported data includes details like the type, count, success/failure rates, and timestamps associated with each analytic event.

When to use it

  • To generate reports on Claude's usage patterns for internal review.
  • When needing to analyze Claude’s performance metrics in a spreadsheet application (using CSV export).
  • For creating documentation or presentations that require a summary of Claude's activity (using Markdown export).

Key capabilities

  • Exports analytics data as JSON, CSV, or Markdown.
  • Provides a summary of total invocations.
  • Includes details on each analytic event: name, type, count, success/failure rates, and timestamps.
  • Allows specifying an output file for the exported data.

Example prompts

  • "Export analytics data as CSV."
  • "Show me the analytics summary in JSON format."
  • "Export the analytics to a file named analytics_report.csv."

Tips & gotchas

  • The skill requires that Claude’s analytics data has been previously collected and stored (check for the existence of summary.json).
  • The default output format is JSON if no specific format is provided in the prompt.
  • To export as CSV, ensure you have jq installed to properly parse the JSON data.

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
laurigates
Installs
34

🌐 Community

Passed automated security scans.