番茄小说自动创作发布一条龙

# fanqie-novel-auto-publish # 番茄小说创作发布一条龙技能

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "番茄小说自动创作发布一条龙" with this command: npx skills add chenjiahui11/fanqie-novel-auto-publish

fanqie-novel-auto-publish

番茄小说创作发布一条龙技能

整合 open-novel-writing(AI 创作)+ fanqie-publisher(番茄发布),从想法一键生成到发布到番茄小说。

完整流程

想法 → 设定 → 大纲 → 生成多章 → 评审修订 → 自动发布到番茄小说

工作原理

技能目录下包含两个核心模块:

模块文件说明
novel_generatornovel_generator.py调用 AI 生成小说章节
fanqie_publisherfanqie_publisher.py调用 fanqie-publisher 发布章节
auto_publishauto_publish.py编排完整工作流

使用方式

命令行发布

cd ~/.openclaw/skills/fanqie-novel-auto-publish/scripts
python auto_publish.py --check          # 检查状态
python auto_publish.py --works          # 列出作品
python auto_publish.py -w "作品名" -f "章节.md"   # 发布单章

Python 调用

import sys
sys.path.insert(0, "~/.openclaw/skills/fanqie-novel-auto-publish/scripts")

from auto_publish import AutoPublishWorkflow

workflow = AutoPublishWorkflow()

# 检查状态
status = workflow.check_status()

# 发布章节
result = workflow.publish_chapter(
    work_title="诡异系统:我在规则世界卡BUG",
    chapter_file="C:/path/to/chapter.md"
)

依赖

  • open-novel-writing 技能(生成小说内容)
  • fanqie-publisher 技能(发布到番茄小说)

这两个技能需要先安装并配置好。

工作目录

  • 小说输出:~/.openclaw/skills/novel-generator/output/
  • 记忆文件:~/.openclaw/skills/novel-generator/.learnings/
  • Cookie 文件:~/.openclaw/skills/fanqie-publisher/scripts/fanqie_cookies.json

企业开发·定制技能请联系Wx:CChenJ_

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

gitlab-mr-reviewer

当需要审核 GitLab 合并请求、检查 MR diff 风险、发布 GitLab 审查评论、执行 approve/request changes,或发送 MR 审查通知时使用。

Registry SourceRecently Updated
1490whrime
General

Voice Transcriber Toolkit

Voice-to-Text Transcription Toolkit - 语音识别转文字,支持Whisper/Vosk引擎,批量处理,字幕导出 | Speech recognition & transcription with Whisper/Vosk engines, batch processing, su...

Registry SourceRecently Updated
General

Gigo Lobster Taster

🦞 GIGO · gigo-lobster-taster: 正式试吃模式:跑完整评测,默认上传云端、生成个人结果页并进入排行榜。 Triggers: 试吃我的龙虾 / 品鉴我的龙虾 / lobster taste / lobster taster.

Registry SourceRecently Updated
General

Gigo Lobster Local

🦞 GIGO · gigo-lobster-local: 本地模式:跑完整评测,但不上云、不注册个人结果页,证书二维码回到官网首页。 Triggers: 本地试吃龙虾 / 离线试吃龙虾 / local lobster taste / offline lobster taste.

Registry SourceRecently Updated