Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShareMD

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.

Install in Claude Code

This repo is a plugin: it carries both the ShareMD connection and the instructions your assistant needs to use it.

/plugin install veronalabs/sharemd-skill

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

Install in other assistants

For Cursor, Codex, Copilot, Gemini and anything else the skills CLI supports:

npx skills add veronalabs/sharemd-skill

Then 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-here
claude 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.

Use it

  • "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.

Options

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.

What it can and cannot do

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.

Links

Built by VeronaLabs. MIT licensed.

About

Share markdown from your AI coding agent as a public link on sharemd.dev

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors