← 返回
内容创作

BookMorph Magic

Orchestrate book-to-content workflows to generate video, audio, cover images, and a manifest for episode or campaign packages.
编排图书内容工作流,生成视频、音频、封面图片及剧集或营销活动包的清单。
oiioai
内容创作 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 1
Stars
📥 509
下载
💾 16
安装
1
版本
#latest

概述

BookMorph Magic

Use this skill as a publishable template for book-to-content orchestration. It is not a private, fixed workflow.

What this template does

  • Takes one book or one episode-style request
  • Produces a package of multi-format content
  • Bundles the final outputs into a stable episode directory with a manifest

Typical outputs:

  • one video
  • one audio file
  • three cover images (3:4, 4:3, 1:1)
  • one manifest.json

Important constraints

  • This is a template, not a turnkey SaaS workflow.
  • To run end to end, you must provide 3 adapters:
  • book selector
  • longform content generator
  • cover generator
  • If you already have existing skills or scripts for those adapters, wire them to the contracts in references/integration-template.md.

Inputs

  • A book file path, or
  • A request containing one episode identifier such as ep38, EP38, episode 38, or 第38期

Output contract

  • Output root is configurable
  • Episode directory prefix is configurable; default is episode-
  • Stable output filenames:
  • epNN-video.
  • epNN-audio.
  • epNN-cover-3x4.
  • epNN-cover-4x3.
  • epNN-cover-1x1.
  • manifest.json

Workflow

  1. Parse the episode identifier with scripts/episode_bundle.py parse-episode.
  2. Create or reset the target episode directory with prepare-dest.
  3. Run your book selector adapter until it chooses exactly one source book.
  4. Run your longform content generator adapter to produce a video and an audio output.
  5. Run your cover generator adapter to produce 3:4, 4:3, and 1:1 images.
  6. Run bundle to copy the final artifacts into the episode directory and write manifest.json.

Adapter requirements

Book selector

Must return enough information to identify one selected source:

  • book title
  • author
  • local source file path
  • selection round or attempt count
  • optional selector checkpoint path

Longform content generator

Must return:

  • video file path
  • audio file path
  • attempt count
  • optional generator checkpoint path

Cover generator

Must return:

  • image path for 3:4
  • image path for 4:3
  • image path for 1:1
  • attempt count
  • optional prompt archive path
  • optional generator checkpoint path

Failure rules

  • If the episode number cannot be parsed, fail immediately.
  • If no source book can be selected, stop and write a failed manifest.
  • If longform media is incomplete, stop and write a failed or partial manifest.
  • If any required cover image is missing, stop and write a failed or partial manifest.

Commands

python3 {baseDir}/scripts/episode_bundle.py parse-episode --text "制作ep38内容" --output-root "/abs/output/root"
python3 {baseDir}/scripts/episode_bundle.py prepare-dest --episode 38 --clear-existing --output-root "/abs/output/root"
python3 {baseDir}/scripts/episode_bundle.py bundle --episode 38 --video "/abs/video.mp4" --audio "/abs/audio.m4a" --image-3x4 "/abs/3x4.png" --image-4x3 "/abs/4x3.png" --image-1x1 "/abs/1x1.png" --book-title "Example Book" --author "Example Author" --book-path "/abs/book.epub" --selector-adapter "my-book-selector" --selector-reference "round-1" --selection-round 1 --longform-attempts 1 --cover-attempts 1 --prompt-archive "/abs/prompts.md" --output-root "/abs/output/root"
python3 {baseDir}/scripts/episode_bundle.py bundle --episode 38 --selection-round 3 --longform-attempts 0 --cover-attempts 0 --status failed --failure "selector=no valid source book" --output-root "/abs/output/root"

References

  • Adapter contracts: references/integration-template.md
  • Manifest fields: references/manifest-schema.md

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 00:10 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Baidu Wenku AIPPT

ide-rea
使用百度文库 AI 智能生成 PPT,自动根据内容选择模板。
★ 66 📥 46,133
content-creation

AdMapix

fly0pants
广告情报与应用数据分析助手,支持搜索广告素材、分析应用排名、下载量、收入及市场洞察,用于广告素材和竞品分析。
★ 295 📥 136,413
content-creation

Humanizer

biostartechnology
消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。
★ 857 📥 199,305