skills$openclaw/xuezh
local5.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.

5.2k stars9.7k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026design

Skill Snapshot

namexuezh
descriptionTeach Mandarin using the xuezh engine for review, speaking, and audits. OpenClaw Skills integration.
ownerlocal
repositorylocal/xuezh
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @local/xuezh
last updatedFeb 7, 2026

Maintainer

local

local

Maintains xuezh in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
261 B
SKILL.md
1.2 KB
SKILL.md

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

  1. Call xuezh snapshot.
  2. Pick a tiny plan (1-2 bullets).
  3. Run a short activity.
  4. Log outcomes.

CLI examples

xuezh snapshot --profile default
xuezh review next --limit 10
xuezh audio process-voice --file ./utterance.wav
README.md

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.