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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install paste-rs或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install paste-rs⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/paste-rs/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: 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. ---
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:
https://paste.rs/XXXX.mdsaved: /tmp/paste-rs-YYYYMMDD-HHMMSS.md# stdin
some_command | curl -fsS https://paste.rs -d @-
# file
curl -fsS https://paste.rs -d @./file.txt
scripts/paste_rs.py melakukan redact otomatis by default untuk pola rahasia umum (token/apiKey/botToken/password/Authorization).--no-redact.scripts/paste_rs.py: deterministic uploader (stdin / --text / --file)references/paste-rs-api.md: minimal API reference安装 Paste Rs 后,可以对 AI 说这些话来触发它
Help me get started with Paste Rs
Explains what Paste Rs does, walks through the setup, and runs a quick demo based on your current project
Use Paste Rs to paste text, Markdown, or HTML snippets to https://paste
Invokes Paste Rs with the right parameters and returns the result directly in the conversation
What can I do with Paste Rs in my marketing & growth workflow?
Lists the top use cases for Paste Rs, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/paste-rs/ 目录(个人级,所有项目可用),或 .claude/skills/paste-rs/(项目级)。重启 AI 客户端后,用 /paste-rs 主动调用,或让 AI 根据上下文自动发现并使用。
Paste Rs 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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.
Paste Rs 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Paste Rs
Identifies repetitive steps in your workflow and sets up Paste Rs to handle them automatically