TopRank Skills

Home / Claw Skills / Others / taildrop
Official OpenClaw rules 15%

taildrop

Download files from Tailscale Taildrop inbox to local storage. Use when user wants to retrieve files sent via Tailscale or mentions Taildrop.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 taildrop 技能。 若已安装,则直接安装 taildrop 技能。

Overview

Skill Key
cortexuvula/taildrop
Author
cortexuvula
Source Repo
openclaw/skills
Version
-
Source Path
skills/cortexuvula/taildrop
Latest Commit SHA
f70ba1bed97a5d021d0d4f52729fbbe0df3c8413

Extracted Content

SKILL.md excerpt

# Taildrop File Retrieval

Download files from Tailscale's Taildrop inbox to your local Downloads folder.

## Quick Usage

```bash
~/clawd/skills/taildrop/scripts/taildrop-get.sh
```

This will:
- Check for files in the Taildrop inbox
- Download them to `~/Downloads/`
- Handle filename conflicts (skip duplicates by default)
- Report what was downloaded

## Options

```bash
# Download to a custom directory
~/clawd/skills/taildrop/scripts/taildrop-get.sh /path/to/directory

# Overwrite existing files
~/clawd/skills/taildrop/scripts/taildrop-get.sh --overwrite

# Rename duplicates
~/clawd/skills/taildrop/scripts/taildrop-get.sh --rename
```

## Prerequisites

- Tailscale must be installed and running
- User must be set as Tailscale operator (run once): `sudo tailscale set --operator=$USER`
- Otherwise, sudo is required for each download

## Notes

- Unlike macOS/Windows, Linux Tailscale doesn't auto-save Taildrop files
- Files stay in the inbox until manually retrieved
- The script can run in loop mode to auto-receive files as they arrive

Related Claw Skills