← 返回 Skills 市场
1282
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install snipit
功能描述
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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install snipit - 安装完成后,直接呼叫该 Skill 的名称或使用
/snipit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Secure code snippet sharing with AES-256 encryption
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1282 次。
如何安装 snipit.sh?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install snipit」即可一键安装,无需额外配置。
snipit.sh 是免费的吗?
是的,snipit.sh 完全免费(开源免费),可自由下载、安装和使用。
snipit.sh 支持哪些平台?
snipit.sh 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 snipit.sh?
由 homecity(@homecity)开发并维护,当前版本 v1.0.0。
推荐 Skills