paste-rsPaste text, Markdown, or HTML snippets to https://paste.rs and return a shareable URL. Use when the user asks to "paste"/"upload" text to paste.rs, share logs/config snippets safely as a link, or quickly publish command output without sending long messages.
Install via ClawdBot CLI:
clawdbot install banghasan/paste-rsUse the bundled script (it saves a local .md file first, then uploads):
# paste from stdin
some_command | python3 skills/paste-rs/scripts/paste_rs.py
# paste a file
python3 skills/paste-rs/scripts/paste_rs.py --file ./notes.md
# paste an inline snippet
python3 skills/paste-rs/scripts/paste_rs.py --text '<h1>Hello</h1>'
# choose where the .md file is saved (default: /tmp)
python3 skills/paste-rs/scripts/paste_rs.py --outdir ./tmp-pastes --text 'hello'
Output:
https://paste.rs/XXXX.mdsaved: /tmp/paste-rs-YYYYMMDD-HHMMSS.md# stdin
some_command | curl -fsS https://paste.rs -d @-
# file
curl -fsS https://paste.rs -d @./file.txt
scripts/paste_rs.py melakukan redact otomatis by default untuk pola rahasia umum (token/apiKey/botToken/password/Authorization).--no-redact.scripts/paste_rs.py: deterministic uploader (stdin / --text / --file)references/paste-rs-api.md: minimal API referenceGenerated Feb 24, 2026
DevOps teams can quickly share command output or error logs from servers or CI/CD pipelines by piping them to the script, generating a secure link for collaboration without clogging chat channels. The automatic redaction helps protect sensitive tokens or passwords that might appear in logs, ensuring safe external sharing.
Developers can paste code snippets, configuration files, or Markdown documentation to create shareable URLs for peer review, troubleshooting, or documentation purposes. This is useful in agile environments where quick feedback is needed without committing to a repository or sending large attachments.
IT support staff can upload system logs, error messages, or diagnostic outputs from user devices to paste.rs, providing a clean link for escalation or analysis by senior technicians. The script's local file saving ensures a backup is retained for audit trails while facilitating remote troubleshooting.
Technical writers can use the tool to publish HTML or Markdown snippets as public URLs for previewing documentation drafts or sharing examples with stakeholders. It streamlines the review process by avoiding email attachments and enabling instant access to formatted content.
Offer a free tier for basic paste.rs usage with rate limits, and charge for premium features like custom domains, longer retention periods, or advanced analytics on link views. Revenue can come from subscription plans targeting enterprises or developers needing higher volume and security.
Partner with development tools, chat platforms, or CI/CD services to embed paste.rs functionality, earning revenue through licensing fees or revenue-sharing agreements. This model leverages the skill's ease of integration via scripts and APIs to enhance partner offerings.
Sell enhanced security features such as encrypted pastes, access controls, or compliance auditing to businesses in regulated industries. This builds on the skill's default redaction capabilities, providing additional value for sensitive data handling.
๐ฌ Integration Tip
Integrate the script into shell aliases or CI/CD pipelines for automated logging uploads, and use the --no-redact flag cautiously only for non-sensitive data to maintain security.
Edit PDFs with natural-language instructions using the nano-pdf CLI.
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
Convert documents and files to Markdown using markitdown. Use when converting PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls), HTML, CSV, JSON, XML, images (with EXIF/OCR), audio (with transcription), ZIP archives, YouTube URLs, or EPubs to Markdown format for LLM processing or text analysis.
็จ MinerU API ่งฃๆ PDF/Word/PPT/ๅพ็ไธบ Markdown๏ผๆฏๆๅ ฌๅผใ่กจๆ ผใOCRใ้็จไบ่ฎบๆ่งฃๆใๆๆกฃๆๅใ
Generate hand-drawn style diagrams, flowcharts, and architecture diagrams as PNG images from Excalidraw JSON
The awesome PPT format generation tool provided by baidu.