← 返回 Skills 市场
xinyuqq

Free Novel Search

作者 xinyuqq · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
54
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install free-novel-search
功能描述
Search and find free, legally available novels from public domain, open license, and legitimate free-to-read platforms worldwide.
使用说明 (SKILL.md)

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)

Platform Type Content URL
Project Gutenberg Public Domain Classic literature gutenberg.org
Open Library Open Access Modern + classics openlibrary.org
ManyBooks Public Domain 50,000+ free eBooks manybooks.net
Feedbooks Mixed Fiction & non-fiction feedbooks.com
Wikisource User-contributed Public domain works en.wikisource.org
LoCosmos Open License Science fiction lcosmos.com
Royal Road Original Fiction Web novels royalroad.com
Wattpad User-generated Modern fiction wattpad.com

Chinese (中文小说)

Platform Type Content URL
书旗网 Free Reading Popular web novels shuqi.com
顶点中文 Free Reading Web novels dingdian.cn
笔趣阁 Free Reading Classic + Web novels biquge.com.cn
17K小说网 Freemium Various genres 17k.com
纵横中文网 Free Reading Web fiction zongheng.com

Japanese (日本語)

Platform Type Content URL
青空文庫 Public Domain Classic Aozorabunko aozora.gr.jp
小説家になろう Self-published Web novels syosetu.com
カクヨム Free Reading Various genres kakuyomu.jp
ハーメルン Fan fiction Fan works hameln.jp

Korean (한국어)

Platform Type Content URL
문피아 Free Reading Web novels munpia.com
카카오페이지 Freemium Various genres page.kakao.com
리디북스 Freemium Light novels ridibooks.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.

安全使用建议
Review before installing. Prefer using the listed reputable sources directly, and avoid relying on the search script until HTTPS certificate verification is fixed. Manually verify licensing for any recommended platform or title.
功能分析
Type: OpenClaw Skill Name: free-novel-search Version: 1.0.0 The skill bundle contains a security vulnerability in `scripts/search_novels.py`, where SSL certificate verification is explicitly disabled using `ssl._create_unverified_context()` when querying external APIs (gutendex.com and openlibrary.org), exposing the agent to man-in-the-middle (MITM) attacks. Additionally, `scripts/check_license.py` contains a syntax error in a function definition (`check_platform legitimacy`), and the documentation includes links to several platforms frequently associated with unauthorized copyrighted content, despite providing legal disclaimers.
能力评估
Purpose & Capability
The core purpose is coherent, but an advertised licensing helper appears nonfunctional: scripts/check_license.py contains `def check_platform legitimacy(url):` while later calling `check_platform_legitimacy(...)`, so users should not rely on it as the only license check.
Instruction Scope
The instructions are user-directed search and reference workflows; no hidden prompt injection, forced tool use, autonomous persistence, or destructive actions are shown.
Install Mechanism
The metadata says there is no install spec and no required binaries, while SKILL.md documents `python scripts/search_novels.py --help`; this is a visible but under-declared Python runtime requirement.
Credentials
Public API lookups are purpose-aligned, but scripts/search_novels.py uses `ssl._create_unverified_context()`, disabling HTTPS certificate validation for search requests.
Persistence & Privilege
No credentials, tokens, background processes, persistent memory, privileged configuration, or account mutation are requested; the only file write is a user-specified JSON output path.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install free-novel-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /free-novel-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release introducing the Free Novel Search skill. - Provides curated lists of legitimate free novel platforms across English, Chinese, Japanese, and Korean languages. - Includes search utilities and scripts to find public domain and open-licensed novels. - Offers guidance on identifying legal sources and understanding content licensing. - Supplies resources and references for further exploration of free novel repositories.
元数据
Slug free-novel-search
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Free Novel Search 是什么?

Search and find free, legally available novels from public domain, open license, and legitimate free-to-read platforms worldwide. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 54 次。

如何安装 Free Novel Search?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install free-novel-search」即可一键安装,无需额外配置。

Free Novel Search 是免费的吗?

是的,Free Novel Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Free Novel Search 支持哪些平台?

Free Novel Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Free Novel Search?

由 xinyuqq(@xinyuqq)开发并维护,当前版本 v1.0.0。

💬 留言讨论