ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 3/5

paste-rs

Paste 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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/banghasan/paste-rs
Or

What This Skill Does

The paste-rs skill provides a seamless interface for OpenClaw to share text, logs, code, or configuration snippets via the paste.rs service. By generating a shareable URL, it eliminates the need to clutter chat interfaces with massive, unreadable blocks of text. The skill includes a dedicated Python script that ensures your workflow is not just about uploading, but also about maintaining a local audit trail of what was shared. It features intelligent, built-in redaction to ensure that common secrets like API keys, tokens, or passwords are scrubbed before they reach a public server, balancing convenience with security.

Installation

To integrate this utility into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/banghasan/paste-rs This installs the necessary Python automation scripts and references. Ensure that your system has Python 3 installed to leverage the bundled paste_rs.py helper, which is the recommended method for interaction.

Use Cases

  • Debugging & Support: Quickly share terminal output, crash logs, or stack traces with your team or community support forums.
  • Documentation Sharing: Convert local scratchpad Markdown notes into web-accessible snippets for quick collaboration.
  • Configuration Management: Share environment configs (without sensitive data) for peer review.
  • Clean Chat Logs: Avoid scrolling through thousands of lines of command output by replacing raw output with a single link.

Example Prompts

  1. "I'm seeing a weird error in my npm build process. Can you grab the log and paste it to paste.rs for me to share?"
  2. "Paste my current ~/.ssh/config file to paste.rs and give me the link, but make sure you redact the actual keys first."
  3. "Here is a long text output; please upload it to paste.rs so I can send the link to my colleague."

Tips & Limitations

  • Security First: While the script includes automatic redaction, always double-check sensitive files before uploading. The data shared on paste.rs is public by default; do not paste private keys, production credentials, or confidential business data even with the redaction feature enabled.
  • Local Audit: Always check the output path in stderr (/tmp/paste-rs-YYYYMMDD-HHMMSS.md) to keep track of what you have shared in the past.
  • Fallback: If you are in a constrained environment where the Python script isn't available, you can use the documented curl one-liners, but be aware that manual curl commands will bypass the automated redaction features found in the provided Python utility.

Metadata

Author@banghasan
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-banghasan-paste-rs": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#productivity#developer-tools#sharing#automation#cli
Safety Score: 3/5

Flags: network-access, file-write, file-read, external-api