返回顶部
p

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
1,411
下载量
1
收藏
概述
安装方式
版本历史

paste-rs

# paste.rs ## Quick start (preferred) Use the bundled script (it **saves a local `.md` file first**, then uploads): ```bash # 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: - **stdout**: URL `https://paste.rs/XXXX.md` - **stderr**: path `saved: /tmp/paste-rs-YYYYMMDD-HHMMSS.md` ## Curl one-liners (fallback) ```bash # stdin some_command | curl -fsS https://paste.rs -d @- # file curl -fsS https://paste.rs -d @./file.txt ``` ## Safety notes - Treat the pasted content as **public**. - Script `scripts/paste_rs.py` melakukan **redact otomatis by default** untuk pola rahasia umum (token/apiKey/botToken/password/Authorization). - Kalau memang butuh raw (tidak disarankan), pakai `--no-redact`. ## Resources - `scripts/paste_rs.py`: deterministic uploader (stdin / --text / --file) - `references/paste-rs-api.md`: minimal API reference

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 paste-rs-1776350784 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 paste-rs-1776350784 技能

通过命令行安装

skillhub install paste-rs-1776350784

下载 Zip 包

⬇ 下载 paste-rs v1.0.0

文件大小: 3.89 KB | 发布时间: 2026-4-17 16:25

v1.0.0 最新 2026-4-17 16:25
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.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部