← Back to Skills Marketplace
56
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install story-english
Description
Learn English through serialized fiction — follow a story you actually want to read, with vocabulary embedded naturally in each episode. Mystery, city life,...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: story-english
Version: 1.0.0
The skill is a legitimate English learning tool designed to generate serialized fiction and vocabulary exercises. The Node.js scripts (episode.js, series.js, and vocab.js) function solely as prompt generators for the AI agent, containing no file system access, network requests, or dangerous execution logic. The instructions in SKILL.md and the prompt templates are well-aligned with the stated educational purpose and show no signs of malicious intent or prompt injection attacks.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install story-english - After installation, invoke the skill by name or use
/story-english - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Story English: learn English through serialized fiction with built-in vocabulary and grammar explanations.
- Three genres available: mystery (The Shanghai Files), city life (City of Dreamers), and sci-fi (Starfall).
- Supports A2–B2 levels with tailored vocabulary and grammar focus for each episode.
- Includes comprehension questions, a vocabulary review/quiz feature, and episode progression by command.
- Immersive, story-driven approach—no textbook language, just real fiction.
Metadata
Frequently Asked Questions
What is Story English?
Learn English through serialized fiction — follow a story you actually want to read, with vocabulary embedded naturally in each episode. Mystery, city life,... It is an AI Agent Skill for Claude Code / OpenClaw, with 56 downloads so far.
How do I install Story English?
Run "/install story-english" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Story English free?
Yes, Story English is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Story English support?
Story English is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Story English?
It is built and maintained by jiajiaoy (@jiajiaoy); the current version is v1.0.0.
More Skills