content-portability

content-portability is a skill for Claude Code, Codex from respira-press/agent-skills-wordpress. It costs 67 tokens per session (3,634 once invoked), scanned A, original, MIT.

A WordPress content transfer workflow for packaging pages, posts, custom post types, builder data, media, and markdown previews for use elsewhere. It can also import those packages into another WordPress site.

In plain words
What is it for?
Use it to export or back up WordPress content, move it to another site, resolve duplicate page addresses, download media for offline packages, and check that imported content matches the original.
Why use it?
Moving WordPress content can break media references, internal links, builder settings, or matching page addresses. This workflow preserves that information, remaps IDs, and creates backups before overwriting content.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is > Import the content package from ./respira-export/.

Part of the respira-wordpress-skills plugin — 48 skills shipped together

Good fit Use it to export or back up WordPress content, move it to another site, resolve duplicate page addresses, download media for offline packages, and check that imported content matches the original.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/respira-press/agent-skills-wordpress
agentmods
npx agentmods add skills/respira-press/agent-skills-wordpress/content-portability

Made for: Claude Code, Codex.

Or install respira-wordpress-skills, the plugin that ships this one along with the rest of its 48 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for content-portability

README.md
[![agentmods](https://agentmods.dev/badge/skills/respira-press/agent-skills-wordpress/content-portability/github.svg)](https://agentmods.dev/skills/respira-press/agent-skills-wordpress/content-portability)
Your own site
<a href="https://agentmods.dev/skills/respira-press/agent-skills-wordpress/content-portability"><img src="https://agentmods.dev/badge/skills/respira-press/agent-skills-wordpress/content-portability/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for content-portability

Your own site · 80×15
<a href="https://agentmods.dev/skills/respira-press/agent-skills-wordpress/content-portability"><img src="https://agentmods.dev/badge/skills/respira-press/agent-skills-wordpress/content-portability.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,634 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00067 $0.03634
Opus 5 $0.00034 $0.01817
Sonnet 5 $0.00013 $0.00727
Haiku 4.5 $0.00007 $0.00363

Measured 9d ago against content hash 5a91eae191bf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

content-portability scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/content-portability/SKILL.md · 403 lines

How it starts

The opening of the file, as written. The whole thing — 403 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Content Portability

Export WordPress content to portable local packages. Import to another site with smart ID remapping. Auto-backup before AI edits. Full builder data preservation, human-readable markdown previews, and optional media download.

What This Skill Does

Exports:

  • Pages, posts, and custom post types — individually or in bulk
  • Full builder data (Elementor, Bricks, Divi, etc.) alongside standard content
  • Allowlisted post meta (SEO fields, featured images, builder config)
  • Human-readable markdown preview of every page/post
  • Optional media binary download for fully offline packages
  • Manifest with hashes, stats, and export metadata

Imports:

  • Reads a local Respira Content Package and pushes to a target WordPress site
  • Smart ID remapping — media IDs, post IDs, and internal links rewritten for the target site
  • Bulk conflict resolution — detects slug collisions upfront, one decision for all
  • Mandatory server-side snapshots before any overwrites (safety net)
  • Builder JSON rewriting with full ID mapping tables
  • Fidelity verification — re-reads imported content and compares hashes

Auto-Backup:

  • Quick-backup mode before any AI edit — saves a local snapshot to ./respira-backups/
  • Timestamped, human-readable, zero-friction insurance

Requirements

  • Respira for WordPress plugin installed and activated
  • MCP connection configured (site URL + API key)
  • For import: write access on the target site
  • For media download: sufficient local disk space

How to Use

Trigger Phrases

  • "export my site"
  • "export the homepage"
  • "backup my pages before editing"
  • "download my content locally"
  • "migrate content to my other site"
  • "content portability"
  • "create a local backup"
  • "export with media"

Export Workflow

Phase 1: Scope Selection

  1. Ask the user what to export:
    • Single page/post: "export the homepage", "backup the about page"
    • Full site: "export everything", "download all my content"
    • By type: "export all blog posts", "export portfolio items"
  2. Ask whether to include media downloads:
    • Without media (default): Fast, small packages with URL references
    • With media: Downloads all referenced images/files locally for full offline portability

Read the full file on GitHub · 403 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 403 lines · 67 tokens per session scan A 5a91eae191bf

Subscribe to this mod's changes

content-portability is a skill published in the GitHub repository respira-press/agent-skills-wordpress (42 stars, last pushed today), licensed MIT. It adds 67 tokens to every session and 3,634 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

ChatDOC Studio--KnowledgeMate

Create and operate ChatDOC Studio knowledge bases through pdrouter using a Bearer API key and JavaScript helpers. Use when Codex needs to upload one or more PDF/DOC/DOCX files, skip failed files without aborting the whole job, create a knowledge base from successful uploads, or call the ChatDOC Studio knowledge-base…

PaodingAI/skills · 92 tokens

Calliper-Compare2Markdown

Compare two local documents and convert differences into LLM-ready Markdown in one synchronous call. Supports PDF, Word, PPT, and image documents accepted by Calliper, and returns a structured markdown diff table suitable for change review, clause comparison, downstream extraction, and rule-based validation.

PaodingAI/skills · 62 tokens

PDFlux-PDF2Markdown

Convert unstructured documents into LLM-ready structured data. Supports PDF, Word, PPT, and images; extracts paragraphs, formulas, tables, charts, and other elements in one step; generates up to 8 levels of headings; and outputs Markdown organized in reading order. Useful for field extraction, comparison and…

PaodingAI/skills · 78 tokens

support-metrics

Generate a support metrics summary from Gorgias tickets and optionally push to Google Sheets.

composio-community/support-skills · 49 tokens

chatdoc-studio-api

ChatDOC Studio API usage guide - complete documentation and examples for PDF parsing, chat applications, agent applications, content retrieval, and data extraction APIs.

chatdoc-com/chatdoc-studio-skills · 34 tokens

baoyu-youtube-transcript

A tool for downloading the written captions, subtitles, chapter information, speaker labels, and cover image from a YouTube video using its URL or ID.

JimLiu/baoyu-skills · 107 tokens