Story

v2.0.0

Draft, edit, and schedule creative stories with content optimization. Use when drafting chapters, editing narratives, optimizing readability, scheduling posts.

0· 261·2 current·3 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for bytesagain1/story.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Story" (bytesagain1/story) from ClawHub.
Skill page: https://clawhub.ai/bytesagain1/story
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install story

ClawHub CLI

Package manager switcher

npx clawhub@latest install story
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97ej1jq6pjv23nwsk050baqsn834cpm
261downloads
0stars
1versions
Updated 1mo ago
v2.0.0
MIT-0

Story

Terminal-first Story manager. Keep your content creation data organized with simple commands.

Why Story?

  • Works entirely offline — your data never leaves your machine
  • Simple command-line interface, no GUI needed
  • Export to JSON, CSV, or plain text anytime
  • Automatic history and activity logging

Getting Started

# See what you can do
story help

# Check current status
story status

# View your statistics
story stats

Commands

CommandWhat it does
story draftDraft
story editEdit
story optimizeOptimize
story scheduleSchedule
story hashtagsHashtags
story hooksHooks
story ctaCta
story rewriteRewrite
story translateTranslate
story toneTone
story headlineHeadline
story outlineOutline
story statsSummary statistics
story export<fmt> Export (json
story search<term> Search entries
story recentRecent activity
story statusHealth check
story helpShow this help
story versionShow version
story $name:$c entries
story Total:$total entries
story Datasize: $(du -sh "$DATA_DIR" 2>/dev/null
story Version:v2.0.0
story Datadir: $DATA_DIR
story Entries:$(cat "$DATA_DIR"/*.log 2>/dev/null
story Disk:$(du -sh "$DATA_DIR" 2>/dev/null
story Last:$(tail -1 "$DATA_DIR/history.log" 2>/dev/null
story Status:OK
story [Story]draft: $input
story Saved.Total draft entries: $total
story [Story]edit: $input
story Saved.Total edit entries: $total
story [Story]optimize: $input
story Saved.Total optimize entries: $total
story [Story]schedule: $input
story Saved.Total schedule entries: $total
story [Story]hashtags: $input
story Saved.Total hashtags entries: $total
story [Story]hooks: $input
story Saved.Total hooks entries: $total
story [Story]cta: $input
story Saved.Total cta entries: $total
story [Story]rewrite: $input
story Saved.Total rewrite entries: $total
story [Story]translate: $input
story Saved.Total translate entries: $total
story [Story]tone: $input
story Saved.Total tone entries: $total
story [Story]headline: $input
story Saved.Total headline entries: $total
story [Story]outline: $input
story Saved.Total outline entries: $total

Data Storage

All data is stored locally at ~/.local/share/story/. Each action is logged with timestamps. Use export to back up your data anytime.

Feedback

Found a bug or have a suggestion? Let us know: https://bytesagain.com/feedback/


Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Comments

Loading comments...