xdrop

द्वारा xixu-me

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 skills add https://github.com/xixu-me/skills --skill xdrop

Use the bundled scripts inside this skill directory.

Available scripts

  • scripts/upload.mjs — Upload local files or directories to an Xdrop server and print the share link
  • scripts/download.mjs — Download an Xdrop share link, decrypt it locally, and save the files

Environment requirements:

  • Bun
  • Local filesystem access
  • Network access to the target Xdrop server

Upload

bun scripts/upload.mjs --server <xdrop-site-url> <file-or-directory> [...]

Prefer these flags when relevant:

  • --quiet: suppress progress output and keep stdout clean
  • --json: return transferId, shareUrl, and expiresAt
  • --expires-in <seconds>: choose a supported expiry
  • --api-url <url>: override the default <server>/api/v1
  • --name <value>: set the transfer display name
  • --concurrency <n>: limit parallel uploads per file

Useful examples:

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

If the user wants verification, upload a small temporary file and then confirm the public transfer API or browser can open the returned link.

Download

Require the full share link, including #k=.... Without the fragment key, the transfer cannot be decrypted.

bun scripts/download.mjs "<share-url>"

Prefer these flags when relevant:

  • --output <dir>: choose the destination directory
  • --quiet: suppress progress output and keep stdout clean
  • --json: return transferId, outputRoot, and saved file paths
  • --api-url <url>: override the default <share-origin>/api/v1

Useful examples:

bun 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=..."

By default the downloader writes to ./xdrop-<transferId> and preserves the manifest's relative paths.

Gotchas

  • A download link without the #k=... fragment is not decryptable. Ask for the full original share URL.
  • Use --quiet whenever another command or caller needs to capture stdout. Progress logs otherwise go to stderr, but the final result still matters.

Guardrails

  • Prefer --quiet when another command or script needs to capture stdout.
  • Keep the full share link fragment intact for downloads.
  • Do not bypass the scripts' built-in path sanitization or transfer cleanup behavior with manual ad hoc commands unless the user explicitly asks.

xixu-me की और Skills

github-actions-docs
xixu-me
उपयोग तब करें जब उपयोगकर्ता GitHub Actions वर्कफ़्लो, वर्कफ़्लो सिंटैक्स, ट्रिगर, मैट्रिसेस, रनर, पुन: प्रयोज्य वर्कफ़्लो, आर्टिफैक्ट, कैशिंग, सीक्रेट, OIDC, डिप्लॉयमेंट, कस्टम एक्शन या Actions Runner Controller को लिखने, समझाने, अनुकूलित करने, माइग्रेट करने, सुरक्षित करने या समस्या निवारण करने के बारे में पूछते हैं, विशेष रूप से जब उन्हें आधिकारिक GitHub दस्तावेज़ीकरण, सटीक लिंक या दस्तावे
developmentdevopsdocument
use-my-browser
xixu-me
उपयोग तब करें जब कार्य उपयोगकर्ता के लाइव ब्राउज़र सत्र या दृश्य रेंडर की गई स्थिति पर निर्भर करता है, न कि स्थिर फ़ेच पर, विशेष रूप से ब्राउज़र डिबगिंग संदर्भों या DevTools-चयनित तत्वों या अनुरोधों, लॉग-इन डैशबोर्ड या CMS प्रवाह, localhost ऐप्स, फ़ॉर्म, अपलोड, डाउनलोड, मीडिया निरीक्षण, DOM या iframe निरीक्षण, Shadow DOM, या ब्राउज़र विफलताओं के लिए जो सॉफ्ट 404, प्रमाणीकरण दीवारों
browser-automationweb-scrapingtesting
readme-i18n
xixu-me
उपयोग तब करें जब उपयोगकर्ता किसी रिपॉजिटरी के README का अनुवाद करना चाहता है, रिपॉजिटरी को बहुभाषी बनाना चाहता है, दस्तावेज़ों का स्थानीयकरण करना चाहता है, भाषा स्विचर जोड़ना चाहता है, README को अंतर्राष्ट्रीयकृत करना चाहता है, या GitHub-शैली रिपॉजिटरी में स्थानीयकृत README वेरिएंट को अपडेट करना चाहता है।
documentdevelopmentapi
openclaw-secure-linux-cloud
xixu-me
जब क्लाउड सर्वर पर OpenClaw को स्वयं-होस्ट करना हो, किसी दूरस्थ OpenClaw गेटवे को सुरक्षित करना हो, SSH टनलिंग, Tailscale, या रिवर्स-प्रॉक्सी एक्सपोज़र के बीच चयन करना हो, या सुरक्षित व्यक्तिगत तैनाती के लिए Podman, पेयरिंग, सैंडबॉक्सिंग, टोकन प्रमाणीकरण, और टूल-अनुमति डिफ़ॉल्ट की समीक्षा करनी हो, तब उपयोग करें।
devopssecurity
develop-userscripts
xixu-me
जब Tampermonkey या ScriptCat के लिए ब्राउज़र यूज़रस्क्रिप्ट बनाने, डीबग करने, पैकेज करने या प्रकाशित करने में उपयोग करें, जिसमें GM APIs, मेटाडेटा ब्लॉक, अनुमति संबंधी समस्याएं, @match/@grant/@connect सेटअप, ScriptCat बैकग्राउंड या शेड्यूल्ड स्क्रिप्ट, UserConfig ब्लॉक, या सब्सक्रिप्शन वर्कफ़्लो शामिल हों।
developmentbrowser-automationweb-scraping
secure-linux-web-hosting
xixu-me
क्लाउड सर्वर को सेल्फ-होस्टिंग के लिए सेट अप करने, सुरक्षित करने या समीक्षा करने के दौरान उपयोग करें, जिसमें DNS, SSH, फायरवॉल, Nginx, स्टैटिक-साइट होस्टिंग, किसी ऐप का रिवर्स-प्रॉक्सी, Let's Encrypt या ACME क्लाइंट के साथ HTTPS, सुरक्षित HTTP-to-HTTPS रीडायरेक्ट, या वैकल्पिक लॉन्च-पश्चात नेटवर्क ट्यूनिंग जैसे BBR शामिल हैं।
devopssecurityaws
opensource-guide-coach
xixu-me
उपयोग तब करें जब कोई उपयोगकर्ता ओपन सोर्स प्रोजेक्ट शुरू करने, उसमें योगदान देने, उसे बढ़ाने, संचालित करने, वित्तपोषित करने, सुरक्षित करने या बनाए रखने पर मार्गदर्शन चाहता है, या योगदानकर्ता ऑनबोर्डिंग, सामुदायिक स्वास्थ्य, अनुरक्षक थकान, आचार संहिता, मीट्रिक्स, कानूनी मूल बातें, या ओपन सोर्स प्रोजेक्ट अपनाने के बारे में पूछता है।
developmentresearch
running-claude-code-via-litellm-copilot
xixu-me
जब Claude Code को स्थानीय LiteLLM प्रॉक्सी के माध्यम से GitHub Copilot पर रूट करना हो, प्रत्यक्ष Anthropic खर्च कम करना हो, ANTHROPIC_BASE_URL या ANTHROPIC_MODEL ओवरराइड कॉन्फ़िगर करना हो, या Copilot प्रॉक्सी सेटअप विफलताओं जैसे model-not-found, कोई localhost ट्रैफ़िक न होना, या GitHub 401/403 प्रमाणीकरण त्रुटियों का समस्या निवारण करना हो, तब उपयोग करें।
developmentapidevops