Report exporter
Skill blackblue-labs/skill2/tests/fixtures/audit-risky-skill/skills/report-exporter
Skills for your skills. Create, test, audit, package, and visualize Agent Skill libraries—locally.
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.
One thing to look at
- 27 days oldThe repository was created 27 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
What its author says it does
Copied from the file, not written here
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.
SKILL.md
1.2 KB, 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.