← 返回 Skills 市场
366
总下载
0
收藏
3
当前安装
2
版本数
在 OpenClaw 中安装
/install story-generator
功能描述
Story generation pipeline skill. Supports multi-episode continuous generation, graph management, AI quality check + human confirmation dual control mechanism...
安全使用建议
This skill largely matches its stated purpose (local story pipeline) but has a few red flags you should consider before installing or running it: 1) Documentation vs. code mismatches: SKILL.md talks about a remote Graph API and enforces 'max 3 retries' for AI review, but the code stores graphs locally and allows unlimited AI retries. That could be a stale doc or an incomplete implementation — ask the author or inspect runtime behavior. 2) Data persistence: the skill saves full episode content and pipeline state under data/, which can include any user-provided or model-generated sensitive text; treat those files as potentially sensitive and consider where you run the skill and applying access controls or encryption. 3) Resource exhaustion: unlimited AI retry loops (as implemented) can lead to repeated generation attempts and excessive compute or cost if an LLM is invoked externally — consider adding a retry cap or safeguards. 4) Network behavior: the code as provided makes no outbound network calls, but the docs hint at a remote API that is not implemented; before trusting the skill, run it in a sandboxed environment and monitor for unexpected network activity. 5) Origin and maintenance: there is no homepage and source owner is unknown; if you plan to use this in production, request provenance, tests, and an explicit maintenance plan. Recommended steps: run the code in an isolated environment, inspect and (if needed) modify pipeline.py to enforce retry limits and to sanitize or limit stored content, review and lock file permissions for data/, and confirm whether any external endpoints should be used or are missing. If you need higher assurance, ask the publisher for clarification about the documented Graph API and the intended retry policy.
功能分析
Type: OpenClaw Skill
Name: story-generator
Version: 1.0.1
The skill bundle implements a structured story generation pipeline featuring AI-driven quality scoring and human-in-the-loop confirmation. The code (pipeline.py, graph_manager.py) manages story states and relationship graphs using local JSON storage in a dedicated data directory. No evidence of data exfiltration, unauthorized network access, or malicious prompt injection was found; the logic is entirely consistent with the stated purpose of creative writing automation.
能力评估
Purpose & Capability
The name/description (story generation, graph management, AI review + human confirm) align with the included code: episode_generator, ai_reviewer, graph_manager, and pipeline control are present. However, the SKILL.md sometimes describes a "Graph API" and says graph manager "calls remote API", while the implemented graph_manager stores and reads local JSON files in data/graphs — an inconsistency between intended external API behavior and the actual local-file implementation.
Instruction Scope
SKILL.md instructs the agent to run a pipeline that queries and stores graph data and awaits human confirmation; the code implements local disk reads/writes to data/pipeline_state.json and data/graphs/*.json (expected). Concerns: (1) SKILL.md earlier claims a max of 3 AI-retry attempts in the Dual Confirmation section, but pipeline.py explicitly allows unlimited AI retries — a behavioral mismatch that can affect resource use. (2) The documentation implies a remote Graph API and JSON RPC-like payloads, but code exposes only local method calls; if the skill were meant to call an external endpoint this is missing (or the docs are stale). (3) The skill will persist entire generated episode content to disk unencrypted — any sensitive text submitted will be stored locally.
Install Mechanism
No install spec; the skill is instruction-plus-source files only. Nothing is downloaded or installed at runtime by the skill itself, so there is no high-risk install mechanism in the package.
Credentials
The skill declares no required environment variables, binaries, or credentials, and the code does not attempt to read external credentials. It only reads/writes files in the skill's data directory. This is proportionate to its stated purpose. Note: storing full generated content locally can capture any PII or sensitive user prompts.
Persistence & Privilege
The skill does not request always:true, does not declare system-wide config changes, and does not modify other skills. It persists state and graphs in its own data/ directory, which is expected for a pipeline that supports pause/resume and multiple pipelines.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install story-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/story-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
story-generator v1.0.1
- Updated the episode review template (templates/review_template.md) for improved clarity or presentation.
- No changes to code logic or core functionality in this version.
v1.0.0
story-generator v1.0.0
- Initial release of a comprehensive story generation pipeline.
- Supports multi-episode, continuous narratives with automatic management of character, scene, and hook relationships.
- Implements a dual-control quality mechanism: AI auto-review followed by mandatory human confirmation each episode.
- Enables state persistence—pause, resume, and run multiple stories in parallel.
- All character, scene, and narrative hook data is managed and queryable via a structured graph system.
- Provides built-in API and workflow for story creation, episode generation, review, modification, and storage.
元数据
常见问题
An automated script generator for creating viral videos. 是什么?
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 插件,目前累计下载 366 次。
如何安装 An automated script generator for creating viral videos.?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install story-generator」即可一键安装,无需额外配置。
An automated script generator for creating viral videos. 是免费的吗?
是的,An automated script generator for creating viral videos. 完全免费(开源免费),可自由下载、安装和使用。
An automated script generator for creating viral videos. 支持哪些平台?
An automated script generator for creating viral videos. 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 An automated script generator for creating viral videos.?
由 hexidyg(@hexidyg)开发并维护,当前版本 v1.0.1。
推荐 Skills