LaunchKit · 2026
Back to Skills

Share markdown files and text as clean, readable web links via plsreadme.com.

0
507 downloads
by @facundolucci

Setup & Installation

openclaw skills install @facundolucci/plsreadme

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install plsreadme

What This Skill Does

Converts markdown files or text into publicly accessible web links via plsreadme.com. Accepts local .md files by path or raw text input, and returns a readable URL plus a raw markdown URL.

Skips the need for a GitHub Gist, Notion page, or hosted docs site when you just need a quick public link for markdown.

When to use it

  • Sharing a project README without repo access
  • Sending a PRD to stakeholders as a clean link
  • Publishing meeting notes from a conversation
  • Turning a draft proposal into a shareable page
  • Giving a client a readable link to API docs

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: 'Share docs/proposal.md as a link'

AGENT
  1. 1Locate docs/proposal.md on disk
  2. 2Call plsreadme_share_file with the file path
  3. 3Receive readable URL and raw markdown URL from the tool
  4. 4Return both URLs to the user
OUTPUT

A plsrd.me link the user can send directly to anyone