Install
openclaw skills install @t0yohei/japanese-smart-home-command-normalizerNormalize short Japanese smart-home voice transcripts after STT into safe structured intents and slots. Use when handling Japanese commands for lights and air conditioners, especially when transcripts contain STT drift such as れーぼー, だんぼー, そうふう, エアコントメテ, or 電気化して.
openclaw skills install @t0yohei/japanese-smart-home-command-normalizerUse this skill when a short Japanese STT transcript needs to be normalized before smart-home execution.
references/design.md for the normalization pipeline and result shape.references/domains.md for the supported domains and vocabulary.lib/normalize.js as the core pure module.scripts/demo.js to try sample transcripts from the terminal.switchbot-light or a hook such as audio-router.light
aircon
needsConfirmation: true instead of auto-executing.lib/normalize.js: core normalization and classification module.scripts/demo.js: print normalized results for sample inputs.fixtures/samples.json: sample transcripts and expected outcomes.references/design.md: pipeline, API shape, and confidence rules.references/domains.md: supported vocabulary and extension guidance.references/openclaw-integration.md: thin-hook integration guidance.