A high-performance storage solution that leverages Telegram as an unlimited backend with a local API and UI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install telegram-cloud-storage
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install telegram-cloud-storage using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Telegram Cloud Storage is a robust integration for Openclaw Skills that utilizes the Teldrive engine. It effectively converts your Telegram account into a high-speed, unlimited cloud storage provider. By providing a local REST API and a web-based user interface, it bridges the gap between Telegram's infrastructure and your local development or AI agent environment.
This skill is designed for performance, written in Go, and optimized for rapid file operations. It is particularly valuable for developers who need scalable storage solutions without the costs associated with traditional cloud providers, all while maintaining full programmatic control via an AI-native client.
Set up a PostgreSQL (17+) database and install the pgroonga extension:
CREATE DATABASE teldrive;
\c teldrive
CREATE EXTENSION IF NOT EXISTS pgroonga;
Install the necessary binaries and generate your configuration file:
./scripts/install_binary.sh
./scripts/setup.sh
Launch the storage server using the management script:
./scripts/manage.sh start
The skill organizes its infrastructure and metadata as follows:
| Component | Description |
|---|---|
bin/ |
Contains the Teldrive executable binary. |
config/ |
Houses config.toml and authentication tokens. |
scripts/ |
Management, setup, and the client.py for AI agent interaction. |
logs/ |
Operational logs for debugging and monitoring. |
Postgres |
Stores file metadata and session hashes for fast retrieval. |
Loading
A utility that allows you to discover, cache, and execute remote AI agent capabilities from external registries as if they were installed locally.

A dynamic persona injector that automatically synchronizes your workspace SOUL.md into the core system prompt to ensure identity persistence across updates.

Automate the creation of high-CTR YouTube thumbnails using AI image generation and data-driven design psychology.

A declarative UI engine that renders complex React components from simple JSON structures provided by AI agents.

A natural language interface for YouTube Music that uses browser automation for seamless playback, search, and library management.

A natural language interface for YouTube Music that leverages browser automation for hands-free playback and library management.








































