返回顶部
j

japanese-smart-home-command-normalizer

Normalize 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 電気化して.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
64
下载量
0
收藏
概述
安装方式
版本历史

japanese-smart-home-command-normalizer

# japanese-smart-home-command-normalizer Use this skill when a short Japanese STT transcript needs to be normalized before smart-home execution. ## Workflow 1. Read `references/design.md` for the normalization pipeline and result shape. 2. Read `references/domains.md` for the supported domains and vocabulary. 3. Reuse `lib/normalize.js` as the core pure module. 4. Use `scripts/demo.js` to try sample transcripts from the terminal. 5. Integrate the normalized result into a device-control skill such as `switchbot-light` or a hook such as `audio-router`. ## Current domains - `light` - device aliases: 電気, ライト, 照明 - actions: on, off - `aircon` - device aliases: エアコン - actions: on, off, set_mode - modes: cool, heat, dry, fan ## Notes - This skill only normalizes and classifies text. It does not call device APIs. - Prefer fixed vocabulary plus lightweight fuzzy matching over open-ended LLM interpretation for safety-critical home actions. - When confidence is low or required slots are missing, return `needsConfirmation: true` instead of auto-executing. - Add future devices by extending the domain vocabulary, not by piling more ad-hoc regex into callers. ## Resources - `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.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 japanese-smart-home-command-normalizer-1775930065 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 japanese-smart-home-command-normalizer-1775930065 技能

通过命令行安装

skillhub install japanese-smart-home-command-normalizer-1775930065

下载 Zip 包

⬇ 下载 japanese-smart-home-command-normalizer v1.0.0

文件大小: 9.23 KB | 发布时间: 2026-4-12 10:18

v1.0.0 最新 2026-4-12 10:18
- Initial release of japanese-smart-home-command-normalizer.
- Normalizes short Japanese smart-home voice transcripts (primarily lights and air conditioners) into safe, structured intents and slots.
- Handles common STT transcription errors and device/action aliases (e.g., れーぼー, だんぼー, 電気, エアコン).
- Supports confidence estimation, returning needsConfirmation when intent is ambiguous or incomplete.
- Structured to safely extend supported devices and actions in the future.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部