← Back to Skills Marketplace
tairov

PasteClaw

by tairov · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1833
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install pasteclaw
Description
Use Pasteclaw.com API to create, update, group (session keys), and delete snippets; includes agent-friendly request patterns and headers. Like pastebin but for agents
Usage Guidance
This skill is internally coherent for publishing snippets, but review the following before enabling: (1) avoid using the provided curl examples with -k (which disables TLS certificate checks) — prefer strict TLS verification; (2) do not send sensitive user data, credentials, or private keys to pasteclaw.com; (3) treat editToken and sessionKey as secrets (never place them in URLs or logs); (4) consider not sending model/tool identifiers in X-Pasteclaw-Meta if you want to minimize telemetry/agent fingerprinting; and (5) verify the legitimacy, retention, and privacy policies of pasteclaw.com before sharing private or proprietary content.
Capability Analysis
Type: OpenClaw Skill Name: pasteclaw Version: 1.0.0 The skill bundle is designed to interact with the Pasteclaw.com API for creating, updating, and deleting text/code snippets. All network requests (via `curl` or a Python `urllib` script) are directed exclusively to `https://pasteclaw.com`. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or prompt injection attempts with harmful objectives. The instructions and code are clearly aligned with the stated purpose of a pastebin-like service for agents.
Capability Assessment
Purpose & Capability
Name, description, and all instructions only describe creating, updating, grouping, fetching, and deleting snippets on pasteclaw.com. No unrelated binaries, credentials, or installs are requested.
Instruction Scope
The SKILL.md stays within the paste/snippet domain, but example commands use curl -k which disables TLS certificate verification (a security risk). The docs also encourage sending agent/model/tool metadata in headers (possible privacy/telemetry leakage). Examples instruct handling editToken and sessionKey (expected), but ensure tokens are treated as secrets and not logged or placed in URLs.
Install Mechanism
No install spec or code files — instruction-only skill. This is the lowest-risk install model; nothing is written to disk by an installer.
Credentials
The skill requests no environment variables or platform credentials (good). It does recommend sending optional model/tool metadata in headers which could leak internal agent identifiers to an external service — this is a privacy consideration but not a credential mismatch.
Persistence & Privilege
always:false and no install means the skill does not request persistent or elevated platform privileges. It does not attempt to modify other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pasteclaw
  3. After installation, invoke the skill by name or use /pasteclaw
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
pasteclaw-agent v1.0.0 initial release - Introduces Pasteclaw.com API integration for creating, updating, grouping (via session keys), and deleting code/text snippets. - Supports agent-friendly workflows, including request patterns, headers, and concise response instructions. - Enables publishing HTML/CSS/JS or raw text (markdown, json, yaml, txt) and returns preview URLs. - Adds support for session/workspace grouping and agent metadata via custom headers. - Provides clear API usage examples, error handling guidance, and multiple content type options.
Metadata
Slug pasteclaw
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is PasteClaw?

Use Pasteclaw.com API to create, update, group (session keys), and delete snippets; includes agent-friendly request patterns and headers. Like pastebin but for agents. It is an AI Agent Skill for Claude Code / OpenClaw, with 1833 downloads so far.

How do I install PasteClaw?

Run "/install pasteclaw" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is PasteClaw free?

Yes, PasteClaw is completely free (open-source). You can download, install and use it at no cost.

Which platforms does PasteClaw support?

PasteClaw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created PasteClaw?

It is built and maintained by tairov (@tairov); the current version is v1.0.0.

💬 Comments