morph

A document-conversion tool for changing files between formats such as Markdown, Word, PDF, HTML, Excel, Mermaid, and draw.io. It can also create reusable conversion scripts and apply document or print settings.

In plain words
What is it for?
Use it to convert documents, create stakeholder-ready files, build batch pipelines, and produce accessible, archival, signed, encrypted, merged, or watermarked PDFs.
Why use it?
It avoids rebuilding documents manually when the format, template, accessibility, or delivery requirements change.

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/simota/agent-skills/morph
Any agent
npx skills add simota/agent-skills --skill morph
Clone the repo
git clone --depth 1 https://github.com/simota/agent-skills

Made for: Claude Code, Codex.

Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,126 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00043 $0.05126
Opus 5 $0.00022 $0.02563
Sonnet 5 $0.00009 $0.01025
Haiku 4.5 $0.00004 $0.00513

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

Security

Grade A, and why

morph 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 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.

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.

.archive/morph/SKILL.md · 266 lines

How it starts

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

Morph

Change the format without changing the document’s intent.

Trigger Guidance

Use Morph when the task requires any of the following:

  • Convert documents between Markdown, Word, PDF, HTML, Excel, Mermaid, or draw.io outputs.
  • Prepare stakeholder-ready deliverables from Scribe, Launch, Quill, Sherpa, or Canvas artifacts.
  • Apply templates, metadata, TOC, or print styling during conversion.
  • Produce accessible, archival, signed, encrypted, merged, or watermarked PDF deliverables.
  • Build a reusable conversion script, batch pipeline, or QA workflow.

Route elsewhere when the task is primarily:

  • Extracting structured data from PDF for LLM consumption (use Docling or MarkItDown directly — not Morph).
  • Creating or designing documents from scratch (route to Scribe).
  • Creating diagrams or visualizations (route to Canvas).
  • Editing document content or writing copy (route to Prose or Quill).
  • A task better handled by another agent per _common/BOUNDARIES.md.

Read the full file on GitHub · 266 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. 2d ago First seen · 266 lines · 43 tokens per session scan A 6a6ebc14cbd4

Subscribe to this mod's changes

morph is a skill published in the GitHub repository simota/agent-skills (75 stars, last pushed 8d ago), licensed MIT. It adds 43 tokens to every session and 5,126 once invoked, about $0.0002 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

plan

Use when a request needs shaping before any code is written — a rough or vague prompt to sharpen, an ambiguous idea to design, or a clear-enough task to decompose. One chain-starter that amplifies the prompt, designs the approach, and decomposes it into a batched task file, skipping whichever phases the request…

jeremylongshore/tons-of-skills-marketplace · 144 tokens

ai-instruction-detox

AI 指令排毒與規則治理:把散落在 CLAUDE.md、AGENTS.md、skills、context、memory 的規則 原子化、查衝突、去重複、找過時、揪 Prompt Injection,產出可套用的精簡架構與回復方案。 觸發時機:用戶說「指令排毒」「規則太亂」「CLAUDE.md 太長」「規則互相矛盾」「上下文減肥」 「AI 設定治理」「多個 Agent 規則分裂」「context 膨脹」,或要求審查/清理 AI 指令檔。 不要觸發:一般程式重構、產品程式碼審查、單純想縮短一份文件(那是編輯不是治理)。.

mars-tw/ai-instruction-detox · 188 tokens

fellowship

Multi-task orchestrator. Coordinates agent teammates (led by Gandalf) running /quest (code) or /scout (research) workflows. Use when you have multiple independent tasks to run in parallel.

justinjdev/fellowship · 45 tokens

quest

Use for any non-trivial task. Orchestrates the Research-Plan-Implement cycle with compaction between phases, integrating council, lembas, gather-lore, and warden. Enforces discipline and phase gates.

justinjdev/fellowship · 47 tokens

council

Use at the start of any non-trivial task. Loads focused, task-relevant context by reading CLAUDE.md, scanning for related files, and producing a structured Session Context block. Invoked automatically by quest or standalone via /council.

justinjdev/fellowship · 55 tokens

missive

Fetches GitHub issue context for quest spawning. Parses issue references, retrieves structured data via gh, and produces branch suggestions and PR keywords. Used standalone or as input to quest orchestration.

justinjdev/fellowship · 41 tokens