Japanese Smart Home Command Normalizer
v1.0.0Normalize short Japanese smart-home voice transcripts after STT into safe structured intents and slots. Use when handling Japanese commands for lights and ai...
⭐ 0· 76·0 current·0 all-time
by@t0yohei
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match included code: a normalization/classification module, sample fixtures, tests, and integration notes. It does not request unrelated env vars or binaries and only claims to output normalized intents for downstream device-control.
Instruction Scope
SKILL.md confines runtime behavior to reading bundled reference files, using the included lib/normalize.js, and optionally running the demo script. It explicitly states it does not call device APIs and instructs returning needsConfirmation for low confidence.
Install Mechanism
No install spec; package contains only local JS modules, tests, fixtures, and docs. No network downloads, external installers, or extract steps are present.
Credentials
The skill requires no environment variables, credentials, or config paths. All processing uses local code and bundled fixtures.
Persistence & Privilege
Flags show default behavior (not always:true). The skill does not request permanent presence or modify other skills; it can be invoked by the agent (normal) but does not itself persist credentials or change system settings.
Assessment
This skill appears to be a local text-normalizer for short Japanese smart-home transcripts and does not access external services or request secrets. Before installing, verify how you will connect it to a device-control skill: the normalizer intentionally does not execute device APIs, so ensure the downstream executor enforces confirmation and authorization. If you plan to run the demo or tests, note they read local fixture files only. If you need stricter autonomy controls, disable automatic invocation or audit the downstream device-control skill that will act on the normalized intents.Like a lobster shell, security has layers — review code before you run it.
latestvk9714hj3g13ngbzkbgybhah2e183xqnz
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
