export

Export a website into a portable folder with HTML, content, and media.

2|1|Updated May 11, 2026
One-click install
npx skills add https://github.com/Anglesite/anglesite --skill export-anglesite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: export
Source: https://github.com/Anglesite/anglesite/tree/main/agent-skills/export
Command: npx skills add https://github.com/Anglesite/anglesite --skill export-anglesite

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, npm, git, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill allows you to export your entire website in a portable format, ensuring you can self-host or migrate to any other platform without being locked in.

Core Features & Use Cases

  • Portable Export: Produce a folder containing built HTML, content, media, and migration instructions.
  • Self-Hosting: Make your website self-hosted on platforms like Netlify, Vercel, GitHub Pages, or any web server.
  • Migration: Move your website to a different platform or hosting service.
  • Use Case: If you want to move your website from Anglesite to another platform or self-host it, this Skill will help you do so easily.

Quick Start

Run the /anglesite:export command to create a portable export of your website.

Frequently Asked Questions about export

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

FAQPage Schema
How do I export my website for self-hosting on a different platform?

Website export generates a portable folder containing built HTML, content, media, and migration instructions for self-hosting. This self-contained output allows you to migrate your site to platforms like Netlify, Vercel, or GitHub Pages without lock-in.

What is included in a portable site backup for migration?

A portable site backup includes built HTML files, website content, media assets, and detailed migration instructions. This self-contained export ensures you have everything needed to restore or migrate your website to any hosting environment.

Do I need Bash, npm, and Git to create a portable site export?

Yes, creating a portable site export requires Bash, npm, and Git installed in your execution environment. These dependencies are necessary to generate the built HTML, process content, and manage the migration package output.

Can I use the exported site files with any web server or static host?

Yes, the exported site files are self-contained and portable, making them compatible with any web server or static hosting platform. The generated HTML and assets can be deployed directly to services like Vercel, Netlify, or GitHub Pages.

What's the best way to migrate a website without platform lock-in?

The best way to avoid platform lock-in is creating a portable website export containing built HTML, media, and content. This self-contained format with migration instructions allows you to self-host or move to any platform freely.