← Back to Skills Marketplace
qiqi52566

番茄小说 AI 自动连载、发布技能。流程全自动,每天定时生成并发布小说章节,支持多书管理、金手指边界校验、角色状态追踪。用户只需要获取网页cookie即可每天自动发布,无需任何人工干预。

by qiqi52566 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
92
Downloads
1
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install novel-serial
Description
番茄小说 AI 自动连载发布技能。每天定时生成并发布小说章节,支持多书管理、金手指边界校验、角色状态追踪。需配合 OpenClaw cron 使用。
Usage Guidance
This skill appears to implement automated publishing to 番茄小说, but take precautions before installing: - Dependencies: The scripts require Playwright and a Chromium browser (pip install playwright + playwright install chromium). The skill metadata does not declare these; install them only in a controlled environment (e.g., isolated VM or container). - state.json: Running login.py will create a state.json that contains cookies/localStorage and effectively authenticates to the platform. Treat this file as a secret: store it securely, restrict filesystem permissions, and remove it if you stop using the skill. Be aware anyone with this file could access your account. - Proxy clearing: The scripts deliberately remove http(s)_proxy/all_proxy environment variables before launching the browser. That can bypass corporate or personal proxy/monitoring - confirm you understand why this happens and whether it is acceptable in your environment. If you rely on a proxy for auditing or outbound filtering, run the tools in an environment where bypassing proxies is acceptable. - Review and test: Inspect the full, untruncated script files locally. Run them first in an isolated environment with a throwaway account to confirm behavior. Check that there are no hidden network endpoints or unexpected uploads beyond the target site. - Cron and agent access: The SKILL.md recommends scheduling cron jobs that allow the agent to read your local novels/metadata daily — ensure you want the agent to have that file access. If you do not want automated publishing, do not add the cron job. Given the missing dependency declarations, the proxy manipulation, and the sensitive local session file handling, proceed only after understanding and mitigating these issues (isolation, secrets handling, and code review).
Capability Analysis
Type: OpenClaw Skill Name: novel-serial Version: 1.0.2 The skill bundle is a legitimate automation tool designed to help authors generate and publish novel chapters to the Fanqie Novel platform. It contains detailed instructions for an AI agent to manage character states and plot consistency, along with Playwright-based Python scripts (fanqie-publish.py, publish.py) for automating the web-based publishing workflow. While the scripts handle sensitive session state (state.json) and perform automated browser interactions, these actions are strictly aligned with the stated purpose of the skill. No evidence of data exfiltration, unauthorized remote control, or malicious prompt injection was found; the hardcoded strings and redundant scripts appear to be artifacts of development rather than indicators of malice.
Capability Assessment
Purpose & Capability
Name/description claim: automated daily generation+publish to 番茄小说. The code and SKILL.md implement scanning local novel folders, generating/updating chapters, and automating publish via Playwright — this aligns with the stated purpose. However, the package is instruction-only (no install spec) yet includes non-trivial scripts that require Playwright/Chromium; those dependencies are not declared. Also SKILL.md references Feishu notifications (OpenClaw delivery) while the scripts themselves do not implement Feishu API calls — that is a platform integration assumption but should be explicit. Overall purpose matches code, but missing dependency and integration details are disproportionate to what an instruction-only skill normally requires.
Instruction Scope
Runtime instructions and code read and write many local files under ~/.openclaw/workspace/novels (meta.json, memory files, chapters, uploaded/, state.json). That is expected for a publisher. However, the code instructs the user to create and persist state.json (browser cookies/localStorage) containing session tokens — a sensitive artifact. The SKILL.md also instructs the cron to trigger an agentTurn that reads SKILL.md/KNOWLEDGE.md and scans novels/; this grants the agent access to all local novel content. The instructions do not explicitly warn the user about the sensitivity of saved state.json or recommend secure handling. The code also programmatically clears proxy environment variables before launching Playwright (surprising scope change of environment). No instructions request unrelated system files or extra credentials, but the implicit creation/storage of authentication state and proxy modifications expand the runtime footprint.
Install Mechanism
There is no install spec. The Python scripts require 'playwright' and a Chromium install (the scripts' docstrings mention pip install playwright and playwright install chromium), but these are not declared in the skill metadata. That means the skill will fail or will require manual dependency installation. Lack of an install spec also means the evaluator cannot see any packaged third-party components; however, the scripts will run substantial browser automation locally (downloaded browser binaries if user runs playwright install). While there is no external URL download in the skill itself, missing dependency declaration and the need to install Playwright/Chromium are non-trivial and should be made explicit.
Credentials
The skill declares no required env vars or credentials (primaryEnv none), which superficially looks minimal. However, the code manipulates the process environment by forcibly removing common proxy variables (http_proxy, https_proxy, all_proxy, etc.) before launching the browser — this is unexpected and can bypass site traffic routing/monitoring or corporate proxies. The skill asks users to create and persist a state.json (browser storage) containing cookies/localStorage — effectively local credentials for the user's account. That is necessary to automate publishing, but it is sensitive and not explicitly justified in SKILL.md beyond 'save login state'. No other unrelated credentials are requested. Overall the requested/created secrets (state.json) are proportionate to publishing but the proxy clearing is disproportionate and surprising.
Persistence & Privilege
always is false and the skill is user-invocable/autonomously invokable (platform default). The skill writes its own state.json and uploaded/ archives, which is normal for a publishing automation tool. It does not request permanent inclusion or modify other skills. No evidence it changes system-wide agent settings or other skills' configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install novel-serial
  3. After installation, invoke the skill by name or use /novel-serial
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
novel-serial v1.0.2 - Functionality and documentation remain unchanged.
v1.0.1
name change
v1.0.0
Novel Serial 1.0.0 初始版本上线,为番茄小说连载日更场景打造自动化工作流。 - 支持自动扫描小说目录,每本书每日定时生成2章,自动承接上章状态。 - 全流程严格依赖文件存档(meta.json、book-bible.md、memory/等)确保主角能力、年龄、悬念推进等一致性。 - 提供单章完整写作模板、自检清单、章节和汇总消息自动推送至用户飞书。 - 强制金手指与主角成长边界规则,避免设定错乱和能力膨胀。 - 支持多本小说并行管理,覆盖新书创建、连载监控等扩展场景。 - 完整遵循番茄小说实战创作规则与作家收益机制,适用于平台日更与签约需求。
Metadata
Slug novel-serial
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is 番茄小说 AI 自动连载、发布技能。流程全自动,每天定时生成并发布小说章节,支持多书管理、金手指边界校验、角色状态追踪。用户只需要获取网页cookie即可每天自动发布,无需任何人工干预。?

番茄小说 AI 自动连载发布技能。每天定时生成并发布小说章节,支持多书管理、金手指边界校验、角色状态追踪。需配合 OpenClaw cron 使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.

How do I install 番茄小说 AI 自动连载、发布技能。流程全自动,每天定时生成并发布小说章节,支持多书管理、金手指边界校验、角色状态追踪。用户只需要获取网页cookie即可每天自动发布,无需任何人工干预。?

Run "/install novel-serial" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 番茄小说 AI 自动连载、发布技能。流程全自动,每天定时生成并发布小说章节,支持多书管理、金手指边界校验、角色状态追踪。用户只需要获取网页cookie即可每天自动发布,无需任何人工干预。 free?

Yes, 番茄小说 AI 自动连载、发布技能。流程全自动,每天定时生成并发布小说章节,支持多书管理、金手指边界校验、角色状态追踪。用户只需要获取网页cookie即可每天自动发布,无需任何人工干预。 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 番茄小说 AI 自动连载、发布技能。流程全自动,每天定时生成并发布小说章节,支持多书管理、金手指边界校验、角色状态追踪。用户只需要获取网页cookie即可每天自动发布,无需任何人工干预。 support?

番茄小说 AI 自动连载、发布技能。流程全自动,每天定时生成并发布小说章节,支持多书管理、金手指边界校验、角色状态追踪。用户只需要获取网页cookie即可每天自动发布,无需任何人工干预。 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 番茄小说 AI 自动连载、发布技能。流程全自动,每天定时生成并发布小说章节,支持多书管理、金手指边界校验、角色状态追踪。用户只需要获取网页cookie即可每天自动发布,无需任何人工干预。?

It is built and maintained by qiqi52566 (@qiqi52566); the current version is v1.0.2.

💬 Comments