orchardcore-content-transfer

orchardcore-content-transfer is a skill for Claude Code, Codex from CrestApps/CrestApps.AgentSkills. It costs 149 tokens per session (2,223 once invoked), scanned A, original, MIT.

An Orchard Core module for bulk-importing and exporting content as CSV files, with optional support for Excel .xlsx workbooks.

In plain words
What is it for?
Use it to transfer content in bulk, map file columns to content fields, filter records, process large uploads in chunks, and add custom file-format providers.
Why use it?
It avoids manually copying large amounts of content and lets teams move structured content using reusable templates and mappings.

Skill for Claude CodeCodex

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

Good fit Use it to transfer content in bulk, map file columns to content fields, filter records, process large uploads in chunks, and add custom file-format providers.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/crestapps/crestapps.agentskills/orchardcore-content-transfer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add CrestApps/CrestApps.AgentSkills --skill orchardcore-content-transfer
Clone the repo
git clone --depth 1 https://github.com/CrestApps/CrestApps.AgentSkills

Made for: Claude Code, Codex.

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 orchardcore-content-transfer

README.md
[![agentmods](https://agentmods.dev/badge/skills/crestapps/crestapps.agentskills/orchardcore-content-transfer.svg)](https://agentmods.dev/skills/crestapps/crestapps.agentskills/orchardcore-content-transfer)
Your own site
<a href="https://agentmods.dev/skills/crestapps/crestapps.agentskills/orchardcore-content-transfer"><img src="https://agentmods.dev/badge/skills/crestapps/crestapps.agentskills/orchardcore-content-transfer.svg" alt="Measured on agentmods" height="20"></a>
Per session 149 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,223 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.00149 $0.02223
Opus 5 $0.00075 $0.01111
Sonnet 5 $0.00030 $0.00445
Haiku 4.5 $0.00015 $0.00222

Measured 4d ago against content hash 63768bd9fea6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

orchardcore-content-transfer 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 4d 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.

plugins/crestapps-orchardcore/skills/orchardcore-content-transfer/SKILL.md · 229 lines

How it starts

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

Orchard Core Content Transfer

Configure bulk import and export

You are an Orchard Core expert. Generate accurate import and export guidance for CrestApps Content Transfer. The base module is CSV-first. The optional OpenXml module adds .xlsx support through the same provider pipeline.

Guidelines

  • Install CrestApps.OrchardCore.ContentTransfer in the web or startup project.
  • Install CrestApps.OrchardCore.ContentTransfer.OpenXml in that same project only when Excel workbook support is required.
  • Enable CrestApps.OrchardCore.ContentTransfer for CSV. Enable CrestApps.OrchardCore.ContentTransfer.OpenXml for .xlsx; it depends on the base feature.
  • Do not claim that legacy .xls files are supported. The OpenXml provider handles .xlsx.
  • The base module registers CsvContentTransferFileFormatProvider with text/csv.
  • The OpenXml module registers ExcelContentTransferFileFormatProvider with application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.
  • Content types opt in by default. Set their transfer settings to opt out of bulk import or export.
  • Start imports from Content → Import and exports from Content → Export.
  • Download the template for the selected type rather than hand-authoring columns. It reflects active import handlers and their metadata.
  • Imports are queued and processed in batches. Entries can be pending, processing, paused, completed, completed with errors, or failed.
  • Failed rows can be downloaded in the original enabled format. Preserve the header columns before correcting and retrying them.
  • Imports create drafts by default. Select publish in the UI only when immediate publication is intended.
  • Existing ContentItemId values update an item in a new latest version. ContentItemVersionId is reference-only and is ignored by imports.
  • Smaller exports download immediately; exports beyond ExportQueueThreshold run in the background.
  • Enable OrchardCore.Notifications when the built-in completion notification is desired.
  • Keep upload limits aligned with the host or reverse-proxy request-body limits. Keep chunking enabled for large files.

Read the full file on GitHub · 229 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. 4d ago First seen · 229 lines · 149 tokens per session scan A 63768bd9fea6

Subscribe to this mod's changes

orchardcore-content-transfer is a skill published in the GitHub repository CrestApps/CrestApps.AgentSkills (13 stars, last pushed 10d ago), licensed MIT. It adds 149 tokens to every session and 2,223 once invoked, about $0.0007 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-09-03.

Related

Other skills, from other repositories

excel-cli

Excel CLI automation skill for Windows workbooks. Use when a coding agent needs token-efficient, scriptable, or unattended Excel automation via excelcli commands. Best for CI/CD, scheduled jobs, batch processing, PowerShell workflows, and bulk workbook edits. Supports Power Query, DAX, PivotTables, Tables, Ranges…

sbroenne/mcp-server-excel · 114 tokens

excel-mcp

Excel MCP Server skill for Windows workbook automation. Use when an assistant needs rich MCP tools to create, inspect, modify, format, or analyze Excel files. Supports Power Query (M), Data Model/DAX, PivotTables, Tables, Ranges, Charts, Slicers, formatting, screenshots, VBA macros, connections, and calculation mode.…

sbroenne/mcp-server-excel · 106 tokens

npoi

Use when reading/writing Excel (.xls/.xlsx) or Word (.doc/.docx) files in .NET without Microsoft Office — data import/export, report generation, template filling. NPOI: .NET port of Apache POI for Office file I/O in server environments.

znlgis/opengis-skills · 60 tokens

reogrid

Use when embedding an Excel-like spreadsheet control in .NET WinForms/WPF applications — formula engine, cell editing, clipboard, undo/redo. ReoGrid: .NET spreadsheet component with NPOI-based Excel read/write.

znlgis/opengis-skills · 50 tokens

bilig-xlsx-formula-recalc

Recalculate XLSX formula outputs in Node.js after cell edits without opening Excel, LibreOffice, or browser automation.

proompteng/bilig · 32 tokens

powerpoint-cli

PowerPoint CLI automation skill for Windows presentations. Use when a coding agent needs token-efficient, scriptable, or unattended PowerPoint automation via pptcli commands. Best for CI/CD, scheduled jobs, batch processing, PowerShell workflows, and bulk deck edits. Supports slides, shapes, text frames, tables…

sbroenne/mcp-server-powerpoint · 122 tokens