← Back to Skills Marketplace
hexidyg

An automated script generator for creating viral videos.

by hexidyg · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
366
Downloads
0
Stars
3
Active Installs
2
Versions
Install in OpenClaw
/install story-generator
Description
Story generation pipeline skill. Supports multi-episode continuous generation, graph management, AI quality check + human confirmation dual control mechanism...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install story-generator
  3. After installation, invoke the skill by name or use /story-generator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug story-generator
Version 1.0.1
License
All-time Installs 3
Active Installs 3
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 366 downloads so far.

How do I install An automated script generator for creating viral videos.?

Run "/install story-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is An automated script generator for creating viral videos. free?

Yes, An automated script generator for creating viral videos. is completely free (open-source). You can download, install and use it at no cost.

Which platforms does An automated script generator for creating viral videos. support?

An automated script generator for creating viral videos. is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created An automated script generator for creating viral videos.?

It is built and maintained by hexidyg (@hexidyg); the current version is v1.0.1.

💬 Comments