{
  "markdown": "# EasySend Plugin for Claude Code\n\nUpload, download, and share files instantly from Claude Code. No signup, no API key, no configuration.\n\n## Install\n\n```\n/install easysend\n```\n\nOr manually add to `~/.claude/settings.json`:\n```json\n{\n    \"mcpServers\": {\n        \"easysend\": {\n            \"command\": \"npx\",\n            \"args\": [\"-y\", \"easysend-mcp\"]\n        }\n    }\n}\n```\n\n## What You Can Do\n\nJust ask Claude naturally:\n\n| You say | What happens |\n|---------|-------------|\n| \"Upload this file to EasySend\" | Uploads and returns a share link |\n| \"Share these logs with my teammate\" | Bundles files under one link |\n| \"What's in easysend.co/Ab3Kz?\" | Lists files with sizes |\n| \"Download the files from that bundle\" | Saves all files locally |\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `upload_files` | Upload one or more files, get a share link |\n| `get_bundle` | Get bundle info (files, sizes, expiry, downloads) |\n| `download_file` | Download a single file by ID |\n| `download_bundle` | Download all files in a bundle |\n| `delete_file` | Delete a file (requires upload_token) |\n| `bundle_status` | Quick alive/expired check |\n\n## Slash Command\n\n```\n/easysend upload ./report.pdf\n/easysend info Ab3Kz\n/easysend download Xk9Pq\n```\n\n## No API Key Required\n\nEasySend's API is free and public. The plugin works immediately with zero configuration.\n\n## Features\n\n- Any file type, up to 1GB free\n- Files available for 3 days (upgradeable)\n- Optional end-to-end encryption\n- Multiple files bundled under one link\n- QR code for each bundle\n- Download notifications\n\n## Links\n\n- [EasySend](https://easysend.co) — Website\n- [API Docs](https://easysend.co/api) — REST API\n- [MCP Docs](https://easysend.co/mcp) — MCP integration details\n\n## License\n\nMIT\n",
  "bytes": 1759,
  "sha": "b0dee9b2ebef15800d74856e66aa0a7c6578ec4f92f6359417b88df8b199c279",
  "repo_slug": "easysend-co/easysend-claude-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_easysend_co_easysend_claude_plugin_easys_8fe6508e/readme"
}