/offload:export

Exportescribe los logs de peticiones en formatos JSONL, CSV o Markdown para auditoría externa.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jdidion/claude-plugins --skill offload-export
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: /offload:export
Source: https://github.com/jdidion/claude-plugins/tree/main/plugins/offload/skills/export
Command: npx skills add https://github.com/jdidion/claude-plugins --skill offload-export

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Export prompt logs for external analysis, auditing, and collaboration across teams.

Core Features & Use Cases

  • Export prompt logs in jsonl (default), csv, or markdown formats.
  • Filter by project, date, and session for targeted analysis.
  • Generate outputs suitable for auditing, reporting, and data science workflows.

Quick Start

Run the export script with your ARGUMENTS to generate a prompt-log export in the format you need.

Frequently Asked Questions about /offload:export

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export prompt logs to csv or markdown for auditing?

You can export prompt logs to csv or markdown by running the export script with specific arguments. This generates structured files suitable for auditing and reporting across projects, sessions, and time ranges.

What is the default format for prompt log exports?

The default format for prompt log exports is jsonl. You can also specify csv or markdown formats to generate outputs tailored for downstream data science workflows and collaboration.

Can I filter prompt log exports by project, date, and session?

Yes, you can filter prompt log exports by project, date, and session. This allows you to generate targeted analysis outputs for specific usage periods or application contexts.

How do I extract prompt usage data for external analysis?

To extract prompt usage data for external analysis, execute the provided export script with your desired arguments. It structures the logs into jsonl, csv, or markdown for immediate downstream processing.

What is the best way to share prompt logs across teams?

The best way to share prompt logs across teams is exporting them into markdown or csv. These formats provide structured, readable outputs that facilitate collaboration and external auditing.

Do I need any dependencies to export prompt logs in jsonl?

No dependencies are required to export prompt logs in jsonl, csv, or markdown. The skill operates independently using its internal export script to generate the requested output files.