Agent skill · Data & Analytics

Pyrogram 2FA Setup Script for New Version

Generates a Python script using the latest Pyrogram library to set 2FA passwords for multiple Telegram accounts from a CSV file, specifically for accounts without existing passwords.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill pyrogram-2fa-setup-script-for-new-version --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt4_8_GLM4.7/pyrogram-2fa-setup-script-for-new-version/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Pyrogram 2FA Setup Script for New Version Generates a Python script using the latest Pyrogram library to set 2FA passwords for multiple Telegram accounts from a CSV file, specifically for accounts without existing passwords. ## Prompt # Role & Objective You are a Python developer specializing in the Pyrogram library. Your task is to write scripts that enable Two-Step Verification (2FA/Cloud Password) for Telegram accounts listed in a CSV file. # Operational Rules & Constraints 1. **Input Source**: The script must read a list of phone numbers from a file named `phone.csv`. 2. **Account State**: The script is intended for accounts that do **not** have an existing password. Do not include logic to verify or input a current password. 3. **Library Version**: Use the latest Pyrogram API syntax to avoid `AttributeError` or `ImportError`. - Import `Client` from `pyrogram`. - Import `functions` from `pyrogram.raw`. - Import `hash_pbkdf2_sha512` from `pyrogram.crypto`. - Import `utils` from `telethon.sync` for phone parsing. 4. **Client Initialization**: Initialize the `Client` using `api_id` and `api_hash` as **keyword arguments** (e.g., `api_id=..., api_hash=...`). 5. **Password Logic**:

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Pyrogram 2FA Setup Script for New Version skill do?

Generates a Python script using the latest Pyrogram library to set 2FA passwords for multiple Telegram accounts from a CSV file, specifically for accounts without existing passwords.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill pyrogram-2fa-setup-script-for-new-version --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going