← Back to Skills Marketplace
wei-eva

Reading Coach Lite

by Wei-EVA · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
161
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install reading-coach-lite
Description
Generate reading comprehension questions from a passage and analyze answers for a single learning session.
Usage Guidance
This skill is instruction-only and appears to do what it says: generate short reading quizzes and analyze a single student answer. It asks for no credentials and installs nothing. The main thing to consider is data privacy: if the platform provides the named tools (edu_reading_generate / edu_reading_analyze), using them will send the passage, questions, answers, and optionally a student_id to whatever backend implements those tools. Before supplying student identifiers or sensitive text, confirm where those tool calls are routed and whether that endpoint is trusted and compliant with your privacy needs. If you prefer not to transmit PII, use the pure prompt path (the skill will fall back to it) or avoid supplying student_id. Also note the skill is explicitly limited to single-session help and will not create or claim any long-term records.
Capability Analysis
Type: OpenClaw Skill Name: reading-coach-lite Version: 0.1.0 The skill is an educational tool for reading comprehension that generates questions and analyzes student answers. The instructions in SKILL.md define a clear workflow with fallback logic to LLM prompts if specialized tools (edu_reading_generate, edu_reading_analyze) are unavailable or return errors. It includes appropriate guardrails to prevent the agent from hallucinating private features or long-term data tracking, and contains no evidence of data exfiltration, malicious execution, or harmful prompt injection.
Capability Assessment
Purpose & Capability
Name, description, and instructions align: the skill generates 3–5 reading comprehension questions and analyzes single-session answers. It explicitly refuses long-term/household features and contains guardrails limiting scope.
Instruction Scope
SKILL.md is narrowly scoped to user-provided text/grade and fallbacks to purely prompt-based behavior if platform tools are unavailable. It references two optional tooling endpoints (edu_reading_generate, edu_reading_analyze) and instructs preserving parameter keys. Note: using those tools may transmit the user's passage, answers, and optional student_id to external services — the skill does not itself declare where those tools point.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing is written to disk and no external packages/binaries are requested.
Credentials
Skill requests no environment variables or credentials. However, it explicitly prefers stateful calls when a student_id is available; that implies potential transmission of personally identifiable information (student_id, student answers, passages) to the platform/tooling backends. Users should verify the privacy/security of those tool endpoints before supplying PII.
Persistence & Privilege
always is false and the skill explicitly disclaims long-term memory or household features. It does not request to modify other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install reading-coach-lite
  3. After installation, invoke the skill by name or use /reading-coach-lite
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial public ClawHub release for the Family AI lite reading coaching skill.
Metadata
Slug reading-coach-lite
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Reading Coach Lite?

Generate reading comprehension questions from a passage and analyze answers for a single learning session. It is an AI Agent Skill for Claude Code / OpenClaw, with 161 downloads so far.

How do I install Reading Coach Lite?

Run "/install reading-coach-lite" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Reading Coach Lite free?

Yes, Reading Coach Lite is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Reading Coach Lite support?

Reading Coach Lite is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Reading Coach Lite?

It is built and maintained by Wei-EVA (@wei-eva); the current version is v0.1.0.

💬 Comments