by dashaworks
Claude Code & Codex skill: say "share this as a link" and any AI output — chat, artifact, or markdown — becomes a live public URL in ~10 seconds, with document tracking (aggregate view counts). A lightweight DocSend alternative for the simple case. Publishes via the ReportRoom MCP.
# Add to your Claude Code skills
git clone https://github.com/dashaworks/share-as-link-skillGuides for using mcp servers skills like share-as-link-skill.
share-as-link-skill is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by dashaworks. Claude Code & Codex skill: say "share this as a link" and any AI output — chat, artifact, or markdown — becomes a live public URL in ~10 seconds, with document tracking (aggregate view counts). A lightweight DocSend alternative for the simple case. Publishes via the ReportRoom MCP. It has 57 GitHub stars.
share-as-link-skill's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/dashaworks/share-as-link-skill" and add it to your Claude Code skills directory (see the Installation section above).
Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh share-as-link-skill against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
Status: new. Freshly published and not yet exercised end-to-end against a live account — feedback and issues welcome.
share-as-link is a free Claude Code & Codex skill that publishes AI output — a conversation, an analysis, an artifact, a markdown file — as a live shareable webpage with built-in document tracking (aggregate view counts). The content is published verbatim, without restructuring or reformatting; a typical publish takes about ten seconds.
Install the skill (one command, below), then say "share this as a link" — or "put this online", "make this a page", "give me a link". Claude publishes the output as-is and returns a live URL. No export step, CMS, or hosting setup is involved.
The flow is the same for chat answers, artifacts, and markdown files, from Claude Code or Codex.
You can see whether and how much it was opened: every published page comes with aggregate view counts by day. Asking Claude "did anyone open that link?" returns those counts.
What is not available from a plain link is who opened it — there is no per-viewer identity on a public URL. Confirming that a specific person opened a specific document (investor decks, due diligence) requires an email-gated data room — see the virtual data room skill.
Most document tracking tools assume a sales workflow: upload a PDF, gate it behind an email form, receive per-viewer engagement scores. This skill covers the simpler case of checking whether a page was viewed at all: publish, share, then check aggregate views over time. For the full tracked-document workflow — per-viewer opens on a proposal, or a gated data room — the report-skills hub and the data room skill cover those cases.
DocSend alternatives are often evaluated for link sharing plus basic analytics, without seat licenses or an email gate for every recipient. For that use, a published page with view counts covers the requirement: recipients open the link directly, with nothing to sign up for.
DocSend's core feature — per-viewer, page-by-page engagement on a gated document — is not part of this skill. The data room skill provides the equivalent.
Properties of a published link:
This skill publishes content as-is. It does not restructure, rewrite, or redesign, which is what keeps a publish to roughly ten seconds.
For content that needs more:
/plugin marketplace add dashaworks/share-as-link-skill
Publishes through the ReportRoom MCP server — a single publish call returns a live URL with analytics attached. ReportRoom is a hosted service; the skill provisions a free account in-conversation on first use, and published pages carry a small "Published with ReportRoom" footer credit.
All publish through ReportRoom.
MIT — see LICENSE.