← Back to Skills Marketplace
homecity

snipit.sh

by homecity · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1282
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install snipit
Description
Share code snippets and files securely via snipit.sh with AES-256 encryption. Use when sharing code, configs, logs, diffs, or secrets with password protection, burn-after-read, or auto-expiration. Supports CLI (snipit) or curl API fallback.
Usage Guidance
This skill appears to do what it says: it wraps the snipit.sh service via a CLI or curl. Before installing: 1) Check the npm package (snipit-sh) page, author, and recent downloads/versions to ensure you trust the publisher; 2) Prefer using the curl API fallback if you don't want to install a global npm package; 3) Be aware that npm packages may run install scripts — consider installing in a sandbox or without -g; 4) When sharing secrets, use a strong, unique password and verify the HTTPS endpoint (https://snipit.sh) to avoid MITM; 5) If you need higher assurance, inspect the npm package contents or source repo for suspicious scripts before installing. If you want, I can look up the npm package metadata and recent publish info for snipit-sh to help you decide.
Capability Analysis
Type: OpenClaw Skill Name: snipit Version: 1.0.0 The skill bundle is designed to facilitate secure sharing of code snippets and files via the `snipit.sh` service, as described in `SKILL.md`. It instructs the agent to install the `snipit-sh` npm package and provides usage examples for sharing various types of data, including potentially sensitive files like `.env`, with options for password protection and expiration. All actions are aligned with the stated purpose of the skill, and there is no evidence of unauthorized data exfiltration, malicious execution, persistence, or prompt injection attempting to subvert the agent's behavior for harmful intent. The network calls are exclusively to the intended `snipit.sh` service.
Capability Assessment
Purpose & Capability
Name/description, required binaries (snipit or curl), and the npm install (snipit-sh) all align with a CLI/API wrapper for snipit.sh. No unrelated credentials, config paths, or binaries are requested.
Instruction Scope
SKILL.md only instructs the agent to install/use the snipit CLI or fall back to the snipit.sh API via HTTPS. It does not instruct the agent to read arbitrary system files, environment variables, or post data to unexpected endpoints.
Install Mechanism
Installation is via npm (package snipit-sh) which is a common distribution method for CLI tools. npm packages can run postinstall scripts and install arbitrary code, and the skill metadata lacks a homepage/source link — verify the package author and contents before globally installing.
Credentials
No environment variables or unrelated credentials are requested. The skill asks the user to supply passwords for protecting snippets as appropriate, which is proportional to the feature set.
Persistence & Privilege
The skill does not require persistent platform privileges (always is false). It does install a global binary if the user runs npm -g, which modifies the system environment; consider installing locally or in a container if you prefer less persistence.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install snipit
  3. After installation, invoke the skill by name or use /snipit
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Secure code snippet sharing with AES-256 encryption
Metadata
Slug snipit
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is snipit.sh?

Share code snippets and files securely via snipit.sh with AES-256 encryption. Use when sharing code, configs, logs, diffs, or secrets with password protection, burn-after-read, or auto-expiration. Supports CLI (snipit) or curl API fallback. It is an AI Agent Skill for Claude Code / OpenClaw, with 1282 downloads so far.

How do I install snipit.sh?

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

Is snipit.sh free?

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

Which platforms does snipit.sh support?

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

Who created snipit.sh?

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

💬 Comments