A streamlined utility for uploading text, logs, and snippets to paste.rs with built-in secret redaction and local backups.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install paste-rs
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install paste-rs using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The paste-rs skill is a powerful addition to the library of Openclaw Skills designed for developers who need to share text, Markdown, or HTML snippets quickly and securely. By leveraging the paste.rs backend, this skill provides a shareable URL for logs, configuration snippets, and command outputs, ensuring that long messages do not clutter communication channels. This implementation prioritizes security by automatically redacting sensitive information like API tokens and passwords before the upload occurs, making it a reliable choice for technical collaboration.
To start using this utility within your Openclaw Skills environment, ensure you have Python 3 available. You can execute the uploader script directly:
# Paste from stdin
some_command | python3 skills/paste-rs/scripts/paste_rs.py
# Paste a specific file
python3 skills/paste-rs/scripts/paste_rs.py --file ./notes.md
# Paste an inline snippet with a custom output directory
python3 skills/paste-rs/scripts/paste_rs.py --outdir ./my-pastes --text '<h1>Hello World</h1>'
The skill manages data by creating local backups before generating public links. This ensures that you have a local history of all Openclaw Skills activities related to this tool.
| Component | Specification |
|---|---|
| Local Backup | Saved as .md files using the naming convention paste-rs-YYYYMMDD-HHMMSS.md. |
| Public URL | Returns a standard https://paste.rs/XXXX.md link. |
| Secret Filtering | Automatically redacts patterns matching token, apiKey, botToken, password, and Authorization. |
--no-redact flag for cases where raw data is required.Loading
A skill to fetch Indonesian prayer times including imsak, subuh, dzuhur, ashar, maghrib, and isya for any city or regency.

A specialized skill for fetching accurate Islamic prayer times for Indonesian cities and districts via the api.myquran.com service.

An AI-powered CLI tool for generating platform-optimized content for Xiaohongshu, Douyin, WeChat, and Zhihu.

An autonomous security auditing engine that performs periodic system checks, vulnerability scanning, and risk assessment based on the OpenFang 16-layer model.

A specialized skill for retrieving Indonesian prayer schedules and location IDs using the api.myquran.com service.

A chat-first skill to generate, read, and summarize XMind mind maps directly from your AI agent using the xmind-generator-mcp server.








































