← Back to Skills Marketplace
speech-coach
by
chameleon-nexus
· GitHub ↗
· v1.0.0
· MIT-0
117
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install speech-coach
Description
口才陪练龙虾 — AI public speaking coach with 15-step progressive training, 25 methodologies, and personalized progress tracking. Use when user asks about 口才训练, 演讲练...
Usage Guidance
This skill appears coherent and benign for text-based public-speaking coaching. Before installing, note: (1) it stores user_profile.json, progress.json, and other data as plaintext under ~/.openclaw/workspace/speech-coach — avoid putting sensitive personal data there; (2) the CLI requires Python 3.9+ (README mentions this) but the skill metadata did not explicitly declare 'python' as a required binary — ensure your agent environment has a compatible Python; (3) there are no network calls or external credentials requested by the skill; (4) if you prefer not to have files written under your home directory, run it in a controlled environment or set SPEECH_COACH_DIR to a directory you choose. If you want extra assurance, open progress_tracker.py and curriculum.md (they're included) and review the JSON files it will write to the workspace.
Capability Analysis
Type: OpenClaw Skill
Name: speech-coach
Version: 1.0.0
The 'speech-coach' skill is a legitimate AI-driven public speaking trainer. It uses a structured curriculum and a local Python helper script (progress_tracker.py) to manage user state and scoring within a dedicated workspace (~/.openclaw/workspace/speech-coach/). The shell commands and file operations are restricted to this workspace and are used solely for persistence and progress tracking, with no evidence of data exfiltration, malicious execution, or harmful prompt injection.
Capability Assessment
Purpose & Capability
The skill's name, description, and curriculum match the runtime artifacts: SKILL.md, curriculum.md, and a progress_tracker.py CLI for tracking. One minor inconsistency: the package does not declare any required binaries but the runtime instructions and CLI expect Python 3.9+ (README mentions Python 3.9+). Otherwise requested resources (local workspace files) are proportional to a coaching/tracker skill.
Instruction Scope
SKILL.md instructs the agent to operate only within ~/.openclaw/workspace/speech-coach (read curriculum.md, read/create user_profile.json, run the bundled progress_tracker.py). It does not request system-wide config, unrelated env vars, remote endpoints, or hidden data collection. The instructions explicitly state text-only operation and forbid pretending to process audio/video.
Install Mechanism
No install spec is present (instruction-only skill plus included files). All code is packaged with the skill (curriculum.md, SKILL.md, progress_tracker.py). No external downloads or installers are used.
Credentials
The skill declares no required environment variables or credentials and uses an optional SPEECH_COACH_DIR env var to override its workspace — this is proportional. Note: the skill did not list a required binary but expects Python 3.9+ to run the CLI (README states Python 3.9+), so the missing declared binary (python) is a small discrepancy to be aware of.
Persistence & Privilege
always is false and the skill does not request system-wide persistence or modify other skills. It creates and updates files only under its own workspace (~/.openclaw/workspace/speech-coach), which is appropriate for a progress-tracking skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install speech-coach - After installation, invoke the skill by name or use
/speech-coach - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
An AI-powered public speaking coach built on the Dazhao Eloquence Training System. Provides a structured 15-step progressive curriculum, 25 core methodologies, scenario-based practice, and personalized progress tracking — all through natural **text conversation**.
Metadata
Frequently Asked Questions
What is speech-coach?
口才陪练龙虾 — AI public speaking coach with 15-step progressive training, 25 methodologies, and personalized progress tracking. Use when user asks about 口才训练, 演讲练... It is an AI Agent Skill for Claude Code / OpenClaw, with 117 downloads so far.
How do I install speech-coach?
Run "/install speech-coach" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is speech-coach free?
Yes, speech-coach is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does speech-coach support?
speech-coach is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created speech-coach?
It is built and maintained by chameleon-nexus (@chameleon-nexus); the current version is v1.0.0.
More Skills