Extension System

Manages Paperback-compatible manga extensions and executes them in a WebView runtime.

7|1|Updated Dec 1, 2025
One-click install
npx skills add https://github.com/chiraitori/paperand --skill extension-system
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Extension System
Source: https://github.com/chiraitori/paperand/tree/main/.agent/skills/extensions
Command: npx skills add https://github.com/chiraitori/paperand --skill extension-system

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a robust system for managing and executing third-party manga extensions, enabling users to access a wide variety of manga sources within the application.

Core Features & Use Cases

  • Extension Runtime: Executes Paperback-compatible JavaScript extensions in a secure WebView environment.
  • Source API Integration: Provides a clear interface for interacting with manga sources to fetch discover sections, manga details, chapters, and pages.
  • Extension Management: Allows for installing, uninstalling, and retrieving information about installed extensions.
  • Use Case: A user wants to read manga from a new source not natively supported by the app. They can install an extension for that source, and the app will then be able to browse, search, and read manga from it seamlessly.

Quick Start

Install the extension from the provided repository URL.

Frequently Asked Questions about Extension System

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

FAQPage Schema
How do I run Paperback-compatible manga extensions in a WebView runtime?

The Extension System executes JavaScript extensions in a secure WebView runtime, providing an interface to fetch manga discovery sections, details, chapters, and pages from installed sources.

How do I install and uninstall manga extensions for fetching source data?

You can install and uninstall manga extensions through the Extension Service, which also retrieves information about currently installed extensions to manage your available manga sources.

Does the Extension System support fetching manga chapters and pages through a Source Service API?

Yes, the Extension System supports a Source Service API that facilitates fetching manga discovery sections, details, chapters, and pages from configured extensions within the application.

What is the best way to manage third-party manga sources not natively supported by my app?

Managing third-party manga sources is achieved by installing Paperback-compatible extensions, allowing your app to seamlessly browse, search, and read manga from newly added sources via the Source Service API.

Can I use JavaScript extensions to discover manga sections from external repositories?

Yes, JavaScript extensions executed in the WebView runtime can fetch manga discovery sections from external sources by leveraging the defined Source Service API interface.