anonymous-file-upload

Upload files anonymously to IPFS with client-side encryption and CID pinning.

128|31|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/besoeasy/open-skills --skill anonymous-file-upload
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: anonymous-file-upload
Source: https://github.com/besoeasy/open-skills/tree/main/skills/anonymous-file-upload
Command: npx skills add https://github.com/besoeasy/open-skills --skill anonymous-file-upload

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a way to upload and host files anonymously and persistently, bypassing traditional centralized services and their associated privacy concerns.

Core Features & Use Cases

  • Anonymous Uploads: Upload files without requiring any account or personal identification.
  • Decentralized Storage: Utilizes IPFS for censorship-resistant and persistent storage.
  • Client-Side Encryption: Enables secure sharing of sensitive data by encrypting it before upload.
  • Use Case: You need to share a sensitive document with a colleague without it being traced back to you or stored on a central server. You can encrypt the document locally, upload it to IPFS via Originless, and share the link along with the decryption key.

Quick Start

Upload the file located at /path/to/your/document.pdf anonymously using the Originless public gateway.

Frequently Asked Questions about anonymous-file-upload

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upload files anonymously to decentralized storage without an account?

Anonymous file upload is facilitated by leveraging Originless and IPFS, allowing you to host content without personal identification or a central server. Files are uploaded directly and pinned using Daku authentication for persistent sharing.

Can I share sensitive documents using client-side encryption before uploading to IPFS?

Yes, client-side encryption secures your data before IPFS upload. The document is encrypted locally, hosted on Originless, and you share the generated link along with the decryption key for access.

What is the best way to mirror a remote URL to decentralized storage?

Remote URL mirroring copies external content to IPFS for censorship-resistant hosting. This Skill fetches the remote file and pins it to the decentralized network, ensuring persistent availability via a generated CID.

Do I need Daku authentication for persistent CID pinning on IPFS?

Daku authentication is required for persistent CID pinning to ensure your uploaded files remain available on the IPFS network. Without it, decentralized storage may eventually garbage collect the content.

What happens if the primary Originless gateway fails during an anonymous file upload?

If the primary gateway fails, the upload process falls back to alternative servers like 0x0.st and transfer.sh. This ensures your file sharing or mirroring task completes successfully despite gateway downtime.