← 返回 Skills 市场
muninn-huginn

Sendme

作者 Arnon K. · GitHub ↗ · v0.1.4
cross-platform ✓ 安全检测通过
544
总下载
2
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install sendme-skill
功能描述
Send and receive files peer-to-peer using the sendme protocol from iroh.computer. Use when the user wants to share files, transfer files between machines, se...
安全使用建议
This skill is an instruction-only wrapper for the sendme CLI and appears internally consistent. Before installing or using it: (1) verify the Homebrew 'sendme' formula or the upstream repository to ensure you trust the publisher; (2) be careful what files you share—sendme transfers data directly and a ticket grants access; do not publish tickets publicly; (3) understand sendme may fall back to relay servers (check the relay operator if you need to avoid third-party relays); (4) for headless/automated use, the provided PTY pattern is reasonable but review and run it in a safe environment; and (5) treat installation of any third-party binary like installing software from the internet—check signatures, repository history, and community trust before proceeding.
功能分析
Type: OpenClaw Skill Name: sendme-skill Version: 0.1.4 The skill facilitates peer-to-peer file transfer using the `sendme` tool, as described in `SKILL.md`. The implementation includes a Python wrapper designed to run `sendme` securely in non-interactive environments by using `os.execvp`. This method prevents shell injection by passing arguments directly to the binary without shell interpretation. There is no evidence of prompt injection attempts, data exfiltration, malicious execution, or persistence mechanisms.
能力评估
Purpose & Capability
Name/description (peer-to-peer file transfer via sendme) match the declared requirement (the sendme binary) and the install hint (brew formula). There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md only instructs installing and invoking the sendme CLI and includes a PTY-based pattern for headless environments. It does not request reading unrelated files, other env vars, or transmitting data to unexpected endpoints. It correctly warns the sender must stay online and that relays may be used as a fallback (an expected implementation detail).
Install Mechanism
Install spec points to a Homebrew formula named 'sendme' which is a reasonable, low-risk install mechanism. The manifest also mentions cargo install as an alternative. As with any third-party binary, users should verify the formula/source/repository and trustworthiness of the package before installing.
Credentials
No environment variables or credentials are requested. The lack of secrets is proportional to a CLI wrapper/usage guide for a peer-to-peer file transfer tool.
Persistence & Privilege
Skill does not request always:true and is not force-included. It makes no persistent changes or requests elevated privileges; autonomous invocation is allowed by default but is normal for skills and not combined with other red flags here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sendme-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sendme-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.4
- Updated SKILL.md to recommend only the Python PTY wrapper (removed the `script` command alternative) for non-interactive/headless environments. - Clarified the use of `os.execvp()` in the Python example for safer process invocation and security (no shell injection risk). - No changes to feature set or user-facing behavior.
v0.1.3
- Minor formatting update to SKILL.md for improved readability. - No functional changes to the skill itself.
v0.1.2
- Added documentation for running `sendme` in non-interactive/headless environments such as scripts, Docker, and CI. - Included an example using `script` to provide a PTY for non-TTY contexts. - Provided a Python PTY wrapper example for programmatically sending files and extracting the ticket. - No changes to usage or functionality; documentation only.
v0.1.1
- Simplified the installation instructions in SKILL.md. - Removed the shell and PowerShell install methods, as well as detailed alternative steps. - Retained guidance for Homebrew and Cargo installation. - No changes to core features or usage examples.
v0.1.0
- Initial release of the sendme skill for peer-to-peer file transfer using the sendme protocol from iroh.computer. - Enables sending and receiving files or folders of any size directly between machines, with no server uploads. - Features resumable downloads, automatic integrity verification, and encrypted peer-to-peer connections. - Supports both sending (outputs a ticket) and receiving files via tickets, with simple command-line usage. - Sender must remain online until the transfer completes.
元数据
Slug sendme-skill
版本 0.1.4
许可证
累计安装 0
当前安装数 0
历史版本数 5
常见问题

Sendme 是什么?

Send and receive files peer-to-peer using the sendme protocol from iroh.computer. Use when the user wants to share files, transfer files between machines, se... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 544 次。

如何安装 Sendme?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sendme-skill」即可一键安装,无需额外配置。

Sendme 是免费的吗?

是的,Sendme 完全免费(开源免费),可自由下载、安装和使用。

Sendme 支持哪些平台?

Sendme 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Sendme?

由 Arnon K.(@muninn-huginn)开发并维护,当前版本 v0.1.4。

💬 留言讨论