telegram-cloud-storageA high-performance Telegram Cloud Storage solution using Teldrive. Turns Telegram into an unlimited cloud drive with a local API/UI.
Install via ClawdBot CLI:
clawdbot install oki3505F/telegram-cloud-storageThis skill runs Teldrive, a powerful utility that organizes Telegram files and provides a high-speed API/UI for accessing them.
client.py for agent-based file operations.This skill is a wrapper for Teldrive by divyam234. All credit for the core engine goes to the original authors.
Ensure Postgres is running and the pgroonga extension is installed.
CREATE DATABASE teldrive;
\c teldrive
CREATE EXTENSION IF NOT EXISTS pgroonga;
Run the setup script to generate config/config.toml:
./scripts/setup.sh
./scripts/manage.sh start
The skill includes a Python client for programmatic access.
TELDRIVE_TOKEN: Your JWT token (get this from the UI or config/token.txt after login).TELDRIVE_SESSION_HASH: Your Telegram session hash (found in the teldrive.sessions table).# List files
python3 scripts/client.py list /
# Upload a file
python3 scripts/client.py upload local_file.txt /remote/path
# Download a file
python3 scripts/client.py download <file_id> local_save_path
bin/: Teldrive binary.config/: Configuration templates and generated config.scripts/: Setup, management, and client scripts.logs/: Application logs.Generated Mar 1, 2026
AI agents can use the client.py script to autonomously upload, download, and organize files on Telegram Cloud Storage. This enables automated data backups, content distribution, and file synchronization for AI workflows without manual intervention.
Content creators can store unlimited media files like videos, images, and documents on Telegram via the UI/API. The high-speed access allows quick retrieval and sharing of assets for editing, collaboration, and publishing across platforms.
Distributed teams can use the web interface to share and access project files securely. The REST API integrates with custom tools for version control and real-time updates, facilitating seamless collaboration on documents and code.
Individuals can back up personal files such as photos, documents, and archives to Telegram's unlimited storage. The local API allows automated scripts to manage backups, ensuring data safety and easy recovery from any device.
Educational institutions can host course materials, lectures, and research files on Telegram Cloud Storage. The pgroonga extension enables fast search within files, making it efficient for students and educators to access and organize learning resources.
Offer basic storage for free with limited API calls, then charge for premium features like advanced search, higher speed, and priority support. Monetize through subscription tiers targeting individual users and small businesses.
License the skill as a white-label cloud storage platform for companies to rebrand and integrate into their own products. Provide customization, support, and updates for a one-time fee or annual licensing.
Sell access to the REST API for developers to build applications on top of Telegram storage. Charge based on API usage volume, such as per request or data transfer, with scalable pricing for enterprises.
💬 Integration Tip
Ensure PostgreSQL with pgroonga is properly configured before installation, and obtain Telegram API credentials in advance to streamline setup.
Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Essential Docker commands and workflows for container management, image operations, and debugging.
Tool discovery and shell one-liner reference for sysadmin, DevOps, and security tasks. AUTO-CONSULT this skill when the user is: troubleshooting network issues, debugging processes, analyzing logs, working with SSL/TLS, managing DNS, testing HTTP endpoints, auditing security, working with containers, writing shell scripts, or asks 'what tool should I use for X'. Source: github.com/trimstray/the-book-of-secret-knowledge
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.
Monitor topics of interest and proactively alert when important developments occur. Use when user wants automated monitoring of specific subjects (e.g., product releases, price changes, news topics, technology updates). Supports scheduled web searches, AI-powered importance scoring, smart alerts vs weekly digests, and memory-aware contextual summaries.