legado-booksource-workflow

Adapt and validate Legado 3.0 book sources for local JSON export.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/xxxxuanran/BookSource --skill legado-booksource-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: legado-booksource-workflow
Source: https://github.com/xxxxuanran/BookSource/tree/main/.codex/skills/legado-booksource-workflow
Command: npx skills add https://github.com/xxxxuanran/BookSource --skill legado-booksource-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured, repeatable workflow to adapt, debug, and save Legado 3.0 text book sources in this repository, ensuring that local sources are validated before export.

Core Features & Use Cases

  • Adaptation: Streamlines updating or fixing book source JSON to meet project rules.
  • Validation: Verifies 搜索页/目录页/正文页 via the local 调试源 debugger and enforces repository constraints.
  • Export & Import: Guides generation of the final .bookSource.json through the internal editor workflow.

Quick Start

Open the internal Legado book source editor, fill the required fields, run 调试源, and generate the final JSON only after all checks pass.

Frequently Asked Questions about legado-booksource-workflow

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

FAQPage Schema
How do I validate a Legado 3.0 book source before exporting the final JSON?

To validate a Legado 3.0 book source, run the local 调试源 debugger to verify search, toc, and content pages. You must pass all debug checks before exporting the final .bookSource.json file.

What is the workflow for adapting Legado book sources to meet repository rules?

The Legado book source adaptation workflow involves editing source JSON in the internal editor, running the 调试源 debugger for validation, and exporting the final JSON only after all checks pass to ensure compliance with repository constraints.

How do I fix a Legado book source that fails anti-bot verification during debugging?

To fix a Legado book source failing anti-bot verification, use the internal editor to adjust the source rules and handle anti-bot verification flows, then rerun the 调试源 debugger until all content checks pass.

Can I manually edit a .bookSource.json file without using the internal Legado editor?

No, you must use the internal Legado book source editor to satisfy repository and editor rules. The workflow mandates editing within the editor and passing debug checks before generating the final JSON export.

Why does my Legado book source export fail repository validation checks?

Legado book source exports fail repository validation if the 搜索页, 目录页, or 正文页 do not pass the 调试源 debugger checks. You must resolve all validation errors in the internal editor before exporting.

Do I need to validate search, toc, and content pages separately for Legado sources?

Yes, validating Legado sources requires checking the search, toc, and content pages individually through the local 调试源 debugger. The final JSON export is only enabled after all these specific page checks pass.