legado-book-source-developer

Automate Legado book source creation by analyzing website HTML, JavaScript, and network requests.

7|2|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/yuluoxci/legado-book-source-developer --skill legado-book-source-developer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: legado-book-source-developer
Source: https://github.com/yuluoxci/legado-book-source-developer/tree/main
Command: npx skills add https://github.com/yuluoxci/legado-book-source-developer --skill legado-book-source-developer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, beautifulsoup4, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the creation and debugging of book sources for the Legado Android app, transforming users into proficient book source developers by automating complex analysis and providing comprehensive knowledge.

Core Features & Use Cases

  • Automated Analysis: Quickly analyze websites to extract HTML structure, JavaScript logic, and search API patterns.
  • Rule Generation: Automatically generate draft book source JSON based on website analysis.
  • Validation & Debugging: Validate book source JSON format and debug common issues with clear guidance.
  • Knowledge Base: Access a vast repository of Legado development guides, real book source examples, and CSS selector rules.
  • Use Case: A user wants to create a new book source for a novel website. They can use this Skill to automatically fetch the website's HTML and JavaScript, analyze the structure, identify potential search patterns, and generate a draft book source JSON file, significantly reducing manual effort and errors.

Quick Start

Use the legado-book-source-developer skill to create a book source for https://example.com.

Frequently Asked Questions about legado-book-source-developer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Legado book source from a website?

Creating a Legado book source is automated by analyzing website HTML and JavaScript to extract structure, identify search patterns, and generate a draft JSON configuration file. This process significantly reduces manual effort and errors.

How do I debug Legado book source JSON validation errors?

Debugging Legado book source JSON validation errors is handled by validating the format and providing clear guidance for common issues. It leverages a knowledge base of real sources to correct structural mistakes.

How do I extract CSS selectors for web scraping book sources?

Extracting CSS selectors for web scraping is achieved by analyzing the target website's HTML structure. The Skill provides automated tools to identify the correct selectors needed for your Legado rules.

Can I use Python and BeautifulSoup to analyze JavaScript for Legado sources?

Yes, Python with BeautifulSoup and requests is used to analyze JavaScript logic and network requests. This Skill leverages these dependencies to decode encoding and extract search API patterns for Legado sources.

What is the best way to handle encoding detection when developing Legado book sources?

The best way to handle encoding detection is using the built-in analysis tools provided here, which automatically identify character encodings from network requests to ensure accurate text extraction.

Do I need to know JavaScript analysis to build Legado book sources?

No, you do not need deep JavaScript analysis expertise because this Skill automates the extraction of JavaScript logic and search API patterns, transforming complex website analysis into draft JSON.