exporter

Create and validate SCORM, EPUB, and IMS-CP educational export packages.

138|25|Updated May 8, 2025
One-click install
npx skills add https://github.com/exelearning/exelearning --skill exporter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: exporter
Source: https://github.com/exelearning/exelearning/tree/main/.agents/skills/exporter
Command: npx skills add https://github.com/exelearning/exelearning --skill exporter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill facilitates adding or modifying export formats like HTML5, SCORM, EPUB3, and IMS-CP, enabling seamless packaging and distribution of educational content.

Core Features & Use Cases

  • Supports creating, editing, and validating multiple export formats for educational resources.
  • Ensures generated packages contain correct ZIP structures and manifests through colocated validation tests.
  • Use case: Educators can export courses as SCORM packages for LMS integration or EPUB for e-reader distribution, ensuring standards compliance and quality.

Quick Start

Use the exporter skill to generate a SCORM package from your course content and verify its structure before deployment.

Frequently Asked Questions about exporter

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

FAQPage Schema
How do I package educational content as a SCORM file for LMS integration?

You can automate SCORM package creation and validation to ensure correct ZIP structures and manifests for seamless LMS integration. This process verifies standards compliance before deployment.

What is the best way to validate an EPUB3 export for e-reader distribution?

Validating an EPUB3 export involves running colocated TypeScript validation scripts to verify the ZIP structure and manifest correctness. This ensures your educational resources meet e-reader distribution standards.

How does IMS-CP packaging work for educational resources?

IMS-CP packaging automates the creation of educational resource archives with strict ZIP and manifest structure correctness. This ensures compatibility with modern browsers and server environments.

Can I use TypeScript validation scripts to check SCORM and HTML5 export structures?

Yes, TypeScript validation scripts verify SCORM and HTML5 export structures. Colocated validation tests ensure generated packages contain correct ZIP structures and manifests.

Do I need specific dependencies to automate educational resource exports?

No external dependencies are required to automate educational resource exports. The process relies on internal validation scripts and tests to ensure packaging correctness across modern browsers and server environments.

Why does my educational resource export fail manifest validation?

Educational resource exports fail manifest validation when the generated package lacks correct ZIP structures or manifest files. Running validation tests before deployment identifies and resolves these structural errors.