email-body-converter-reference

email-body-converter-reference is a skill for Claude Code from rossumai/claude-marketplace. It costs 313 tokens per session (821 once invoked), scanned A, original, MIT.

Reference material for Rossum's Email Body Converter, a hosted webhook that turns an email's HTML body into a PDF document for Rossum to process. A webhook is a service that runs when an event occurs, such as receiving an email.

In plain words
What is it for?
Setting up the converter, choosing its configuration, converting selected HTML or text attachments, and designing rules for when the email body should be processed.
Why use it?
Rossum normally processes email attachments but not the email body itself, so this helps make invoice or order data in the body available for extraction.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the rossum-sa plugin — 33 skills, 4 hooks shipped together

Good fit Setting up the converter, choosing its configuration, converting selected HTML or text attachments, and designing rules for when the email body should be processed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rossumai/claude-marketplace/email-body-converter-reference
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 rossumai/claude-marketplace --skill email-body-converter-reference
Clone the repo
git clone --depth 1 https://github.com/rossumai/claude-marketplace

Made for: Claude Code.

Or install rossum-sa, the plugin that ships this one along with the rest of its 33 skills, 4 hooks.

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 email-body-converter-reference

README.md
[![agentmods](https://agentmods.dev/badge/skills/rossumai/claude-marketplace/email-body-converter-reference/github.svg)](https://agentmods.dev/skills/rossumai/claude-marketplace/email-body-converter-reference)
Your own site
<a href="https://agentmods.dev/skills/rossumai/claude-marketplace/email-body-converter-reference"><img src="https://agentmods.dev/badge/skills/rossumai/claude-marketplace/email-body-converter-reference/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 email-body-converter-reference

Your own site · 80×15
<a href="https://agentmods.dev/skills/rossumai/claude-marketplace/email-body-converter-reference"><img src="https://agentmods.dev/badge/skills/rossumai/claude-marketplace/email-body-converter-reference.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 313 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 821 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.
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.00313 $0.00821
Opus 5 $0.00156 $0.00411
Sonnet 5 $0.00063 $0.00164
Haiku 4.5 $0.00031 $0.00082

Measured 12d ago against content hash 6a1400746089, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

email-body-converter-reference 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 12d 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/rossum-sa/skills/email-body-converter-reference/SKILL.md · 25 lines

What it actually says

Email Body Converter Reference

The Email Body Converter is a Rossum-maintained hosted webhook ("A simple extension that can convert the email HTML body into a PDF and upload it to a queue as a new document") that exists to work around a platform default: "Rossum does not process the body of the email itself" — only attachments are imported. When the invoice, order, or other data arrives in the email body, this extension renders the body as a PDF so it enters the queue as a normal document and gets extracted. It can also convert HTML/TXT attachments to PDF, and (via a second, undocumented mode) HTML/TXT uploads.

See reference.md for the full reference. Consult it when:

  • Setting the extension up — it is a manually created Webhook on email.received pointing at a Rossum-hosted service URL, with a region table (EU1 + US only) and an admin token owner requirement.
  • Choosing settings — all 12 configurations[] keys, including the seven that the KB article does not document (each tagged by how it was verified).
  • Building "convert the body only when nothing else is processable" recipes (skip_if_supported_files_present), attachment conversion, or PDF styling.
  • Wiring the upload.created/convert-files mode to convert uploaded HTML/TXT files.
  • Troubleshooting: body-only emails bouncing as "no processable attachments", nothing imported, replies being converted, attachments not converting.

Read this first: the extension is not in the Rossum Store — you create the webhook yourself (Extensions → My extensions). The service is hosted in EU1 and US; orgs in other regions (EU2 Frankfurt, Japan Tokyo) point their webhook at one of those URLs cross-region. The webhook needs a token owner with Admin access.

Cross-references:

  • rossum-reference — inbox/email API, the email.received payload/response contract, and the field-level email sources (email_body:text_html, email_header:subject, email:* in rir_field_names) which populate fields on an existing annotation; this extension instead creates a new document.
  • sfi-reference — structured XML/JSON/e-invoice import (a different extension for machine-readable formats).
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 25 lines · 313 tokens per session scan A 6a1400746089

Subscribe to this mod's changes

email-body-converter-reference is a skill published in the GitHub repository rossumai/claude-marketplace (5 stars, last pushed yesterday), licensed MIT. It adds 313 tokens to every session and 821 once invoked, about $0.0016 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-31.

Related

Other skills, from other repositories