← Back to Skills Marketplace
ping-pong-coach
by
taradl7347c
· GitHub ↗
· v1.0.0
· MIT-0
115
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ping-pong-coach
Description
乒乓球教学方案生成。当用户说"帮我出一份乒乓球教学方案"、"生成乒乓球学习计划"、"帮我出一份乒乓球培训方案",或询问乒乓球教学内容、训练计划、阶段安排时触发。输入学员性别、年龄、学乒乓球几年后,输出完整的分阶段教学方案,包括各阶段时长、技术要点、当前阶段判断和剩余学习时间估算。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ping-pong-coach - After installation, invoke the skill by name or use
/ping-pong-coach - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is ping-pong-coach?
乒乓球教学方案生成。当用户说"帮我出一份乒乓球教学方案"、"生成乒乓球学习计划"、"帮我出一份乒乓球培训方案",或询问乒乓球教学内容、训练计划、阶段安排时触发。输入学员性别、年龄、学乒乓球几年后,输出完整的分阶段教学方案,包括各阶段时长、技术要点、当前阶段判断和剩余学习时间估算。 It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.
How do I install ping-pong-coach?
Run "/install ping-pong-coach" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ping-pong-coach free?
Yes, ping-pong-coach is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ping-pong-coach support?
ping-pong-coach is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ping-pong-coach?
It is built and maintained by taradl7347c (@taradl7347c); the current version is v1.0.0.
More Skills