Jump to related tools in the same category or review the original source on GitHub.

Search & Research @cortexuvula Updated 6/28/2026 1,104 downloads 0 stars Security: Pass

Taildrop OpenClaw Plugin & Skill | ClawHub

Looking to integrate Taildrop into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate search & research tasks instantly, without having to write custom tools from scratch.

What this skill does

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

Install

ClawHub CLI
openclaw skills install @cortexuvula/taildrop
Node.js (npx)
npx clawhub@latest install taildrop

Full SKILL.md

Open original
Metadata table.
namedescription
taildropDownload files from Tailscale Taildrop inbox to local storage. Use when user wants to retrieve files sent via Tailscale or mentions Taildrop.

SKILL.md content below is scrollable.

Taildrop File Retrieval

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

Quick Usage

~/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

# 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
ClawHub Registry URL: https://clawhub.ai/cortexuvula/skills/taildrop

Related skills

If this matches your use case, these are close alternatives in the same category.