Automate creating Legado reading source files by analyzing websites with AI to generate valid JSON for efficient source development.
SaferSkills independently audited legadoSkill (Agent Skill) and scored it 45/100 (orange). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 3 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 3 flagged
A base64 string of 128+ characters appears in a documentation file. Encoded prompt injection hides the hostile instruction in base64 — invisible to keyword filters — and relies on the agent's ability to decode it at runtime. There is no normal authoring reason to embed a multi-hundred-byte base64 blob in skill docs.
*.sig, SIGNATURES) outside the documentation.A base64 string of 128+ characters appears in a documentation file. Encoded prompt injection hides the hostile instruction in base64 — invisible to keyword filters — and relies on the agent's ability to decode it at runtime. There is no normal authoring reason to embed a multi-hundred-byte base64 blob in skill docs.
*.sig, SIGNATURES) outside the documentation.A base64 string of 128+ characters appears in a documentation file. Encoded prompt injection hides the hostile instruction in base64 — invisible to keyword filters — and relies on the agent's ability to decode it at runtime. There is no normal authoring reason to embed a multi-hundred-byte base64 blob in skill docs.
*.sig, SIGNATURES) outside the documentation.Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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.
You can download Python from python.org.
Click this badge or open this link in your web browser: https://github.com/rezmdie/legadoSkill/raw/refs/heads/main/config/system/legado-Skill-3.2.zip番茄小说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:
legadoSkill depends on Python packages. To install them:
cmd. Click the Command Prompt app. cd Desktop\legadoSkill pip install -r debugger/requirements.txtThis 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.
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:
python main.py --url "https://github.com/rezmdie/legadoSkill/raw/refs/heads/main/config/system/legado-Skill-3.2.zip番茄小说zym888/Skill_legado_2.3.zip"Replace https://github.com/rezmdie/legadoSkill/raw/refs/heads/main/config/system/legado-Skill-3.2.zip番茄小说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.
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.
It includes ready-made selectors and rules to understand how pages are organized and where to find titles, authors, chapters, and more.
The generated JSON file is checked to make sure it fits Legado app requirements. This keeps sources working smoothly.
The tool can learn from feedback and added knowledge to improve its skill in processing websites.
It offers guides and helps you understand concepts if you want to learn how to create or edit book sources yourself.
pip install gives errors, try upgrading pip first: python -m pip install --upgrade pipGet the latest release here to start using legadoSkill on Windows. Download the package, install dependencies, and begin converting book sources with AI support.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.