Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

snappwd-share分享

Agent Skill

snappwd-share 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,338

周安装

312

GitHub Stars

1

下载量

2,571
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:snappwd-share(分享)
来源仓库:https://github.com/fantaclaw-ai/snappwd-share
安装命令:
openclaw skills install snappwd-share
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install snappwd-share

简介

创建自毁式加密链接安全共享机密文件、API 密钥等敏感信息给团队成员。

  • 适用于临时协作、远程交接或审计日志分发等高保密要求场合。
  • 上传文件后生成一次性访问链接,过期或查看后自动失效删除。
  • 虽具自毁特性但仍建议配合 MFA 与访问日志监控以防泄露扩散。
  • 安装命令:openclaw skills install snappwd-share

SKILL.md

name
snappwd-share
description
Securely share secrets, API keys, files, and credentials with OpenClaw agents and team members via self-destructing links. Use when the user needs to share sensitive information (passwords, API keys, tokens, credentials, config files, .env files) in chat, email, or any messaging context. Triggers on phrases like "share this secret", "send this password securely", "create a secure link for this API key", "share credentials safely", "share this file securely", or when user mentions needing to share sensitive data.

SnapPwd Secure Secret Sharing

Share secrets and files securely via self-destructing, end-to-end encrypted links.

When to Use This Skill

  • User wants to share a password, API key, or credential in chat
  • User needs to share a sensitive file (.env, config, private key, certificate)
  • User mentions they need to send sensitive data to someone
  • User is troubleshooting and needs to share configuration details with secrets
  • User asks about secure ways to share credentials or files

Quick Start

Option 1: Web Interface (Recommended)

Direct user to create a secure link at https://snappwd.io:

For text secrets:

  1. Go to https://snappwd.io
  2. Paste the secret
  3. Click "Create Secure Link"
  4. Share the generated link

For files:

  1. Go to https://snappwd.io
  2. Click the file upload area or drag & drop
  3. Select the file (e.g., .env, .pem, config file)
  4. Click "Create Secure Link"
  5. Share the generated link

The link self-destructs after one download. The file is encrypted client-side and the server never sees the contents.

Option 2: CLI (For Terminal Users)

If the user has @snappwd/cli installed:

# Install if needed
npm install -g @snappwd/cli

# Share a text secret
snappwd put "your-secret-here"

# Share a file (e.g., .env, config, private key)
snappwd put-file ./database.env
snappwd put-file ~/.ssh/id_rsa

# Output: https://snappwd.io/g/abc123...#encryption-key...

What Can Be Shared

TypeExamplesUse Case
Text SecretsAPI keys, passwords, tokensQuick credential sharing
Config Files.env, config.json, settings.yamlShare environment configs securely
Private KeysSSH keys, TLS certificates, PGP keysTemporary key distribution
Credentials Filescredentials.json, .netrcService account access

Security Model

Key points to explain to users:

  1. Zero-Knowledge Encryption: Secrets are encrypted in the browser/CLI before upload. The server never sees the plaintext or encryption key.
  1. Self-Destructing: Links work exactly once. After viewing, the secret is permanently deleted from the server.
  1. Key in URL Fragment: The encryption key is embedded in the URL after #, which means it's never sent to the server—it stays in the browser.
  1. No Account Required: No signup, no tracking, no logs of who created or viewed the secret.

Common Use Cases

Use CaseExample
API Key Sharing"I need to share my OpenAI API key with a teammate"
Database Credentials"Send the DB password to the new developer"
OAuth Tokens"Share this access token with the integration team"
Config File Sharing"I need to share my .env file securely"
SSH Key Distribution"Send the deploy key to the DevOps team"
Certificate Sharing"Share the TLS certificate with the infra team"
Temporary Access"Give the contractor the SSH key temporarily"
Troubleshooting"I need to share my config file (with secrets) for debugging"

Best Practices

  1. Never paste secrets directly in chat — Chat history is permanent and searchable.
  1. Use for one-time sharing — SnapPwd is designed for ephemeral sharing, not long-term storage.
  1. Verify the recipient — Anyone with the link can view the secret once.
  1. Set appropriate expiration — For sensitive secrets, consider setting a short TTL.

Integration with OpenClaw

When users need to share credentials for OpenClaw configuration:

  1. User creates a SnapPwd link with the credential
  2. User shares the link in the OpenClaw chat
  3. OpenClaw (or the human on the other side) opens the link to retrieve the credential
  4. Link self-destructs, leaving no trace in chat history

This is especially useful for:

  • Sharing API keys for agent configuration
  • Providing temporary access to services
  • Sharing secrets during troubleshooting sessions

Troubleshooting

"The link says it was already viewed"

  • The secret was already accessed. You'll need to create a new link.

"I need to share with multiple people"

  • Create separate links for each recipient, or use the "peek" feature to check metadata without destroying the secret.

References

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

94.39%
按下载量换算2,427

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills