← 返回 Skills 市场
Story Writer
作者
BytesAgain2
· GitHub ↗
· v2.0.2
· MIT-0
1669
总下载
1
收藏
7
当前安装
12
版本数
在 OpenClaw 中安装
/install story-writer
功能描述
小说创作、角色设计、情节设计(三幕式)、对话生成、世界观构建、续写。Story writing with character design, three-act plot structure, dialogue generation, worldbuilding. Supports bilingual docum...
安全使用建议
This skill appears to be a local story-writing toolkit implemented as bash scripts. It does not contact the network or request credentials, which is good. Before installing or running it: 1) Note that it will create and write files under ~/.local/share/story-writer (or $XDG_DATA_HOME or $STORY_DIR if set); if you want to avoid that, set STORY_DIR to a safe folder. 2) The SKILL.md incorrectly lists python3 as a requirement — the scripts are bash-based, so python isn't needed. 3) The scripts write files using user-supplied names (e.g., save <name>), which could allow path traversal if names are not sanitized — avoid passing untrusted or specially crafted names and review the cmd_save implementation. 4) Review the provided scripts yourself (or run them in a sandbox/container) before giving the agent permission to execute them. If you plan to let the agent run the skill autonomously, remember it will be able to write files to your user data directory, so limit privileges accordingly.
功能分析
Type: OpenClaw Skill
Name: story-writer
Version: 2.0.2
The skill bundle is a legitimate toolkit for story writing and character design, providing bash scripts (script.sh and story.sh) that generate creative templates and manage local story drafts. While script.sh contains a minor path traversal vulnerability in its save command, the risk is mitigated by a forced .md extension and appears to be an unintentional coding flaw rather than a malicious feature. No evidence of data exfiltration, unauthorized network access, or malicious prompt injection was found across the files.
能力评估
Purpose & Capability
Name/description match the included scripts: both scripts generate outlines, characters, plots, worldbuilding, etc. The included bash tools are appropriate for the stated purpose. Minor mismatch: SKILL.md lists python3 as a requirement but none of the shipped scripts use Python.
Instruction Scope
SKILL.md is user-facing guidance and does not mention the scripts' side effects: the shell scripts create a data directory (default $XDG_DATA_HOME or $HOME/.local/share/story-writer), write story drafts, character lists, and an activity history.log. The metadata declared no config paths or env vars, yet the code reads STORY_DIR/XDG_DATA_HOME and writes files — this persistence behavior is not documented in SKILL.md.
Install Mechanism
No install spec is present (instruction-only), and the included files are local bash scripts. No network downloads or external installers are called in the scripts.
Credentials
The skill declares no required credentials or sensitive env vars. It optionally respects STORY_DIR and XDG_DATA_HOME for storage location, which is proportional. No external endpoints or credentials are requested.
Persistence & Privilege
The scripts persist data under a per-user data directory (stories/, characters/, history.log). always:false and no elevated privileges are requested. However, the tool will write files into the user's home directory by default.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install story-writer - 安装完成后,直接呼叫该 Skill 的名称或使用
/story-writer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.2
Bilingual and Quality Enhancement
v2.0.1
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.6
retry-fix-token
v1.0.5
yaml-fix+quality
v1.0.4
Quality upgrade
v1.0.3
Quality upgrade: custom functionality
v1.0.2
Standards compliance: unique content, no template text
v1.0.1
Quality update: docs, examples, standards compliance
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v2.0.0
Complete rewrite with real functionality
v1.0.0
Initial release of story-writer.
- Provides tools for novel creation, character design, three-act plot structuring, dialogue generation, worldbuilding, and story continuation.
- Features simple command system for accessing different writing functions.
- Includes professional writing tips and a quick reference for available commands.
- Supports both Chinese and English usage.
元数据
常见问题
Story Writer 是什么?
小说创作、角色设计、情节设计(三幕式)、对话生成、世界观构建、续写。Story writing with character design, three-act plot structure, dialogue generation, worldbuilding. Supports bilingual docum... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1669 次。
如何安装 Story Writer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install story-writer」即可一键安装,无需额外配置。
Story Writer 是免费的吗?
是的,Story Writer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Story Writer 支持哪些平台?
Story Writer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Story Writer?
由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.2。
推荐 Skills