Download System

Manage background manga chapter downloads with Expo FileSystem and react-native-background-actions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables users to download manga chapters for offline reading, ensuring uninterrupted access to their favorite series regardless of internet connectivity.

Core Features & Use Cases

  • Background Downloads: Download chapters in the background without interrupting app usage.
  • Offline Reading: Access downloaded chapters anytime, anywhere.
  • Download Management: Cancel, pause, and resume downloads; view download status and progress.
  • Use Case: Download all chapters of a new series before a long flight to enjoy reading without Wi-Fi.

Quick Start

Use the Download System skill to download the latest chapter for 'One Piece'.

Frequently Asked Questions about Download System

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

FAQPage Schema
How do I download manga chapters for offline reading on mobile?

Yes, background manga downloads are supported using react-native-background-actions. This allows the app to continue downloading chapters in the background while you continue using other app features normally.

Can I cancel or check the status of background manga downloads?

Downloaded manga chapters are stored locally using Expo FileSystem. This ensures persistent offline access to your favorite series, allowing you to read stored content directly from device storage anytime.

Does this manga download system work with Expo FileSystem?

Yes, the system is built using Expo FileSystem for local storage management. It integrates with react-native-background-actions to handle background processing, making it suitable for React Native environments.

What are the limitations of background manga downloads?

Background manga downloads depend on react-native-background-actions for processing and Expo FileSystem for storage. If the operating system aggressively terminates background tasks, downloads may pause or fail, requiring manual status checks and resumes.