Loading...
Loading...
Use this skill when the user wants to send or fetch files through an Xdrop server from the terminal, asks to automate encrypted Xdrop share-link workflows, provides an Xdrop `/t/:transferId#k=...` link to download and decrypt locally, or needs Xdrop CLI flags such as `--quiet`, `--json`, `--expires-in`, `--output`, or `--api-url`, even if they do not explicitly mention the skill name.
npx skill4agent add xixu-me/xdrop xdropscripts/upload.mjsscripts/download.mjsbun scripts/upload.mjs --server <xdrop-site-url> <file-or-directory> [...]--quiet--jsontransferIdshareUrlexpiresAt--expires-in <seconds>--api-url <url><server>/api/v1--name <value>--concurrency <n>bun scripts/upload.mjs --server http://localhost:8080 ./dist/report.pdf
bun scripts/upload.mjs --server http://localhost:8080 --quiet ./archive.zip
bun scripts/upload.mjs --server http://localhost:8080 --expires-in 600 --json ./notes.txt#k=...bun scripts/download.mjs "<share-url>"--output <dir>--quiet--jsontransferIdoutputRoot--api-url <url><share-origin>/api/v1bun scripts/download.mjs "http://localhost:8080/t/abc123#k=..."
bun scripts/download.mjs --output ./downloads "http://localhost:8080/t/abc123#k=..."
bun scripts/download.mjs --quiet --json --output ./downloads "http://localhost:8080/t/abc123#k=..."./xdrop-<transferId>#k=...--quiet--quiet