From mdcopy
Use when the user wants to paste markdown into Mail, Google Docs, Slack, or Word as real formatting (not raw ** or
How this skill is triggered — by the user, by Claude, or both
Slash command
/mdcopy:mdcopyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This plugin ships a small **macOS-only** script that runs **Pandoc** (GFM → HTML), applies light CSS, and puts **HTML** on the system pasteboard so **Paste** preserves headings, lists, tables, links, and inline code.
This plugin ships a small macOS-only script that runs Pandoc (GFM → HTML), applies light CSS, and puts HTML on the system pasteboard so Paste preserves headings, lists, tables, links, and inline code.
pandoc on PATH: brew install pandoc.After install, the executable lives at:
${CLAUDE_PLUGIN_ROOT}/bin/mdcopy
Run it with bash if the executable bit was lost in transit, or chmod +x once:
chmod +x "${CLAUDE_PLUGIN_ROOT}/bin/mdcopy"
| Mode | Command |
|---|---|
| File | "${CLAUDE_PLUGIN_ROOT}/bin/mdcopy" path/to/file.md |
| Stdin | printf '%s' "$body" | "${CLAUDE_PLUGIN_ROOT}/bin/mdcopy" |
| Clipboard is markdown (TTY, no pipe) | "${CLAUDE_PLUGIN_ROOT}/bin/mdcopy" |
Stderr prints a success line when the pasteboard was updated. Tell the user to Paste in the target app.
For stable, copy-paste instructions (skills, automation, or fetching over HTTPS), use the repo root LLM.txt:
https://raw.githubusercontent.com/The-Focus-AI/mdcopy/main/LLM.txt
README.md — “Mail.app paste examples” (small markdown samples + screenshots).examples/rich-text-demo.md — tables, nested lists, blockquotes, code.npx claudepluginhub the-focus-ai/claude-marketplace --plugin mdcopyFetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.