A straightforward CLI wrapper for Xdrop file sharing that handles the encrypted upload and download workflow from the terminal. It bundles Node.js scripts that talk to Xdrop's REST API, manage the client-side encryption keys, and preserve directory structures during transfers. The download script specifically requires the full share URL with the fragment key since Xdrop uses client-side encryption. Useful when you need to automate secure file transfers in scripts or CI pipelines without opening a browser. The JSON output flags make it easy to parse transfer IDs and file paths programmatically.
npx skills add https://github.com/xixu-me/skills --skill xdrop