frenchie

An MCP-based utility for OCR, transcription, image generation, and extracting Office or CSV files into Markdown. OCR turns text in images or PDFs into editable text, while transcription turns audio or video speech into text.

In plain words
What is it for?
Reading PDFs and images, transcribing audio and video, extracting Word, Excel, CSV, TSV, and PowerPoint content, and generating images from text prompts.
Why use it?
It gives an AI agent one local or hosted connection for converting several common file types into Markdown or generating images.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/lab94/frenchie-skill/frenchie
Any agent
npx skills add Lab94/frenchie-skill --skill frenchie
Clone the repo
git clone --depth 1 https://github.com/Lab94/frenchie-skill

Made for: Claude Code, Codex.

Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,514 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
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 $0.00054 $0.02514
Opus 5 $0.00027 $0.01257
Sonnet 5 $0.00011 $0.00503
Haiku 4.5 $0.00005 $0.00251

Measured 2d ago against content hash 77632730220f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

frenchie scanned grade A with 1 finding 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 2d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

3. PUT the file to `upload_url` with the correct `Content-Type` header (e.g. via `curl -X PUT -H "Content-Type: application/pdf" -T file.pdf "<upload_url>"`)
skills/frenchie/SKILL.md · 151 lines

How it starts

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

Frenchie — Your Agent's Best Friend

Frenchie is an MCP-first multimodal utility that expands what agents can do. When installed via npx @lab94/frenchie install, Frenchie runs as a local stdio MCP server and results are auto-saved to .frenchie/<name>/. Hosted/web agents connect over HTTP at https://mcp.getfrenchie.dev — both transports are supported.

Shipping today: OCR for PDFs and images, transcription for audio and video, image generation from text prompts, and structured file extraction for Office/CSV files. Rolling out next: Markdown-to-file generation (Word, Excel). New tools appear in this skill as they launch.

MCP Tools

Use the Frenchie MCP server. Never call model provider APIs directly.

Tool Purpose Input
ocr_to_markdown PDF/Image to Markdown file_path (stdio) or uploaded_file_reference (HTTP)
transcribe_to_markdown Audio/Video to Markdown file_path (stdio) or uploaded_file_reference (HTTP)
extract_to_markdown Word/Excel/CSV/TSV/PowerPoint to Markdown file_path (stdio) or uploaded_file_reference (HTTP)
generate_image Text prompt to image prompt, optional style/size/quality/format/background/output_dir
get_job_result Poll async job result job_id
upload_file Get presigned upload URL (HTTP only) filename, file_size, mime_type
fetch_result_file Download result image (HTTP only) object_key

All tools accept optional api_key (only needed if FRENCHIE_API_KEY is not already set).

File Access by Transport Mode

  • stdio (default when installed locally): the MCP server runs on the same machine, so file_path works with absolute local paths. Results are auto-saved to .frenchie/<name>/ next to the source file.
  • HTTP (hosted agents): the MCP server runs remotely, so local file paths do not exist on the server. NEVER send file_path over HTTP. Upload first, then use uploaded_file_reference.

Read the full file on GitHub · 151 lines

Files

What ships with it

5 files 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. 2d ago First seen · 151 lines · 54 tokens per session scan A 77632730220f

Subscribe to this mod's changes

frenchie is a skill published in the GitHub repository Lab94/frenchie-skill (0 stars, last pushed 3mo ago), licensed MIT. It adds 54 tokens to every session and 2,514 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.