返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
t

telegram-cloud-storage

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

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.8.2
安全检测
已通过
2,260
下载量
2
收藏
概述
安装方式
版本历史

telegram-cloud-storage

# Telegram Cloud Storage (Teldrive Edition) This skill runs [Teldrive](https://github.com/tgdrive/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](https://github.com/tgdrive/teldrive) by [divyam234](https://github.com/divyam234). All credit for the core engine goes to the original authors. ## Requirements 1. **PostgreSQL Database**: Version 17+ recommended. 2. **pgroonga Extension**: Required for file search within Postgres. 3. **Telegram API**: App ID and Hash from [my.telegram.org](https://my.telegram.org). ## Installation ### 1. Database Setup Ensure Postgres is running and the `pgroonga` extension is installed. ```sql CREATE DATABASE teldrive; \c teldrive CREATE EXTENSION IF NOT EXISTS pgroonga; ``` ### 2. Configure Run the setup script to generate `config/config.toml`: ```bash ./scripts/setup.sh ``` ### 3. Start Server ```bash ./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 ```bash # 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.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 telegram-cloud-storage-1776368169 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 telegram-cloud-storage-1776368169 技能

通过命令行安装

skillhub install telegram-cloud-storage-1776368169

下载 Zip 包

⬇ 下载 telegram-cloud-storage v1.8.2

文件大小: 5.86 KB | 发布时间: 2026-4-17 14:03

v1.8.2 最新 2026-4-17 14:03
Final clean release. Rebuilt with Teldrive 1.8.0 engine. Credits to tgdrive/teldrive.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部