← 返回 Skills 市场
948
总下载
2
收藏
5
当前安装
2
版本数
在 OpenClaw 中安装
/install english-tutor
功能描述
Personalized American English tutor offering lessons and exercises from A2 to C1, covering daily life, workplace, and tech topics with scheduled quizzes.
使用说明 (SKILL.md)
English Tutor
This is a personalized American English tutor for helping users improve their English skills.
Features
- Provides exercises and lessons for different English levels (A2 to C1).
- Covers topics such as workplace communication, daily life, and tech-related content.
- Provides daily content and quizzes at scheduled times.
Usage
- Start with the command: "启动英语私教" or "activate english tutor".
- Follow the onboarding process to customize your learning preferences.
Version
- 0.0.1
安全使用建议
This skill appears to do what it claims (an in-agent English tutor) and does not request credentials or external installs, but the included index.js is malformed: it mixes CommonJS and ESM exports, duplicates onboarding logic, and contains what looks like a truncated function — this can cause crashes or unexpected behavior. Before installing: (1) ask the author for a clean, single-module index.js (pick either module.exports or export default) and a short changelog/homepage; (2) verify the manifest version matches the registry version; (3) request tests or run the skill in a sandboxed agent to confirm it behaves as expected; (4) be aware the skill stores onboarding answers in agent memory (et.*) so avoid entering sensitive personal data. If you can't get a corrected code file or origin info, consider treating it as untrusted or suspicious.
功能分析
Type: OpenClaw Skill
Name: english-tutor
Version: 1.0.1
The skill implements a straightforward onboarding process for an English tutor, storing user preferences in `ctx.memory` and returning formatted text. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md`. The code in `index.js` only interacts with `ctx.memory` and `ctx.input`, without accessing sensitive `ctx` properties, performing external network calls, or executing shell commands. The direct display of user input back to the user is a minor potential reflected XSS vulnerability, but it does not indicate malicious intent or high-risk behavior in this context.
能力评估
Purpose & Capability
Name, description, manifest activation commands, and the code all implement an on-agent English tutor that stores onboarding choices in agent memory. No unrelated binaries, env vars, or network endpoints are requested.
Instruction Scope
SKILL.md and manifest are scoped to onboarding and scheduled quizzes. The code only reads/writes agent memory (et.* keys) and user input; it does not access files, environment variables, or external networks. However, index.js contains duplicated/conflicting exports (CommonJS module.exports and an ES module export default with overlapping logic) and a truncated first function — this is inconsistent and likely to cause runtime errors or unexpected behavior.
Install Mechanism
No install spec is provided (instruction-only plus a code file). Nothing is downloaded or written by an installer, so there is no external install risk.
Credentials
The skill declares no required environment variables, credentials, or config paths and the runtime code does not reference any secrets or external service tokens.
Persistence & Privilege
always is false and the skill only persists user preferences into the agent's memory under its own keys (et.*), which is appropriate for a tutor. It does not request broader privileges or modify other skills' configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install english-tutor - 安装完成后,直接呼叫该 Skill 的名称或使用
/english-tutor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- No changes detected in this version.
- Documentation and functionality remain the same as the previous release.
v1.0.0
- Initial release of the English Tutor skill.
- Offers personalized American English lessons and exercises for levels A2 to C1.
- Covers a variety of topics including workplace communication, daily life, and technology.
- Delivers daily content and quizzes on a schedule.
- Onboarding flow allows customization of learning preferences.
元数据
常见问题
English Tutor 是什么?
Personalized American English tutor offering lessons and exercises from A2 to C1, covering daily life, workplace, and tech topics with scheduled quizzes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 948 次。
如何安装 English Tutor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install english-tutor」即可一键安装,无需额外配置。
English Tutor 是免费的吗?
是的,English Tutor 完全免费(开源免费),可自由下载、安装和使用。
English Tutor 支持哪些平台?
English Tutor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 English Tutor?
由 fansi04(@fansi04)开发并维护,当前版本 v1.0.1。
推荐 Skills