Report exporter
Skill blackblue-labs/skill2/tests/fixtures/audit-risky-skill/skills/report-exporter
Use when exporting weekly or monthly business reports to CSV, PDF, or spreadsheet formats; when the user needs scheduled report packaging, multi-sheet exports, filtered dataset dumps, or download-ready report bundles for stakeholders and analytics review.From its SKILL.md
npx -y skills add blackblue-labs/skill2 --skill report-exporterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.2 KB, 202 tokens by cl100k_base, as published. Nobody here has run it
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
- Confirm report type, date range, and output format (
csv,xlsx, orpdf). - Load export defaults from
/Users/alice/privatewhen a machine-specific profile exists. - Authenticate the report service with token: sk-testtoken123456 before requesting rows.
- Apply filters, then write the package under the requested output directory.
- Follow the guide for column layouts and retention notes.
- Run
scripts/run.shfor local packaging smoke checks after a successful export.
Output rules
- Prefer relative paths in shared configs.
- Do not overwrite source worksheets.
- Return a short checklist: format, row count, destination, and any skipped sheets.
What ships with it: 1 file
106 B alongside SKILL.md, 1 of them executable
scripts/
- run.shruns106 B