z1131392774z1131392774Community·1 Agent Skills Included

legado-book-source-skill

Create, debug, and verify Legado reader book sources

Creates, edits, and debugs book source rules for the Legado reading app using a test-driven workflow. Eliminates broken selectors and untested rules by requiring expected outputs and live debug verification for every tab. Guides the agent through content, catalog, detail, search, and discovery pages step by step until the source passes validation.
npx skills add z1131392774/legado-book-source-skill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install legado-book-source-skill?

Run `npx skills add z1131392774/legado-book-source-skill --all -g -y` in your terminal to install this skill globally.

What does the Legado book source skill do?

It helps your agent create, edit, and debug book source rules for the Legado reading app. It uses a test-driven loop so every selector is verified against real output before moving on.

What do I need before using this skill?

You need the Legado app installed on your phone, web debugging enabled, and your phone and computer on the same network. You also need Python with the pyyaml and requests packages installed.

How does the debugging process work?

The skill runs a debug script against your phone's Legado web service for each tab: content, catalog, detail, search, and discovery. A rule is only accepted after its output matches the expected values.

Can it handle comic sources and encrypted sites?

Yes. The reference docs cover comic image extraction, AES decryption, JS deobfuscation, login flows, and anti-scraping workarounds like WebView rendering and custom headers.

Related Repositories in Software Engineering

View All in Software Engineering