← 返回
效率工具 中文

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.
将文本、Markdown或HTML片段粘贴至https://paste.rs并返回分享链接。适用于用户要求粘贴/上传文本至paste.rs、安全分享日志/配置,或快速发布命令输出以避免长消息的场景。
banghasan
效率工具 clawhub v1.0.0 1 版本 99713.8 Key: 无需
★ 1
Stars
📥 1,722
下载
💾 28
安装
1
版本
#latest

概述

paste.rs

Quick start (preferred)

Use the bundled script (it saves a local .md file first, then uploads):

# 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)

# 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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 19:12 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

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.

banghasan
从api.myquran.com API(印尼宗教部伊斯兰司来源)获取印尼各城市/县的祈祷时间(封斋、晨礼、晌礼、晡礼、昏礼、宵礼)。用于:用户请求特定地点的今日/指定日期/整月祈祷时间,或查询城市/县ID。
★ 1 📥 2,280
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,304
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,154