← 返回 Skills 市场
1459
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install paste-rs - 安装完成后,直接呼叫该 Skill 的名称或使用
/paste-rs触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1459 次。
如何安装 Paste Rs?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install paste-rs」即可一键安装,无需额外配置。
Paste Rs 是免费的吗?
是的,Paste Rs 完全免费(开源免费),可自由下载、安装和使用。
Paste Rs 支持哪些平台?
Paste Rs 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Paste Rs?
由 banghasan(@banghasan)开发并维护,当前版本 v1.0.0。
推荐 Skills