Use this skill when the user wants to store or retrieve files on Telegram.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-76e2e3bc)More formats (shields.io, HTML) on the badges page.
---
name: telesync
description: Use this skill when the user wants to store or retrieve files on Telegram.
---
# TeleSync Plugin
Store files on Telegram, written in Python.
## Commands
### Files
- `telesync file upload` — Upload a file to Telegram
- `telesync file download` — Download a file from Telegram
- `telesync file list` — List stored files on Telegram
## Usage Examples
```bash
telesync file upload --path ./myfile.txt
telesync file download --id 12345 --output ./downloaded.txt
telesync file list
telesync --help
```
## Installation
```bash
pip install telesync
```
## Key Features
- Store files on Telegram as a free cloud backend
- Upload and download files
- List stored files
- Telegram Bot API integration
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!