ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Resilient File Delivery

Skill by shepherd217

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/shepherd217/resilient-file-delivery
Or

Resilient File Delivery

Version: 1.0.0
Author: Midas Skills
License: MIT

Description

Bypass sandbox restrictions and email blocks. Deliver files via multi-channel fallback (Telegram, Discord, Google Drive, S3, IPFS).

Value Proposition

Bypass sandbox restrictions and email blocks. Deliver files via multi-channel fallback (Telegram, Discord, Google Drive, S3, IPFS) with automatic retry logic and delivery verification.

Category

file-delivery

Tags

file-transfer, multi-channel, fallback, automation, integration

Skill Type

integration

Pricing

  • Free: $0
  • Pro: $29.99

Key Features

  • ✅ Multi-channel delivery (Telegram, Discord, Google Drive, S3, IPFS)
  • ✅ Automatic fallback on failure
  • ✅ Retry logic with exponential backoff
  • ✅ File chunking for large payloads
  • ✅ Integrity verification (MD5/SHA256)
  • ✅ Delivery receipts & tracking
  • ✅ Rate limiting aware

Use Cases

  • Deliver large datasets when email fails
  • Send files to users across multiple platforms
  • Automated backup distribution
  • Secure file handoff in restricted environments
  • Zero-trust file delivery pipelines

Installation

npm install resilient-file-delivery
# or
pip install resilient-file-delivery

Quick Start

const FileDelivery = require('resilient-file-delivery');

const delivery = new FileDelivery({
  primaryChannels: ['telegram', 'discord'],
  fallbackChannels: ['google-drive', 's3', 'ipfs'],
  retryAttempts: 3
});

await delivery.send({
  file: '/path/to/file.zip',
  recipient: '[email protected]',
  metadata: { sender: 'bot', priority: 'high' }
});

Repository

https://github.com/midas-skills/resilient-file-delivery

Support

📧 [email protected]
🔗 Docs: https://docs.midas-skills.com/resilient-file-delivery

Metadata

Stars1015
Views1
Updated2026-02-15
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-shepherd217-resilient-file-delivery": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.