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.
npx skills add CrestApps/CrestApps.AgentSkills --skill orchardcore-content-transfergit clone --depth 1 https://github.com/CrestApps/CrestApps.AgentSkillsWrote 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.
[](https://agentmods.dev/skills/crestapps/crestapps.agentskills/orchardcore-content-transfer)<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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.ContentTransferin the web or startup project. - Install
CrestApps.OrchardCore.ContentTransfer.OpenXmlin that same project only when Excel workbook support is required. - Enable
CrestApps.OrchardCore.ContentTransferfor CSV. EnableCrestApps.OrchardCore.ContentTransfer.OpenXmlfor.xlsx; it depends on the base feature. - Do not claim that legacy
.xlsfiles are supported. The OpenXml provider handles.xlsx. - The base module registers
CsvContentTransferFileFormatProviderwithtext/csv. - The OpenXml module registers
ExcelContentTransferFileFormatProviderwithapplication/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
ContentItemIdvalues update an item in a new latest version.ContentItemVersionIdis reference-only and is ignored by imports. - Smaller exports download immediately; exports beyond
ExportQueueThresholdrun in the background. - Enable
OrchardCore.Notificationswhen 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.
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.
- 4d ago First seen · 229 lines · 149 tokens per session scan A 63768bd9fea6
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.
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…
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.…
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.
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.
bilig-xlsx-formula-recalc
Recalculate XLSX formula outputs in Node.js after cell edits without opening Excel, LibreOffice, or browser automation.
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…