How to Use

Three steps. That's it.

🌐 Web Browser (No Install)

💻 CLI (Command Line)

Install

# One-line install
curl -fsSL https://dropsomewhere.com/install.sh | bash

Or download directly from the homepage for your platform.

Send a File

dropsomewhere send document.pdf

You'll get a 6-digit code. Share it with the receiver.

Receive a File

dropsomewhere receive --code 123456

Enter the code from the sender. Download starts automatically.

Advanced Options

# Send with custom code
dropsomewhere send file.zip --code 654321

# Allow multiple receivers
dropsomewhere send presentation.pdf --multi

# Specify output directory
dropsomewhere receive --code 123456 --output ~/Downloads

🤖 OpenClaw Skill (AI Assistant)

Use DropSomewhere from your OpenClaw AI assistant without opening a browser.

Install the Skill

# Clone the skill to your OpenClaw skills folder
git clone https://github.com/yourusername/dropsomewhere-skill \
  ~/.openclaw/skills/dropsomewhere

Or Manual Install

  1. Create folder: mkdir -p ~/.openclaw/skills/dropsomewhere
  2. Copy SKILL.md from this page into the folder
  3. Restart OpenClaw or reload skills

Use the Skill

# Say to your AI assistant:
"Send file.pdf using dropsomewhere"

"Receive file with code 123456"

"Share document.pdf with Kinsey"

The AI will generate the code and guide you through the transfer.

→ View full OpenClaw skill documentation

⚡ Key Features

← Back to Home