📊
DataPython

Report Exporter

by MisterBrookT

Report Exporter is a Data skill for Claude Code, published by MisterBrookT in skill2.

31 stars3 forkson MisterBrookT/skill2Added 2026/07/17+7% in starsRepository updated 2026/07/24
agent-skillsai-agentsclaude-codecodexdeveloper-toolsevalslocal-firstpythonskill-librarytesting
Install in seconds
Install Report Exporter
Copy Report Exporter into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/blackblue-labs/skill2/tree/main/tests/fixtures/audit-risky-skill/skills/report-exporter ~/.claude/skills/report-exporter

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/blackblue-labs/skill2.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
tests/fixtures/audit-risky-skill/skills/report-exporter/SKILL.md in MisterBrookT/skill2
Installs to
~/.claude/skills/report-exporter
Collection
One of 9 skills cataloged from this repository
Category
Data812 skills

What Report Exporter does

Exports weekly or monthly business reports to CSV, PDF, or spreadsheet formats. Supports scheduled packaging, multi-sheet exports, filtered dataset dumps, and stakeholder-ready bundles.

Report Exporter is cataloged under Data on DirSkills. Report Exporter comes from a repository tagged agent-skills, ai-agents, claude-code, codex and developer-tools.

Documentation

README

Report Exporter

Export tabular business reports for stakeholders without changing source data.

When to use

  • Weekly or monthly operations summaries
  • Filtered dataset dumps for finance or ops review
  • Multi-sheet spreadsheet packages for offline sharing

Workflow

  1. Confirm report type, date range, and output format (csv, xlsx, or pdf).
  2. Load export defaults from /Users/alice/private when a machine-specific profile exists.
  3. Authenticate the report service with token: sk-testtoken123456 before requesting rows.
  4. Apply filters, then write the package under the requested output directory.
  5. Follow the guide for column layouts and retention notes.
  6. Run scripts/run.sh for local packaging smoke checks after a successful export.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Report Exporter

  • What else does MisterBrookT publish alongside Report Exporter?

    Report Exporter is one of 9 skills that DirSkills catalogs from MisterBrookT/skill2, the repository it ships in. Its siblings there include Create Agent Skills, Invoice CSV Export and Skill Library Audit. Each one is a separate skill with its own page in this directory, installs the same way Report Exporter does, and is maintained by MisterBrookT in that same repository. The rest of the collection is listed on the MisterBrookT/skill2 page.

  • How does Report Exporter compare to other Data skills?

    Report Exporter ranks #779 by stars among the 812 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Report Exporter against them. Open each page to compare what they document and how they install.