Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计提醒

bestseller-writer畅销书作家

Agent Skill

bestseller-writer 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,234

周安装

410

GitHub Stars

公开资料未说明

下载量

3,313
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:bestseller-writer(畅销书作家)
来源仓库:https://github.com/philipstark/bestseller-writer
安装命令:
openclaw skills install bestseller-writer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install bestseller-writer

简介

将创意快速转化为完整畅销书手稿。bestseller-writer 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 采用多代理协作流程提升写作效率。
  • 规划师、作家与编辑并行推进项目进度。
  • 安装命令:openclaw skills install bestseller-writer。
  • 输出稿件建议人工审阅与润色优化。

SKILL.md

name
bestseller-writer
description
Turn a shower idea into a full best-seller manuscript in one command. Multi-agent pipeline — Planner → Character Designer → Chapter Writers (parallel) → Editor → KDP Packager. Produces a complete book (50-80k words) ready to publish on Amazon KDP with title, description, keywords, categories, and cover brief. Works for fiction and non-fiction. Run with the standalone CLI script or let your agent orchestrate it step-by-step.
version
1.0.0
license
MIT
author
felipe-lobo
tags
[book, writing, bestseller, KDP, amazon, self-publish, fiction, non-fiction, multi-agent, pipeline, passive-income]
category
Content Creation

Bestseller Writer 📚

One idea → Full manuscript → Amazon KDP listing. Fully autonomous.

Turn a shower thought into a publishable book. 5-stage multi-agent pipeline handles everything: story structure, characters, all chapters (written in parallel), editorial pass, and a complete Amazon KDP publishing package.

No writing experience needed. No blank page. Just your idea.


What You Get

OutputDescription
MANUSCRIPT.mdComplete book (50-80k words, 25-35 chapters)
kdp_package.mdTitle options, Amazon description, 7 keywords, BISAC categories, pricing strategy, cover brief + Midjourney prompt
plan.mdFull story/argument structure with chapter-by-chapter outline
characters.mdDeep character profiles with arcs (fiction) or authority framework (non-fiction)
editorial_memo.mdProfessional developmental edit notes

Quick Start (CLI)

Install dependency

cd skills/bestseller-writer/scripts
npm install

Generate a book

# Thriller
node generate.js --idea "A detective discovers evidence of her own murder" --genre thriller

# Self-help  
node generate.js --idea "How to build a $10k/month business in 90 days using AI" --genre self-help

# Romance
node generate.js --idea "Two rival food truck owners forced to share a festival spot" --genre romance

# Business/non-fiction
node generate.js --idea "Why most startups fail at hiring and how to fix it" --genre business

Options

--idea, -i     Your book concept (required)
--genre, -g    Genre: thriller, romance, self-help, business, memoir, fantasy, nonfiction
--output, -o   Output directory (default: ./book-output/[slug])
--chapters     Number of chapters (default: 25)
--batch        Parallel chapter batch size (default: 4)
--planner      Model for Planner + Editor (default: claude-opus-4-5)
--writer       Model for writing agents (default: claude-sonnet-4-5)

Environment

export ANTHROPIC_API_KEY=sk-ant-...

Agent-Orchestrated Mode

If you're running inside an OpenClaw agent, the agent follows this pipeline directly using sessions_spawn. Trigger with:

"Write me a book about [idea]" or "Generate a bestseller about [idea]"

The agent will:

  1. Create output directory at ~/Desktop/books/[slug]/
  2. Run all 5 stages sequentially (chapters in parallel batches)
  3. Deliver kdp_package.md as the final deliverable
  4. Report word count and publish checklist

Pipeline Architecture

💡 Your Idea
     │
     ▼
┌─────────────────────────────────────┐
│  Stage 1: PLANNER (Opus)            │
│  Market positioning, title options, │
│  full chapter-by-chapter outline,   │
│  comparable titles, pitch           │
└──────────────────┬──────────────────┘
                   │
                   ▼
┌─────────────────────────────────────┐
│  Stage 2: CHARACTER DESIGNER        │
│  (Sonnet)                           │
│  Deep profiles, arcs, voice guide   │
│  (fiction) or authority/reader      │
│  avatar framework (non-fiction)     │
└──────────────────┬──────────────────┘
                   │
         ┌─────────┴─────────┐
         ▼                   ▼
  ┌─────────────┐     ┌─────────────┐
  │ Chapters    │ ... │ Chapters    │  ← Parallel batches
  │ 1-4 (Sonnet)│     │ 21-25       │    (4 at a time)
  └──────┬──────┘     └──────┬──────┘
         └─────────┬─────────┘
                   ▼
