← 返回 Skills 市场
174
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install normieclaw-language-tutor-pro
功能描述
Duolingo taught you how to say 'the cat drinks milk' for the 500th time. You still can't order dinner in Spanish. Language Tutor Pro skips the gamification a...
安全使用建议
This skill appears to do what it says: it keeps local files with your profile, vocabulary, grammar tracking, session logs and transcripts and provides scripts to initialize and export that data. Before installing: (1) review and approve the scripts (they run locally and require bash + python3 — the skill forgot to declare python3 as a required binary); (2) be aware that conversation content will be transmitted to whatever LLM backend your OpenClaw agent is configured to use (so choose a private/local model or review your LLM provider's data policies if privacy is a concern); (3) protect the skill's data/ folder if it will contain any personal details; and (4) if you enable the dashboard, note the dashboard may run the export script (dashboard-kit/manifest.json -> refresh_command). If you want stronger guarantees, run the agent with a local LLM or inspect/modify the scripts to sanitize or encrypt transcripts before writing them to disk.
功能分析
Type: OpenClaw Skill
Name: normieclaw-language-tutor-pro
Version: 1.0.3
The Language Tutor Pro skill bundle is a well-structured and legitimate tool for language learning. It uses local file storage (JSON/JSONL) to maintain persistent learner profiles, vocabulary ledgers, and session history. The included scripts (setup.sh, export-progress.sh, and vocab-review.sh) are standard utility scripts that perform data initialization and aggregation without any network requests, external exfiltration, or suspicious execution patterns. The SKILL.md instructions are strictly focused on the tutoring logic, including spaced repetition and CEFR-aligned progress tracking, and do not contain any prompt-injection attempts or instructions to access sensitive system data.
能力评估
Purpose & Capability
The skill's name/description (a persistent language tutor) matches what the files do: storing learner profiles, vocab, grammar, sessions, and driving conversational lessons. One minor mismatch: the package metadata lists no required binaries, but the scripts call python3 (and are shell scripts), so the skill implicitly requires Python 3 and a POSIX shell to function.
Instruction Scope
SKILL.md and the examples instruct the agent to read and update local files in the skill's data/ directory and run post-session bookkeeping. The instructions do not direct the agent to read unrelated system files or external endpoints. The README/SECURITY notes clearly warn that conversation text will be sent to whatever LLM backend the OpenClaw agent is configured to use.
Install Mechanism
There is no external install step or downloaded code; the skill is instruction + local scripts that the user places into their agent skills folder. No network downloads, no remote executables or obfuscated payloads are present in the included files.
Credentials
The skill declares no required environment variables or credentials and indeed the code does not attempt to read secrets. The only proportionality issue is that scripts require python3 (and assume bash) but the metadata did not declare this; otherwise there are no requests for unrelated credentials or system-wide config access.
Persistence & Privilege
The skill stores persistent learner data under its own data/ directory and includes scripts to create and export that data. It does not request always:true and does not modify other skills or global agent config. The dashboard manifest expects a refresh command that may be invoked by a dashboard (which is expected behavior for local skill dashboards).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install normieclaw-language-tutor-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/normieclaw-language-tutor-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
v1.0.3: Security fixes: confined scripts to skill directory, removed filesystem traversal from setup
v1.0.2
v1.0.2: MIT license, cleaned descriptions, removed cross-sell
v1.0.0
Initial publish from NormieClaw.ai — Free OpenClaw skills for everyone.
元数据
常见问题
Language Tutor Pro 是什么?
Duolingo taught you how to say 'the cat drinks milk' for the 500th time. You still can't order dinner in Spanish. Language Tutor Pro skips the gamification a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 174 次。
如何安装 Language Tutor Pro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install normieclaw-language-tutor-pro」即可一键安装,无需额外配置。
Language Tutor Pro 是免费的吗?
是的,Language Tutor Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Language Tutor Pro 支持哪些平台?
Language Tutor Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Language Tutor Pro?
由 Nollio(@nollio)开发并维护,当前版本 v1.0.3。
推荐 Skills