Story English

v1.0.0

Learn English through serialized fiction — follow a story you actually want to read, with vocabulary embedded naturally in each episode. Mystery, city life,...

0· 43·0 current·0 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 jiajiaoy/story-english.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Story English" (jiajiaoy/story-english) from ClawHub.
Skill page: https://clawhub.ai/jiajiaoy/story-english
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-english

ClawHub CLI

Package manager switcher

npx clawhub@latest install story-english
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (story-based English learning) align with the included files and behavior. The code files are CLI wrappers that format a prompt and print it; they implement story/series/vocab CLI behavior described in SKILL.md/README. No unrelated binaries, credentials, or platform access are requested.
Instruction Scope
The SKILL.md and scripts explicitly instruct generation of story text, vocabulary lists, grammar spotlights, quiz questions, and a JSON 'state' object. They do not instruct reading arbitrary system files, accessing environment variables, or sending data to external endpoints. One note: the CLI accepts a --state string which is embedded verbatim into the printed prompt and into the generated JSON state; do not paste sensitive secrets into --state because they will be echoed in outputs and could be recorded in logs or agent transcripts.
Install Mechanism
No install spec is provided (instruction-only behavior). There is no download or archive extraction. This is low-risk from an install perspective.
Credentials
The skill requires no environment variables, credentials, or config paths. The contents and behavior of the scripts are consistent with this: they only read CLI args and print text. No disproportionate credential/requested access noted.
Persistence & Privilege
always is false and the skill does not request persistent system modifications or auto-enable itself. It does not modify other skills or system-wide configuration. Autonomous invocation is allowed by default (platform normal) but not elevated here.
Assessment
This skill appears coherent and implements what it promises: generating short fictional episodes with vocabulary and quizzes. It's safe to install from a coherence point of view, but be careful when using the CLI --state option: any JSON or text you paste will be included verbatim in the printed prompt and the generated 'state' JSON and could appear in logs or be transmitted if you copy/share outputs. Do not paste passwords, API keys, or other secrets into --state. If you run the scripts on a multi-user or CI environment, treat the generated outputs as potentially viewable by others. Otherwise, no credentials or network access are required and the code is straightforward to review.

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

latestvk97fjggp1pypn4yej62y81rs6h85qhtm
43downloads
0stars
1versions
Updated 12h ago
v1.0.0
MIT-0

Story English

Learn English by following a story you actually want to read. Each episode is real fiction — mystery, city life, sci-fi — with vocabulary woven naturally into the narrative. No drills. No textbook sentences. Just a story that keeps you coming back for the next episode.

How it works

Each episode:

  • 350–500 words of genuine fiction that advances the plot
  • 5–8 vocabulary words highlighted and explained in context
  • 1 grammar spotlight — one pattern, shown naturally in the story
  • 3 comprehension questions at the end
  • Cliffhanger ending so you actually want to read Episode 2

Series

🕵️ The Shanghai Files — Noir mystery. Rookie detective. Rain-soaked streets. Cases that don't add up. 🏙️ City of Dreamers — Four friends navigating jobs, love, and adulthood in a new city. 🚀 Starfall — Year 2157. A research vessel. The wrong destination. Six crew who must figure it out.

Levels

LevelForVocabulary
A2BeginnersSimple sentences, 5 words/episode
B1IntermediateIdioms welcome, 6 words/episode
B2Upper-intermediateAdvanced vocab, 8 words/episode

Commands

# Browse series and how to start
node scripts/series.js

# Start Episode 1 (default: Shanghai, B1 level)
node scripts/episode.js

# Choose series and level
node scripts/episode.js --series shanghai --level B1 --chapter 1
node scripts/episode.js --series city --level A2 --chapter 1
node scripts/episode.js --series starfall --level B2 --chapter 1

# Continue your story (paste state from previous episode)
node scripts/episode.js --series shanghai --chapter 3 --state '{"last_scene":"..."}'

# Review vocabulary (flashcard mode)
node scripts/vocab.js --mode review --words "suspicious,eerie,witness"

# Vocabulary quiz
node scripts/vocab.js --mode quiz

# English output
node scripts/episode.js --lang en

Comments

Loading comments...