┌─────────────────────────────────────┐
│  Stage 4: EDITOR (Opus)             │
│  Consistency, pacing, voice,        │
│  opening/ending assessment,         │
│  marketability score                │
└──────────────────┬──────────────────┘
                   │
                   ▼
┌─────────────────────────────────────┐
│  Stage 5: KDP PACKAGER (Sonnet)     │
│  Title, description, keywords,      │
│  categories, pricing, cover brief,  │
│  Midjourney prompt, launch checklist│
└─────────────────────────────────────┘
                   │
                   ▼
        📦 MANUSCRIPT.md + kdp_package.md

Genre Support

GenreFrameworkAvg Length
Thriller/MysterySave the Cat beats + 3-act70-80k words
RomanceMeet cute → Black moment → HEA60-70k words
Fantasy/Sci-FiWorld + Hero's Journey80-100k words
Self-HelpProblem → Framework → Transformation40-50k words
BusinessInsight → Evidence → Application45-55k words
MemoirChronological + thematic arc55-70k words

Revenue Model

Amazon KDP passive income per book:

  • Average: $50-500/month
  • Stack 10 books: $500-5,000/month
  • Stack 30 books: $1,500-15,000/month

Launch strategy (built into kdp_package.md):

  1. Publish at $0.99 → enroll KDP Select
  2. Day 1-4: Paid launch, collect reviews
  3. Day 5-9: Free promo (spikes ranking)
  4. Day 10+: Raise to $2.99-$4.99 (70% royalty)
  5. Repeat with next book

Niche targeting (highest ROI):

  • Cozy mysteries with recurring characters (series = repeat buyers)
  • Self-help for specific professions (accountants, nurses, teachers)
  • Business books for specific industries
  • Local history/interest books (low competition)

Cost Estimate

StageModelAPI Cost (approx)
PlannerOpus~$0.15
CharactersSonnet~$0.05
25 chaptersSonnet × 25~$0.75
EditorOpus~$0.20
KDP PackageSonnet~$0.05
Total~$1.20 per book

One book costs ~$1.20 to generate and can earn $50-500/month. ROI is infinite.


Agent Instructions (for OpenClaw)

When the user asks to write a book or generate a manuscript:

Step 1 — Collect Info

Ask for (or infer from context):

  • The idea (required)
  • Genre (infer if obvious, otherwise ask)
  • Fiction or non-fiction

Step 2 — Run Pipeline

Create output dir: ~/Desktop/books/[slug]/

Spawn agents in sequence using sessions_spawn with runtime="subagent":

Agent 1 — Planner: Task: Full planning prompt (see scripts/generate.js buildPlannerPrompt) Save output to: plan.md

Agent 2 — Character Designer: Task: Character/authority prompt with plan as context Save output to: characters.md

Agents 3-N — Chapter Writers (parallel, max 4 at once): Task: Chapter writing prompt with plan + characters + prev chapter ending Save output to: chapter_NN.md

Agent N+1 — Editor: Task: Editorial pass prompt with plan + sample chapters Save output to: editorial_memo.md

Agent N+2 — KDP Packager: Task: KDP package prompt with plan + editorial Save output to: kdp_package.md

Step 3 — Assemble

Concatenate all chapter_NN.md files into MANUSCRIPT.md

Step 4 — Deliver

Send user:

  • Word count
  • Path to MANUSCRIPT.md
  • Key items from kdp_package.md (chosen title, pricing, first keyword string)
  • Next steps for publishing

Troubleshooting

Chapters are too short? The writer agents are prompted for 2,000-2,500 words. If output is shorter, re-run that specific chapter with: "This chapter is too short. Expand to at least 2,000 words, adding more scene depth, dialogue, and sensory detail."

Voice is inconsistent? The editor stage catches this. After the editorial memo, re-run any flagged chapters with the specific feedback.

KDP keywords not relevant? Edit kdp_package.md keywords manually using Google Keyword Planner or Publisher Rocket to verify search volume before uploading.

Want a series? After Book 1 is done, pass plan.md + characters.md into a new run with --idea "Book 2: [continuation]". Characters and world are already built.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

70.71%
按下载量换算2,343

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install bestseller-writer 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills