shumianyu

v1.0.0

将分段 asr 文本流在结束时统一整理成流畅书面语,并在用户指定 target_language 时输出译文。适用于语音听写、会议转写、采访整理、播客或视频字幕后处理等场景,尤其适合不需要实时字幕、只需要在整段结束后得到最终书面结果的任务。保持接口抽象、可替换,不绑定任何特定厂商 api。

0· 185·0 current·0 all-time
byHeiMaoM@hei-maom
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description describe buffering ASR chunks and producing a single post-processed written output (and optional translation). The skill is instruction-only and requests no binaries, env vars, or other resources — all consistent with a vendor-agnostic interface/spec.
Instruction Scope
SKILL.md stays within scope: it describes receiving ASR chunks, buffering, detecting explicit end signals, rewriting to written form, and optional translation. It does not instruct reading unrelated files, accessing system credentials, or sending data to hidden endpoints.
Install Mechanism
No install spec and no code files are included; this is the lowest-risk form (instruction-only). Nothing will be written to disk or downloaded by the skill as provided.
Credentials
No environment variables, credentials, or config paths are required. The declared primary credential is none — proportional to the described abstract, vendor-agnostic role.
Persistence & Privilege
Skill does not request always:true or other elevated persistence. It does not instruct modifying other skills or system-wide settings.
Assessment
This skill is instruction-only and coherent: it defines an abstract interface to accumulate ASR chunks, produce a single cleaned written output, and optionally translate when a target language is given. It does not itself install code or request secrets. Before deploying in a real product, note: the SKILL.md intentionally avoids binding to any vendor — the concrete implementation you choose (speech/translation provider, cloud storage, logging) will determine where data is sent and what credentials are needed. Review any implementation for (1) which external services handle raw transcripts (privacy risk), (2) what credentials those services require, and (3) retention/logging policies for sensitive speech content. If you plan to wire this skill to third-party translators or ASR services, inspect those integrations separately for network endpoints, auth scopes, and data retention.

Like a lobster shell, security has layers — review code before you run it.

latestvk97dvz0rma5wr5vavsdxbb2c9982w8db

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments