A high-performance Telegram Cloud Storage solution using Teldrive. Turns Telegram into an unlimited cloud drive with a local API/UI.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install telegram-cloud-storage或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install telegram-cloud-storage⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/telegram-cloud-storage/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: telegram-cloud-storage description: A high-performance Telegram Cloud Storage solution using Teldrive. Turns Telegram into an unlimited cloud drive with a local API/UI. metadata: {"openclaw":{"requires":{"bins":["teldrive"]},"install":[{"id":"binary","kind":"exec","command":"./scripts/install_binary.sh","label":"Download Teldrive Binary"}]}} ---
This 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.安装 Telegram Cloud Storage 后,可以对 AI 说这些话来触发它
Help me get started with Telegram Cloud Storage
Explains what Telegram Cloud Storage does, walks through the setup, and runs a quick demo based on your current project
Use Telegram Cloud Storage to a high-performance Telegram Cloud Storage solution using Teldrive
Invokes Telegram Cloud Storage with the right parameters and returns the result directly in the conversation
What can I do with Telegram Cloud Storage in my developer & devops workflow?
Lists the top use cases for Telegram Cloud Storage, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/telegram-cloud-storage/ 目录(个人级,所有项目可用),或 .claude/skills/telegram-cloud-storage/(项目级)。重启 AI 客户端后,用 /telegram-cloud-storage 主动调用,或让 AI 根据上下文自动发现并使用。
Telegram Cloud Storage 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Telegram Cloud Storage 可免费安装使用。请查阅仓库了解许可证信息。
A high-performance Telegram Cloud Storage solution using Teldrive. Turns Telegram into an unlimited cloud drive with a local API/UI.
Telegram Cloud Storage 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Telegram Cloud Storage
Identifies repetitive steps in your workflow and sets up Telegram Cloud Storage to handle them automatically