← Back to Skills Marketplace
Story
by
bytesagain1
· GitHub ↗
· v2.0.0
· MIT-0
271
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install story
Description
Draft, edit, and schedule creative stories with content optimization. Use when drafting chapters, editing narratives, optimizing readability, scheduling posts.
Usage Guidance
This skill appears to be a simple offline CLI that logs story entries under ~/.local/share/story and does not transmit data or require credentials. Before installing: (1) review the script file yourself (scripts/script.sh) and run it locally in a non-root account; (2) be aware that any text you save becomes plaintext logs in ~/.local/share/story (avoid storing secrets); (3) when installing, place the script in a directory on your PATH and set appropriate file permissions (chmod 755), and consider backing up or rotating the data directory if you need privacy. If you want stronger guarantees, run the script in a restricted environment (container or dedicated user) and verify no additional network calls occur when you run it.
Capability Analysis
Type: OpenClaw Skill
Name: story
Version: 2.0.0
The 'Story' skill is a legitimate terminal-based content management tool for drafting and organizing creative writing. The shell script (scripts/script.sh) implements basic logging, searching, and exporting functionality using standard Unix utilities, with all data stored locally in the user's home directory (~/.local/share/story/). There is no evidence of network activity, data exfiltration, or malicious intent; the messy command table in SKILL.md appears to be poorly formatted documentation of the script's output rather than a prompt injection attempt.
Capability Assessment
Purpose & Capability
Name/description (story drafting, editing, scheduling) match the included shell implementation and README: all operations are local, file-based, and related to content management.
Instruction Scope
SKILL.md directs use of the local 'story' CLI and documents local data storage. The included script operates only on files under the data directory and does not instruct the agent to read unrelated system files or send data externally.
Install Mechanism
No install spec is provided (instruction-only). A shell script is included in the repo; there are no downloads or archive extraction instructions, and nothing is fetched from external URLs during runtime.
Credentials
The skill requests no environment variables or credentials. The script uses HOME to place data in ~/.local/share/story only—this is proportional to the stated purpose.
Persistence & Privilege
The skill does not request always:true, does not alter other skills or system-wide config, and only creates/updates files in its own data directory. Agent autonomy settings are default.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install story - After installation, invoke the skill by name or use
/story - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
Domain-specific upgrade
Metadata
Frequently Asked Questions
What is Story?
Draft, edit, and schedule creative stories with content optimization. Use when drafting chapters, editing narratives, optimizing readability, scheduling posts. It is an AI Agent Skill for Claude Code / OpenClaw, with 271 downloads so far.
How do I install Story?
Run "/install story" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Story free?
Yes, Story is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Story support?
Story is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Story?
It is built and maintained by bytesagain1 (@bytesagain1); the current version is v2.0.0.
More Skills