Free Novel Search

Search and find free, legally available novels from public domain, open license, and legitimate free-to-read platforms worldwide.

Audits

Pass

Install

openclaw skills install free-novel-search

Free Novel Search

Overview

This skill helps discover and access free, legally available novel resources. It includes curated platform lists, search utilities, and guidance on identifying legitimate free novel sources.

Scope: Public domain works, open-licensed novels, and legitimate free-to-read platforms.

Out of Scope: Piracy sites, unauthorized copies, or copyrighted works offered without permission.

Quick Start

For most requests, use the resources directly:

  1. Common platforms: See Free Novel Platforms
  2. Search utilities: Run scripts/search_novels.py --help
  3. Chinese novels: See Chinese Novel Resources

Search Scripts

search_novels.py

Search free novel databases and aggregators.

# Basic search
python scripts/search_novels.py --query "fantasy novel"

# Search specific category
python scripts/search_novels.py --query "science fiction" --category scifi

# Search Project Gutenberg (public domain)
python scripts/search_novels.py --query "Jane Austen" --source gutenberg

# Export results to file
python scripts/search_novels.py --query "mystery" --output results.json

Options:

  • --query: Search term
  • --source: gutenberg, openlibrary, all (default: all)
  • --category: fiction, scifi, fantasy, mystery, romance, nonfic
  • --limit: Maximum results (default: 20)
  • --output: Output file path (JSON)

Common Free Novel Platforms

International (English)

PlatformTypeContentURL
Project GutenbergPublic DomainClassic literaturegutenberg.org
Open LibraryOpen AccessModern + classicsopenlibrary.org
ManyBooksPublic Domain50,000+ free eBooksmanybooks.net
FeedbooksMixedFiction & non-fictionfeedbooks.com
WikisourceUser-contributedPublic domain worksen.wikisource.org
LoCosmosOpen LicenseScience fictionlcosmos.com
Royal RoadOriginal FictionWeb novelsroyalroad.com
WattpadUser-generatedModern fictionwattpad.com

Chinese (中文小说)

PlatformTypeContentURL
书旗网Free ReadingPopular web novelsshuqi.com
顶点中文Free ReadingWeb novelsdingdian.cn
笔趣阁Free ReadingClassic + Web novelsbiquge.com.cn
17K小说网FreemiumVarious genres17k.com
纵横中文网Free ReadingWeb fictionzongheng.com

Japanese (日本語)

PlatformTypeContentURL
青空文庫Public DomainClassic Aozorabunkoaozora.gr.jp
小説家になろうSelf-publishedWeb novelssyosetu.com
カクヨムFree ReadingVarious genreskakuyomu.jp
ハーメルンFan fictionFan workshameln.jp

Korean (한국어)

PlatformTypeContentURL
문피아Free ReadingWeb novelsmunpia.com
카카오페이지FreemiumVarious genrespage.kakao.com
리디북스FreemiumLight novelsridibooks.com

License Types

Understanding license types helps identify truly free resources:

  • Public Domain: No copyright, free for all use (e.g., works from 1920s or earlier in most countries)
  • CC0 (Public Domain Dedication): Authors explicitly waive all rights
  • CC-BY / CC-BY-SA: Attribution required, but free to read and share
  • CC-BY-NC: Attribution required, non-commercial use only
  • Open Access: Publisher-granted free access (may have terms)

Finding Legal Free Novels

Step 1: Identify Copyright Status

For modern works (post-1928), assume copyrighted unless verified otherwise.

Safe to search:

  • Project Gutenberg (all public domain)
  • Author's personal website offering free chapters
  • Publisher's official free promotions

Step 2: Check Platform Legitimacy

Red flags for illegal sites:

  • No clearly stated content licensing
  • Offers paywalled bestsellers for free
  • Frequent DMCA takedown notices
  • No author/publisher attribution

Green flags for legitimate sites:

  • Clear DMCA/privacy policies
  • Partnership with publishers
  • Author accounts and verification
  • Open about revenue model (ads, optional membership)

Step 3: Alternative Free Sources

  • Library digital services: OverDrive/Libby, Hoopla
  • Publisher free chapters: Official promotional excerpts
  • Author blogs: Personal websites with serialized fiction

Resources

references/

scripts/


Note: This skill promotes legal access to literature. Always verify that platforms and works are properly licensed before recommending them.