← 返回 Skills 市场
qiqi52566

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

作者 qiqi52566 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
92
总下载
1
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install novel-serial
功能描述
番茄小说 AI 自动连载发布技能。每天定时生成并发布小说章节,支持多书管理、金手指边界校验、角色状态追踪。需配合 OpenClaw cron 使用。
安全使用建议
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).
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install novel-serial
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /novel-serial 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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/等)确保主角能力、年龄、悬念推进等一致性。 - 提供单章完整写作模板、自检清单、章节和汇总消息自动推送至用户飞书。 - 强制金手指与主角成长边界规则,避免设定错乱和能力膨胀。 - 支持多本小说并行管理,覆盖新书创建、连载监控等扩展场景。 - 完整遵循番茄小说实战创作规则与作家收益机制,适用于平台日更与签约需求。
元数据
Slug novel-serial
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

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

番茄小说 AI 自动连载发布技能。每天定时生成并发布小说章节,支持多书管理、金手指边界校验、角色状态追踪。需配合 OpenClaw cron 使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。

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

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

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

是的,番茄小说 AI 自动连载、发布技能。流程全自动,每天定时生成并发布小说章节,支持多书管理、金手指边界校验、角色状态追踪。用户只需要获取网页cookie即可每天自动发布,无需任何人工干预。 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

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

番茄小说 AI 自动连载、发布技能。流程全自动,每天定时生成并发布小说章节,支持多书管理、金手指边界校验、角色状态追踪。用户只需要获取网页cookie即可每天自动发布,无需任何人工干预。 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

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

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

💬 留言讨论