5.2k★by local
xuezh – OpenClaw Skill
xuezh is an OpenClaw Skills integration for design workflows. Teach Mandarin using the xuezh engine for review, speaking, and audits.
Skill Snapshot
| name | xuezh |
| description | Teach Mandarin using the xuezh engine for review, speaking, and audits. OpenClaw Skills integration. |
| owner | local |
| repository | local/xuezh |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @local/xuezh |
| last updated | Feb 7, 2026 |
Maintainer

name: xuezh description: Teach Mandarin using the xuezh engine for review, speaking, and audits. metadata: {"moltbot":{"nix":{"plugin":"github:joshp123/xuezh","systems":["aarch64-darwin","x86_64-linux"]},"config":{"requiredEnv":["XUEZH_AZURE_SPEECH_KEY_FILE","XUEZH_AZURE_SPEECH_REGION"],"stateDirs":[".config/xuezh"],"example":"config = { env = { XUEZH_AZURE_SPEECH_KEY_FILE = "/run/agenix/xuezh-azure-speech-key"; XUEZH_AZURE_SPEECH_REGION = "westeurope"; }; stateDirs = [ ".config/xuezh" ]; };"},"cliHelp":"xuezh - Chinese learning engine\n\nUsage:\n xuezh [command]\n\nAvailable Commands:\n snapshot Fetch learner state snapshot\n review Review due items\n audio Process speech audio\n items Manage learning items\n events Log learning events\n\nFlags:\n -h, --help help for xuezh\n --json Output JSON\n"}}
Xuezh Skill
Contract
Use the xuezh CLI exactly as specified. If a command is missing, ask for implementation instead of guessing.
Default loop
- Call
xuezh snapshot. - Pick a tiny plan (1-2 bullets).
- Run a short activity.
- Log outcomes.
CLI examples
xuezh snapshot --profile default
xuezh review next --limit 10
xuezh audio process-voice --file ./utterance.wav
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install xuezh?
Run openclaw add @local/xuezh in your terminal. This installs xuezh into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/local/xuezh. Review commits and README documentation before installing.
