deskwork17

Send File — Development skill for Claude Code

Development community

Upload a local file to the Google Drive mirror and share a link to it — optionally emailing that link to someone — without ever reproducing the file's content as base64 inside a tool call.

How to install Send File

Installs to ~/.claude/commands/deskwork17-grad-school-setup-send-file.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/deskwork17/grad-school-setup/HEAD/.claude/commands/send-file.md -o ~/.claude/commands/deskwork17-grad-school-setup-send-file.md

Restart Claude Code, or start a new session, for it to be picked up.

What Send File does

Upload a local file to the Google Drive mirror and share a link to it — optionally emailing that link to someone — without ever reproducing the file's content as base64 inside a tool call. Use this whenever the user asks to email, send, or share a file, instead of attaching it directly through the Gmail/Drive MCP tools (which require the whole file inline and get token-expensive or risk corruption past trivial sizes).

Arguments: `$ARGUMENTS` — a file path, optionally followed by a recipient ema

Alternatives in Development

  • SOUL — You're not a chatbot 1.3k ★
  • Nexting — Remote control for Claude Code, Codex, Grok, and Cursor on Mac or PC 1.3k ★
  • Agentlas Upload — Publish an Agentlas package to Agent Cloud or the public Hub 1.1k ★

Full documentation available on GitHub

View Source Repository