plsreadme
Share markdown files and text as clean, readable web links via plsreadme.com. Use when someone asks to share a document, README, PRD, proposal, notes, or any markdown as a shareable link. Also triggers for "create a preview link", "share this as a page", or "make this readable". Requires the plsreadme MCP server (npx plsreadme-mcp).
Why use this skill?
Use the plsreadme skill to turn your markdown files and text into professional, clean web pages. Perfect for sharing PRDs, documentation, and notes instantly.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/facundolucci/plsreadmeWhat This Skill Does
The plsreadme skill allows OpenClaw users to transform raw markdown files or generated text snippets into clean, professional, and readable web pages hosted at plsrd.me. This is an essential utility for developers, product managers, and technical writers who need to share documentation, project requirements, notes, or code explanations without the friction of setting up a static site or sending raw markdown files that lack formatting. By utilizing the plsreadme MCP server, this skill enables a seamless bridge between local disk content or active AI conversations and the web.
Installation
You can integrate this skill into your OpenClaw environment using two primary methods. For local execution via MCP, add the following to your configuration file:
{ "mcpServers": { "plsreadme": { "command": "npx", "args": ["-y", "plsreadme-mcp"] } } }
Alternatively, for a zero-install experience, use the remote endpoint configuration:
{ "mcpServers": { "plsreadme": { "url": "https://plsreadme.com/mcp" } } }
Use Cases
- Project Documentation: Instantly share README files or technical guides with teammates.
- PRDs and Proposals: Convert product requirement documents into polished, readable formats for stakeholders.
- Notes & Meeting Minutes: Summarize brainstorm sessions and provide an easy-to-read URL for participants.
- Knowledge Sharing: Quickly generate a link for snippets, API examples, or troubleshooting guides generated within the chat.
Example Prompts
- "Could you generate a shareable web link for my notes on the authentication logic in project-xyz.md?"
- "I've drafted a PRD in this chat. Please use plsreadme to create a clean, shareable page for me to send to the team."
- "Create a preview link for the documentation I just wrote so I can review the formatting on a live web page."
Tips & Limitations
- Permanence: Links are publicly accessible and permanent; ensure no sensitive data, API keys, or private internal business secrets are included before sharing.
- Size Constraints: Files must be under 200KB. For larger documents, consider splitting them into multiple parts.
- Formatting: While it accepts plain text, it is highly recommended to let OpenClaw format your text as valid Markdown first to ensure the best rendering output, as the service uses the first
# Headingas the document title.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-facundolucci-plsreadme": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, external-api