Publish markdown from your AI assistant as a public link on sharemd.dev.
Ask your assistant to "share this" and you get back a clean, rendered page with a short URL — good for plans, reports, code snippets, and anything else you would otherwise paste into a chat window.
This repo is a plugin: it carries both the ShareMD connection and the instructions your assistant needs to use it.
/plugin install veronalabs/sharemd-skillThe first time you ask for a link, ShareMD opens in your browser and asks you to sign in and approve the connection. Nothing to copy, no key to paste.
For Cursor, Codex, Copilot, Gemini and anything else the skills CLI supports:
npx skills add veronalabs/sharemd-skillThen connect ShareMD yourself. Get a free API key at sharemd.dev — enter your email and it arrives instantly — put it in your environment, and add the connection:
export SHAREMD_API_KEY=your-key-hereclaude mcp add --transport http sharemd https://sharemd.dev/mcp --header "Authorization: Bearer $SHAREMD_API_KEY"Restart your assistant afterwards. Your key stays in the connection settings — you never paste it into a conversation.
- "Share this plan"
- "Give me a link to this, expiring in 1 week"
- "Share this report with a password"
You get back the URL, when it expires, and the password if you asked for one.
| What | Choices |
|---|---|
| Expiry | 1 day, 1 week, 1 month, or permanent |
| Password | Your own, or a generated one |
| Limits | 100 shares a day, 1 MB per share |
Anything you publish is reachable by anyone holding the link, so treat it as public.
It creates new pages on your account. It cannot read, change or delete anything you have already published — that stays with you, at sharemd.dev/dashboard.
- Website: https://sharemd.dev
- Privacy: https://sharemd.dev/privacy
- Issues: https://github.com/veronalabs/sharemd-skill/issues
- Email: support@sharemd.dev
Built by VeronaLabs. MIT licensed.