← Back to Skills Marketplace
banghasan

Paste Rs

by banghasan · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1459
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install paste-rs
Description
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.
Usage Guidance
This skill appears to do exactly what it claims: upload text to paste.rs. Before installing or using it, keep in mind: (1) Pasted content is public — do not paste secrets, personal data, or sensitive configs. (2) The bundled script saves a .md file to disk (default /tmp) and does not delete it — if your pasted content contains secrets (or redaction failed) that file may remain on disk. Consider changing --outdir to a secure location or deleting the file after upload. (3) Redaction is heuristic and imperfect; do not rely on it to guarantee secret removal. (4) If you need to paste sensitive material, prefer a different, authenticated secure store or avoid uploading entirely. Otherwise this skill is coherent and low-risk.
Capability Analysis
Type: OpenClaw Skill Name: paste-rs Version: 1.0.0 The OpenClaw skill `paste-rs` is designed to upload text snippets to `https://paste.rs`. The primary script `scripts/paste_rs.py` includes a robust `redact` function that automatically identifies and replaces common secret patterns (e.g., API keys, tokens, passwords, authorization headers) before uploading, significantly mitigating accidental data exfiltration. The `SKILL.md` instructions are clear, directly align with the stated purpose, and include explicit safety warnings about the public nature of pasted content, without any evidence of prompt injection attempts or malicious instructions. All code and documentation are transparent and lack any high-risk behaviors or malicious intent.
Capability Assessment
Purpose & Capability
The name/description match the included script and docs: the bundled script posts raw text to https://paste.rs and returns the paste URL. The SKILL.md explicitly documents the behavior (including local file saving). No unrelated services, binaries, or credentials are requested.
Instruction Scope
Runtime instructions and the script stay within scope: they accept stdin/--file/--text, optionally redact common secret patterns, write a local .md file, then POST it to paste.rs. This is expected for a paste uploader, but noteworthy: the script always saves the content to disk (default /tmp) and prints the saved path to stderr. That local file is not removed by the script, which could retain sensitive data if redaction misses something.
Install Mechanism
No install spec — instruction-only skill with a bundled Python script. Nothing is downloaded or extracted at install time, and no external packages are installed by the skill.
Credentials
No environment variables, credentials, or config paths are requested. Network access is limited to the documented endpoint (https://paste.rs).
Persistence & Privilege
always is false and the skill is user-invocable. Autonomous invocation by the agent is allowed (platform default), so the agent could call this skill when it deems appropriate; combine that with the public nature of paste.rs and the script's file writes when considering automated use.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install paste-rs
  3. After installation, invoke the skill by name or use /paste-rs
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
paste-rs v1.0.0 - Initial release. - Paste text, Markdown, or HTML to https://paste.rs and get a shareable link. - Includes a Python script for uploading snippets, saving a local copy (.md) before upload. - Supports stdin, inline text, and file inputs. - Automatic redaction of sensitive patterns by default. - Provides curl one-liners as a fallback method. - Includes minimal API reference documentation.
Metadata
Slug paste-rs
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1459 downloads so far.

How do I install Paste Rs?

Run "/install paste-rs" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Paste Rs free?

Yes, Paste Rs is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Paste Rs support?

Paste Rs is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Paste Rs?

It is built and maintained by banghasan (@banghasan); the current version is v1.0.0.

💬 Comments