agentsclimarketplace

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

Install
npx -y skills add blackblue-labs/skill2 --skill report-exporter

Assembled 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

  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.

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/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.