← 返回
效率工具 中文

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).
通过 plsreadme.com 将 Markdown 文件和文本分享为简洁可读的网页链接。适用于分享文档、README、PRD、提案、笔记等内容的场景,也响应「创建预览链接」、「分享为页面」或「使其可读」的请求。需配合 plsreadme MCP 服务器使用 (npx plsreadme-mcp)。
facundolucci
效率工具 clawhub v0.4.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 1,184
下载
💾 13
安装
1
版本
#latest

概述

plsreadme

Share markdown as clean plsrd.me links. Two tools available via MCP:

Setup

Add the MCP server to your client:

{
  "mcpServers": {
    "plsreadme": {
      "command": "npx",
      "args": ["-y", "plsreadme-mcp"]
    }
  }
}

Or use the remote endpoint (zero install):

{
  "mcpServers": {
    "plsreadme": {
      "url": "https://plsreadme.com/mcp"
    }
  }
}

Tools

  • plsreadme_share_file — Share a local .md file by path. Reads from disk, uploads, returns link.
  • plsreadme_share_text — Share text directly (markdown preferred; plain text supported). Good for generated content, conversation output, or composed docs.

Usage Guidelines

  • Max file size: 200KB
  • Links are permanent and publicly accessible — confirm with the user before sharing sensitive content
  • If input is non-markdown, refactor it with your own model first (or let plsreadme_share_text auto-structure plain text)
  • The first # Heading becomes the document title
  • Output includes a readable URL and a raw markdown URL

Example Prompts

  • "Share this README on plsreadme"
  • "Create a shareable link for docs/api.md"
  • "Turn this into a readable web page I can send"
  • "Share this PRD as a link"

版本历史

共 1 个版本

  • v0.4.0 当前
    2026-03-29 05:10 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 440 📥 148,024
productivity

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 433 📥 103,838
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,937