← 返回 Skills 市场
taradl7347c

ping-pong-coach

作者 taradl7347c · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
115
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ping-pong-coach
功能描述
乒乓球教学方案生成。当用户说"帮我出一份乒乓球教学方案"、"生成乒乓球学习计划"、"帮我出一份乒乓球培训方案",或询问乒乓球教学内容、训练计划、阶段安排时触发。输入学员性别、年龄、学乒乓球几年后,输出完整的分阶段教学方案,包括各阶段时长、技术要点、当前阶段判断和剩余学习时间估算。
安全使用建议
This skill looks coherent and self-contained: it uses a bundled Python script and curriculum file to produce stage-based training plans and does not ask for credentials or network access. Before installing, confirm your environment has python3 available if you expect the agent to execute the script, and review references/curriculum.md if you want to verify the training content. If you run the skill in an environment where running arbitrary scripts is restricted, consider running the calc_stage.py locally yourself or ask the agent to produce the plan purely from the curriculum text instead of executing code.
功能分析
Type: OpenClaw Skill Name: ping-pong-coach Version: 1.0.0 The skill bundle is a legitimate ping-pong coaching tool that calculates training stages based on user input. The Python script (scripts/calc_stage.py) performs simple arithmetic without any risky imports or system calls, and the instructions in SKILL.md are strictly aligned with the stated educational purpose.
能力评估
Purpose & Capability
Name/description (乒乓球教学方案生成) match the included assets: a curriculum markdown and a small Python script to compute stages and progress. The required files are proportional to the stated purpose.
Instruction Scope
Runtime instructions ask the agent to collect user age/learning years, run scripts/calc_stage.py and read references/curriculum.md — all relevant to producing the teaching plan. Minor inconsistency: SKILL.md expects running 'python3 scripts/calc_stage.py' but the manifest lists no required binaries; ensure the runtime provides python3.
Install Mechanism
No install spec and no external downloads; the skill is instruction-plus-local-files only, so nothing is pulled from the network or written to system paths during install.
Credentials
The skill declares no environment variables, no credentials, and the code does not access environment secrets or unrelated config paths. All inputs are user-provided (age, years).
Persistence & Privilege
always is false, the skill doesn't request persistent system privileges, and it does not modify other skills or global agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ping-pong-coach
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ping-pong-coach 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
ping-pong-coach 1.0.0 – Initial Release - Generates personalized, multi-stage ping pong coaching plans based on student’s age, gender, and training years. - Includes stage duration, technical focus, current stage analysis, and estimated time to progression. - Adapts output to missing input information and provides tailored age group advice. - Offers actionable next-step recommendations for students.
元数据
Slug ping-pong-coach
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

ping-pong-coach 是什么?

乒乓球教学方案生成。当用户说"帮我出一份乒乓球教学方案"、"生成乒乓球学习计划"、"帮我出一份乒乓球培训方案",或询问乒乓球教学内容、训练计划、阶段安排时触发。输入学员性别、年龄、学乒乓球几年后,输出完整的分阶段教学方案,包括各阶段时长、技术要点、当前阶段判断和剩余学习时间估算。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。

如何安装 ping-pong-coach?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ping-pong-coach」即可一键安装,无需额外配置。

ping-pong-coach 是免费的吗?

是的,ping-pong-coach 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

ping-pong-coach 支持哪些平台?

ping-pong-coach 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 ping-pong-coach?

由 taradl7347c(@taradl7347c)开发并维护,当前版本 v1.0.0。

💬 留言讨论