← 返回 Skills 市场
90
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tutor-buddy-pro
功能描述
AI tutor that guides homework problem-solving with step-by-step Socratic questions, creates personalized study plans, runs quizzes, and adapts to your learni...
安全使用建议
This skill appears to do what it says: local tutoring with progress tracking and an optional report renderer. Before installing: 1) Inspect and run the setup commands manually rather than blindly pasting the SETUP-PROMPT; verify the SKILL_DIR value the find command returns to avoid unintended chmod/cp actions. 2) If you won't use reports, you can ignore scripts/generate-progress-report.sh (it requires Playwright to render PNGs). 3) Keep the skill offline if you want to ensure no accidental network sync; the dashboard spec refers to future syncing but no outbound network code is present today. 4) Verify data directory permissions (data/ set to owner-only) and review data/learner-profile.json contents if minors will use the tool. 5) The SKILL.md contains explicit prompt-injection defenses — good — but always be cautious about pasting content from untrusted sources. If you need higher assurance, run the script in an isolated environment first and consider removing dashboard sync hooks until you review or implement authenticated transports.
功能分析
Type: OpenClaw Skill
Name: tutor-buddy-pro
Version: 1.0.0
The Tutor Buddy Pro skill bundle is a highly professional and security-conscious educational tool. It features robust prompt injection defenses in SKILL.md, specifically instructing the agent to treat user-provided content as untrusted data. The included shell script (scripts/generate-progress-report.sh) is hardened against common vulnerabilities, utilizing HTML escaping to prevent XSS during report rendering and path normalization to prevent traversal. Furthermore, the bundle includes a detailed SECURITY.md and a CODEX-SECURITY-AUDIT.md that documents the intentional remediation of potential flaws, demonstrating a clear commitment to safety and data privacy.
能力评估
Purpose & Capability
The name/description (Socratic tutor, study plans, quizzes, progress tracking) matches the files and instructions: SKILL.md, config, example sessions, a report-generation script, and a dashboard spec. There are no unrelated credentials, binaries, or opaque installers requested that would be disproportionate to a tutoring skill.
Instruction Scope
SKILL.md instructs the agent to use vision tools, transcribe images, read and update local learner data files (data/learner-profile.json, data/quiz-history.json) and to never treat uploaded content as control instructions. Reading/writing those data files is coherent for progress-tracking, but the SKILL.md gives the agent permission to read local data — users should expect local student data to be accessed by the skill. The skill explicitly includes prompt-injection defenses in the system prompt (so the pre-scan patterns are present for defense, not exploitation).
Install Mechanism
There is no external install spec; the package is instruction-only with one helper script. No archives are downloaded from arbitrary URLs and there are no npm/go installs. The generate-progress-report.sh uses Playwright optionally (documented) but Playwright is not auto-installed by the skill.
Credentials
The skill requires no environment variables, no credentials, and no external API keys. It reads and writes local data files (data/) which is proportionate to the stated functionality. The dashboard spec describes a web dashboard and endpoints, but no network sync code is present in the repository; the repo does note this as a future-design risk.
Persistence & Privilege
The skill does not request 'always: true' or elevated privileges. The setup instructions ask the operator to create data directories and change permissions (chmod) and to copy config files into data/ — appropriate for storing local learner data, but the SETUP-PROMPT.md contains fragile 'find' usages (the included CODEX audit flagged a possible path-resolution issue). Running the provided setup commands without verifying SKILL_DIR could accidentally modify unexpected paths; verify the resolved path before executing Step 5.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tutor-buddy-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/tutor-buddy-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
tutor-buddy-pro 是什么?
AI tutor that guides homework problem-solving with step-by-step Socratic questions, creates personalized study plans, runs quizzes, and adapts to your learni... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。
如何安装 tutor-buddy-pro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tutor-buddy-pro」即可一键安装,无需额外配置。
tutor-buddy-pro 是免费的吗?
是的,tutor-buddy-pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
tutor-buddy-pro 支持哪些平台?
tutor-buddy-pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 tutor-buddy-pro?
由 Nollio(@nollio)开发并维护,当前版本 v1.0.0。
推荐 Skills