← Back to Skills Marketplace
hei-maom

shumianyu

by HeiMaoM · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
238
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install shumianyu
Description
将分段 asr 文本流在结束时统一整理成流畅书面语,并在用户指定 target_language 时输出译文。适用于语音听写、会议转写、采访整理、播客或视频字幕后处理等场景,尤其适合不需要实时字幕、只需要在整段结束后得到最终书面结果的任务。保持接口抽象、可替换,不绑定任何特定厂商 api。
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: shumianyu Version: 1.0.0 The skill bundle is a text-processing utility designed to rewrite ASR (Automatic Speech Recognition) transcripts into formal written language and provide optional translation. The instructions in SKILL.md and references/interface-guide-zh.md focus entirely on buffering text chunks and performing linguistic cleanup once a session ends, with no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install shumianyu
  3. After installation, invoke the skill by name or use /shumianyu
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the asr-written-rewriter-stream skill. - Accepts segmented ASR text streams and outputs a single, fluent written result only after receiving an explicit end signal. - Optionally translates the finalized written result when a target_language is provided. - Designed for post-processing meeting transcripts, interviews, podcasts, and similar scenarios—optimized for whole-segment finalization over real-time subtitle needs. - Keeps interfaces abstract and compatible with any upstream ASR provider; not tied to any specific API or service. - Respects and applies domain lexicons for consistent handling of names, technical terms, and abbreviations.
Metadata
Slug shumianyu
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is shumianyu?

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

How do I install shumianyu?

Run "/install shumianyu" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is shumianyu free?

Yes, shumianyu is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does shumianyu support?

shumianyu is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created shumianyu?

It is built and maintained by HeiMaoM (@hei-maom); the current version is v1.0.0.

💬 Comments