← 返回 Skills 市场
hexidyg

Story generation pipeline skill

作者 hexidyg · GitHub ↗ · v1.0.4
cross-platform ⚠ suspicious
574
总下载
2
收藏
6
当前安装
5
版本数
在 OpenClaw 中安装
/install story-pipeline
功能描述
Story generation pipeline skill. Supports multi-episode continuous generation, graph management, AI quality check + human confirmation dual control mechanism...
安全使用建议
This skill appears to be a self-contained, local story-generation pipeline that stores state and graphs under data/. Before installing or running it, consider the following: - The documentation and code disagree in two places: (1) SKILL.md mentions graph API calls but the code uses local JSON files; (2) SKILL.md says AI retry is capped at 3, but pipeline.py allows unlimited retries. Decide which behavior you expect and inspect/modify the code to enforce desired limits or change storage behavior. - The skill will create and modify files under data/ (pipeline_state.json and data/graphs/*.json). If you run it in an environment with sensitive files, ensure the working directory is isolated and not containing secrets. - No network endpoints or credentials are required by the included code, which reduces remote exfiltration risk. However, the skill bundles runnable Python code — review the files for any modifications you’d want (e.g., add retry caps, explicit user prompts, or logging controls) before enabling autonomous invocation. - Source is unknown. If you plan to use this in production or with sensitive inputs, request provenance from the author or run it in a sandbox first. If you want strict behavior (e.g., limit AI retries, or use a remote graph service), update the code to make that explicit and documented.
功能分析
Type: OpenClaw Skill Name: story-pipeline Version: 1.0.4 The story-pipeline skill bundle is a well-structured framework for multi-episode story generation, featuring automated quality checks and human-in-the-loop confirmation. The Python scripts (pipeline.py, graph_manager.py, ai_reviewer.py) handle local state persistence and prompt construction for creative writing tasks without any evidence of data exfiltration, unauthorized network access, or malicious execution. While the documentation mentions remote APIs, the implementation is strictly local and focused on its stated purpose.
能力评估
Purpose & Capability
Name/description match the code: generator, reviewer, graph manager, and state persistence are present. Minor mismatch: SKILL.md and some textual descriptions mention 'call remote API' for graph query/storage, but the included graph_manager.py implements only local JSON file storage under data/graphs. Functionality requested (graph queries, episode generation, AI review) is coherent with the stated purpose.
Instruction Scope
SKILL.md instructs LLM-driven prompts and local state/graph file usage which the code follows. However there are inconsistent control rules: the SKILL.md earlier states AI retries 'max 3 times' for review, while pipeline.py and process_ai_review allow unlimited AI retry attempts (and a top-line note says human review has no max). Also SKILL.md implies graph operations may call a remote Graph API; the code's graph_manager only reads/writes local JSON. These discrepancies mean the runtime behavior may differ from what documentation promises.
Install Mechanism
No install spec or external downloads are present — the skill is instruction+bundled Python code that operates on local files. No network-based install URLs or third-party package pulls were found in the bundle. Risk from installation is low, but the skill will write/read files in its data/ directory when executed.
Credentials
The skill declares no required environment variables or credentials and the code does not access secrets or external credentials. It only uses local filesystem paths (data/pipeline_state.json and data/graphs). No disproportionate credential requests detected.
Persistence & Privilege
always:false (not force-included) and the skill does not modify other skills or system settings. It persists state and graphs to data/ within the skill bundle path, which is normal for this kind of tool. No elevated platform privileges are requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install story-pipeline
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /story-pipeline 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
Storyboard-Generator Skill v1.0.0 (Initial Release) End-to-End Story Pipeline: Introduces a comprehensive generation pipeline supporting multi-episode, continuous storytelling with state persistence and parallel execution. AI QA & Human-in-the-Loop: Implements a robust dual-validation system. AI performs rigorous quality checks (evaluating coherence, consistency, pacing, emotion, and plot hooks), followed by human review and confirmation for each episode. Graph-Based Continuity Management: Seamlessly tracks characters, scenes, and plot hooks via an integrated knowledge graph, fully supported by API for dynamic relationship management. Flexible Execution Control: Provides pause, resume, and real-time modification capabilities, empowering creators to dynamically steer the story's progression. Comprehensive Documentation: Includes detailed workflows and API references covering the entire lifecycle—from initial creation and generation to review and final confirmation.
v1.0.3
Storyboard-Generator Skill v1.0.0 (Initial Release) End-to-End Story Pipeline: Introduces a comprehensive generation pipeline supporting multi-episode, continuous storytelling with state persistence and parallel execution. AI QA & Human-in-the-Loop: Implements a robust dual-validation system. AI performs rigorous quality checks (evaluating coherence, consistency, pacing, emotion, and plot hooks), followed by human review and confirmation for each episode. Graph-Based Continuity Management: Seamlessly tracks characters, scenes, and plot hooks via an integrated knowledge graph, fully supported by API for dynamic relationship management. Flexible Execution Control: Provides pause, resume, and real-time modification capabilities, empowering creators to dynamically steer the story's progression. Comprehensive Documentation: Includes detailed workflows and API references covering the entire lifecycle—from initial creation and generation to review and final confirmation.
v1.0.2
No changes detected in this version (1.0.2). - No file changes present. - Documentation, features, and workflow remain the same as the previous version.
v1.0.1
No code or functional changes in this version. - Documentation updated: SKILL.md rewritten from Chinese to English. - No underlying files or logic were changed. - All features, usage, workflow, and APIs remain the same.
v1.0.0
story-pipeline v1.0.0 - Initial release of the story-pipeline skill. - Supports automated multi-episode story generation with plot, character, and hook management. - Integrates dual control mechanism: AI quality check followed by user confirmation. - Features persistent status tracking, allowing pause/resume and parallel pipelines. - Provides full API and script documentation for episode creation, review, and state management. - Includes remote graph interface for character/scenario/hook association and consistency.
元数据
Slug story-pipeline
版本 1.0.4
许可证
累计安装 6
当前安装数 6
历史版本数 5
常见问题

Story generation pipeline skill 是什么?

Story generation pipeline skill. Supports multi-episode continuous generation, graph management, AI quality check + human confirmation dual control mechanism... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 574 次。

如何安装 Story generation pipeline skill?

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

Story generation pipeline skill 是免费的吗?

是的,Story generation pipeline skill 完全免费(开源免费),可自由下载、安装和使用。

Story generation pipeline skill 支持哪些平台?

Story generation pipeline skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Story generation pipeline skill?

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

💬 留言讨论