Joao
4 hours agoThis skill is a life-saver!
Back up your WordPress content to portable local packages. Migrate to another site with smart ID remapping. Auto-backup before AI edits.
Read-only export · Mandatory snapshots before import · Full builder data preservation
Four workflows in one skill: export, import, auto-backup, and diff.
Export pages, posts, and custom post types with full builder data, meta, and hashes to a structured local package.
Import content to another site with automatic ID remapping for media, posts, and builder JSON references.
Quick local backup mode saves a timestamped snapshot before any AI edit — zero-friction insurance.
Compare local exports against current site state to see exactly what changed since your last backup.
The Respira Content Package — portable, human-readable, version-controllable.
respira-export/
├── manifest.json
├── README.md
├── pages/
│ ├── home/
│ │ ├── content.json
│ │ └── content.md
│ ├── about/
│ │ ├── content.json
│ │ └── content.md
│ └── ...
├── posts/
│ └── 2024-hello-world/
│ ├── content.json
│ └── content.md
├── cpt/
│ └── portfolio/
│ └── project-alpha/
│ ├── content.json
│ └── content.md
└── media/
├── media-index.json
└── uploads/
└── hero-image.webp Full content, builder payload, allowlisted meta, and computed hashes for every page and post.
Browse your backup in any text editor or GitHub — heading structure, text, and image references.
Download referenced images locally for fully portable offline packages.
Elementor, Bricks, Divi builder JSON exported alongside standard WordPress content.
Content, builder, and meta hashes for every item — verify import fidelity automatically.
Complete metadata: source site, WordPress version, content counts, warnings, and skipped items.
Five steps from scope selection to import-ready package.
Export a single page, all posts, custom post types, or your entire site.
Fetches full content with builder data, writes JSON + markdown previews locally.
Download referenced images for fully offline packages, or keep URL references for speed.
Generates manifest with hashes, warnings, and a README with one-line import prompt.
Push to another site with ID remapping, or compare against live state.
Not just copy-paste. Full ID remapping, conflict resolution, and fidelity verification.
Import Complete ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Pages imported: 23 (5 overwrites, 18 new) Posts imported: 8 (0 overwrites, 8 new) Media uploaded: 156 (2 skipped — too large) Builder data: 19 pages with builder content rewritten ID remappings: 187 references updated Hash verification: 46/48 match (2 minor diffs flagged) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Server-side snapshots taken for all overwrites.
Say "backup the homepage before editing" and the AI saves a timestamped local copy with both machine-readable JSON and human-readable markdown before making any changes.
respira-backups/ ├── home-2026-03-16-1430.json └── home-2026-03-16-1430.md
Say "what changed since my last export?" and the AI compares local files against the current site state using content hashes.
Changed: about Content updated (builder + text) homepage Builder layout changed pricing Text content changed Unchanged: 21 pages, 8 posts New: 2 pages (not in export)
Export Complete ————————————— Pages exported: 23 Posts exported: 8 Custom posts: 17 (portfolio: 12, testimonial: 5) Media files: 156 Package size: 52.4 MB Warnings: 0 Skipped: 0 ————————————— Saved to: ./respira-export/ Package contents: manifest.json Package metadata + hashes README.md One-line import prompt pages/home/content.json Full content + Bricks builder data pages/home/content.md Human-readable markdown preview pages/about/content.json Full content + meta pages/about/content.md Markdown preview ... (48 content files total) media/media-index.json 156 files indexed media/uploads/ 52.4 MB downloaded To import to another site, tell your AI: > Import the content package from ./respira-export/
Use the public skill files directly in Claude, Codex, Cursor, and other skills-compatible workflows.
View on GitHub Raw SKILL.mdCommunity feedback
Rate this skill and share what worked (or what needs to improve).
Community rating
5.0
/ 5
1 rating
Showing: Most helpful
Joao
4 hours agoThis skill is a life-saver!
Export, backup, migrate, and diff your WordPress content with full builder data preservation.