Install
openclaw skills install resilient-file-deliveryDeliver files via multi-channel fallback (Telegram, Discord, Google Drive, S3, IPFS) with automatic retries, chunking, integrity checks, and delivery tracking.
openclaw skills install resilient-file-deliveryVersion: 1.0.0
Author: Midas Skills
License: MIT
Bypass sandbox restrictions and email blocks. Deliver files via multi-channel fallback (Telegram, Discord, Google Drive, S3, IPFS).
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.
file-delivery
file-transfer, multi-channel, fallback, automation, integration
integration
npm install resilient-file-delivery
# or
pip install resilient-file-delivery
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: 'user@example.com',
metadata: { sender: 'bot', priority: 'high' }
});
https://github.com/midas-skills/resilient-file-delivery
📧 support@midas-skills.com
🔗 Docs: https://docs.midas-skills.com/resilient-file-delivery