MDView

MDView

Upload markdown files, get shareable preview URLs

Drag & drop your .md file

or click to browse

AI Agent Skill

Teach your AI agent to upload markdown and get preview URLs โ€” one command.

๐Ÿš€ Auto-install (recommended)
curl -sL https://mdview.code123.in/install.sh | bash
Detects Claude Code, pi, Cursor, Codex, OpenCode and installs automatically.
๐Ÿ“‹ Manual install (copy & paste for your agent)
Claude Code
mkdir -p ~/.claude/skills/mdview && \
curl -sL https://mdview.code123.in/skill/SKILL.md -o ~/.claude/skills/mdview/SKILL.md
Cursor
mkdir -p ~/.cursor/skills/mdview && \
curl -sL https://mdview.code123.in/skill/SKILL.md -o ~/.cursor/skills/mdview/SKILL.md
OpenCode
mkdir -p ~/.opencode/skills/mdview && \
curl -sL https://mdview.code123.in/skill/SKILL.md -o ~/.opencode/skills/mdview/SKILL.md
After install, tell your agent: "Upload README.md to MDView"