Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Crazyrouter Stt

v1.1.0

Speech-to-text transcription via Crazyrouter API (OpenAI Whisper). Transcribe audio/video files to text. Supports mp3, mp4, wav, m4a, webm. Use when user ask...

0· 15· 4 versions· 0 current· 0 all-time· Updated 11h ago· MIT-0

Install

openclaw skills install crazyrouter-stt

Speech-to-Text via Crazyrouter

Transcribe audio files using OpenAI Whisper through Crazyrouter.

Script Directory

Agent Execution:

  1. SKILL_DIR = this SKILL.md file's directory
  2. Script path = ${SKILL_DIR}/scripts/main.mjs

Step 0: Check API Key ⛔ BLOCKING

[ -n "${CRAZYROUTER_API_KEY}" ] && echo "key_present" || echo "not_set"
ResultAction
key_presentContinue
not_setAsk user to set CRAZYROUTER_API_KEY. Get key at https://crazyrouter.com

Usage

# Transcribe audio
node ${SKILL_DIR}/scripts/main.mjs --input audio.mp3

# Save to file
node ${SKILL_DIR}/scripts/main.mjs --input meeting.m4a --output transcript.txt

# Specify language hint
node ${SKILL_DIR}/scripts/main.mjs --input chinese.mp3 --language zh

# Translate to English
node ${SKILL_DIR}/scripts/main.mjs --input french.mp3 --translate

Options

OptionDescriptionDefault
--input <file>Audio file (required)
--output <file>Save transcript to filestdout
--language <code>Language hint (ISO 639-1)auto-detect
--translateTranslate to Englishfalse
--model <id>whisper-1whisper-1

Supported Formats

mp3, mp4, mpeg, mpga, m4a, wav, webm

Version tags

latestvk9793r1nqskf0qt8sqf5qem19s82mmga