resilient-file-deliveryDeliver files via multi-channel fallback (Telegram, Discord, Google Drive, S3, IPFS) with automatic retries, chunking, integrity checks, and delivery tracking.
Install via ClawdBot CLI:
clawdbot install Shepherd217/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
AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Search and analyze your own session logs (older/parent conversations) using jq.
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.
Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vibe-coding ready.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection