← 返回 Skills 市场
577
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install taildrop
功能描述
Download files from Tailscale Taildrop inbox to local storage. Use when user wants to retrieve files sent via Tailscale or mentions Taildrop.
安全使用建议
This skill appears to do what it says (download Taildrop files), but review these points before installing or running it:
- Ensure the 'tailscale' CLI is installed from an official source; the skill should have declared this dependency.
- The SKILL.md suggests setting your account as a Tailscale operator with sudo. That is a system-level change; understand what operator privileges mean for your Tailscale setup before doing it. If you prefer, run the script with sudo per-download instead of permanently changing operator status.
- The script uses eval to run the constructed command. Avoid passing untrusted or specially-crafted directory paths to the script (do not call it with user-supplied input you don't control) because that can enable command injection. Consider removing eval or using an array-based exec if you plan to modify the script.
- If you are cautious, inspect and run the script manually (not as root) to verify behavior on a disposable test machine or directory before using it in production.
功能分析
Type: OpenClaw Skill
Name: taildrop
Version: 1.0.0
The skill is classified as suspicious due to the use of `eval` in `scripts/taildrop-get.sh`. While the script attempts to quote user-provided input (`TARGET_DIR`) within the command string passed to `eval`, `eval` is an inherently dangerous function that can lead to shell injection vulnerabilities if the input string is not perfectly sanitized or if it contains maliciously crafted quotes. This represents a potential vulnerability, not clear malicious intent, aligning with the 'suspicious' classification.
能力评估
Purpose & Capability
The name/description and the provided script both target Tailscale Taildrop retrieval and are consistent with each other. Minor incoherence: the registry metadata lists no required binaries, but the SKILL.md and script clearly require the 'tailscale' CLI to be installed and (optionally) operator privileges; the skill should have declared that dependency.
Instruction Scope
SKILL.md instructs the agent/user only to run the included script and to set Tailscale operator or use sudo when needed; it does not attempt to read unrelated files or exfiltrate data. Caveat: the script constructs a command string and calls it via eval, which introduces a command-injection risk if untrusted input is passed as the target directory. The README also suggests making the user a Tailscale operator (a system-level change) which broadens the scope of the operation.
Install Mechanism
This is an instruction-only skill with no install spec and no external downloads—low installation risk.
Credentials
The skill requests no environment variables or external credentials, which is appropriate. It does, however, advise running 'sudo tailscale set --operator=$USER' (or using sudo per-run) so the script can access tailscale file commands without sudo; this requires elevated privileges and affects Tailscale configuration, which is relevant and worth review before granting.
Persistence & Privilege
The skill does not request permanent platform presence (always:false) and does not modify other skills or agent configurations. The only privilege elevation discussed is the optional Tailscale operator setting, which is external to the skill and performed by the user via sudo.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install taildrop - 安装完成后,直接呼叫该 Skill 的名称或使用
/taildrop触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release. Download files from Tailscale Taildrop inbox to local storage.
元数据
常见问题
Taildrop 是什么?
Download files from Tailscale Taildrop inbox to local storage. Use when user wants to retrieve files sent via Tailscale or mentions Taildrop. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 577 次。
如何安装 Taildrop?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install taildrop」即可一键安装,无需额外配置。
Taildrop 是免费的吗?
是的,Taildrop 完全免费(开源免费),可自由下载、安装和使用。
Taildrop 支持哪些平台?
Taildrop 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Taildrop?
由 Roaming(@cortexuvula)开发并维护,当前版本 v1.0.0。
推荐 Skills