✓ Verified 🌐 Web Scrapers ✓ Enhanced Data

Taildrop

Download files from Tailscale Taildrop inbox to local storage.

Rating
4.3 (197 reviews)
Downloads
3,668 downloads
Version
1.0.0

Overview

Download files from Tailscale Taildrop inbox to local storage.

Complete Documentation

View Source →

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

Installation

Terminal bash

openclaw install taildrop
    
Copied!

💻Code Examples

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

clawdskillstaildropscriptstaildrop-getsh.txt
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
example.sh
# 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

Tags

#search_and-research

Quick Info

Category Web Scrapers
Model Claude 3.5
Complexity One-Click
Author cortexuvula
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install taildrop