Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: 'Share docs/proposal.md as a link'
- 1Locate docs/proposal.md on disk
- 2Call plsreadme_share_file with the file path
- 3Receive readable URL and raw markdown URL from the tool
- 4Return both URLs to the user
A plsrd.me link the user can send directly to anyone