โ† All skills
Tencent SkillHub ยท Productivity

Telegram Cloud Storage

A high-performance Telegram Cloud Storage solution using Teldrive. Turns Telegram into an unlimited cloud drive with a local API/UI.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

A high-performance Telegram Cloud Storage solution using Teldrive. Turns Telegram into an unlimited cloud drive with a local API/UI.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, config/config.template.toml, scripts/client.py, scripts/install_binary.sh, scripts/manage.sh, scripts/setup.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.8.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

Telegram Cloud Storage (Teldrive Edition)

This skill runs Teldrive, a powerful utility that organizes Telegram files and provides a high-speed API/UI for accessing them.

Features

Unlimited Storage: Uses Telegram as a backend. High Performance: Written in Go, optimized for speed. UI & API: Includes a web interface and REST API. AI-Native Client: Includes client.py for agent-based file operations.

Credits

This skill is a wrapper for Teldrive by divyam234. All credit for the core engine goes to the original authors.

Requirements

PostgreSQL Database: Version 17+ recommended. pgroonga Extension: Required for file search within Postgres. Telegram API: App ID and Hash from my.telegram.org.

1. Database Setup

Ensure Postgres is running and the pgroonga extension is installed. CREATE DATABASE teldrive; \c teldrive CREATE EXTENSION IF NOT EXISTS pgroonga;

2. Configure

Run the setup script to generate config/config.toml: ./scripts/setup.sh

3. Start Server

./scripts/manage.sh start

Agent Usage

The skill includes a Python client for programmatic access.

Environment Variables

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).

Commands

# 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

Directory Structure

bin/: Teldrive binary. config/: Configuration templates and generated config. scripts/: Setup, management, and client scripts. logs/: Application logs.

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Scripts1 Docs1 Files
  • SKILL.md Primary doc
  • scripts/client.py Scripts
  • scripts/install_binary.sh Scripts
  • scripts/manage.sh Scripts
  • scripts/setup.sh Scripts
  • config/config.template.toml Files