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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/banghasan/paste-rsWhat 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
- "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?"
- "Paste my current ~/.ssh/config file to paste.rs and give me the link, but make sure you redact the actual keys first."
- "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
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-banghasan-paste-rs": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api
Related Skills
jadwal-sholat
Ambil jadwal sholat (imsak, subuh, dzuhur, ashar, maghrib, isya) untuk kota/kabupaten di Indonesia dari API Muslim api.myquran.com (sumber Kemenag Bimas Islam). Gunakan saat user minta jadwal sholat hari ini / tanggal tertentu / 1 bulan untuk lokasi tertentu, atau butuh mencari ID kab/kota.
jadwal-sholat
Ambil jadwal sholat (imsak, subuh, dzuhur, ashar, maghrib, isya) untuk kota/kabupaten di Indonesia dari API Muslim api.myquran.com (sumber Kemenag Bimas Islam). Gunakan saat user minta jadwal sholat hari ini / tanggal tertentu / 1 bulan untuk lokasi tertentu, atau butuh mencari ID kab/kota.
jadwal-sholat
Ambil jadwal sholat (imsak, subuh, dzuhur, ashar, maghrib, isya) untuk kota/kabupaten di Indonesia dari API Muslim api.myquran.com (sumber Kemenag Bimas Islam). Gunakan saat user minta jadwal sholat hari ini / tanggal tertentu / 1 bulan untuk lokasi tertentu, atau butuh mencari ID kab/kota.