document-export

Export conversation deliverables as downloadable Markdown and plain text documents.

3|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/gilinachum/youtube-storyteller --skill document-export-gilinachum
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: document-export
Source: https://github.com/gilinachum/youtube-storyteller/tree/main/agent/knowledge/document-export
Command: npx skills add https://github.com/gilinachum/youtube-storyteller --skill document-export-gilinachum

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Content creators often produce complete deliverables like video scripts, research briefs, and show notes during a planning session, but have no structured way to save or share that output as a file. This Skill turns conversation output into downloadable documents with consistent naming and formatting. ## Core Features & Use Cases - Document Export: Generates downloadable Markdown (.md) and plain text (.txt) files via the export_document tool, rendered as a download card in the UI. - Structured Templates: Provides a standard Hebrew video plan structure with sections for summary, video structure with timestamps, YouTube description, and tags. - Naming Conventions: Enforces consistent filenames such as {video-topic}-script.md, {topic}-research.md, and {video-topic}-plan.md. - Use Case: After planning a Hebrew YouTube video in a chat session, the user says "תייצא לי את התסריט" (export the script) and receives a complete downloadable Markdown file containing the full script, description, and tags. ## Quick Start Ask the assistant to export the current video plan as a downloadable Markdown document.

Frequently Asked Questions about document-export

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

FAQPage Schema
How do I export a video script as a downloadable file?▼

Ask the assistant to export, save, or download the script, and it calls the export_document tool with a descriptive filename and the full Markdown content. The tool returns a download link rendered as a card in the UI.

What file formats does document export support?▼

The export currently supports Markdown (.md) and plain text (.txt) formats. Markdown documents follow a structured template with sections for the video summary, timestamped structure, YouTube description, and tags.

Can I export Hebrew content with English technical terms?▼

Yes, the export convention is Hebrew for the main content with English reserved for technical terms. Filenames use descriptive Hebrew-friendly topic names with extensions like -script.md or -research.md.

Does the exported document download link expire?▼

No, the download link returned by the export_document tool is valid on-demand with no expiration concern. Users can download the file whenever they need it from the rendered card.

What happens when exporting very long documents?▼

The full content is always included without truncation, but the assistant informs the user of the approximate length before exporting very long documents so they know what to expect.