Call-Transcript-Todo
v1.1.0通话录音转写与会议纪要生成。当用户发送音频文件(mp3/m4a/mp4/wav/ogg/amr等)时自动触发,完成语音转文字、生成飞书文档(含实录/纪要/待办)、提取待办事项。 当用户说"帮我转录"、"处理一下这个录音"、"听一下这个"、"语音转文字"、"通话录音整理"、"录音纪要"、"这是个录音文件"、"tra...
⭐ 0· 60·0 current·0 all-time
by@daaishu
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 the instructions: faster-whisper is the declared dependency and is used for transcription; optional FEISHU_APP_ID/FEISHU_APP_SECRET are appropriate for Feishu document output. File reads/writes (audio input, markdown output, todo.md) are expected for this functionality.
Instruction Scope
SKILL.md confines actions to: installing faster-whisper, transcribing an audio file, synthesizing transcript/summary/todos, and writing either a Feishu doc (when creds present) or local Markdown and appending to memory/todo.md after user confirmation. It does explicitly read audio files and write local files (output/ and memory/todo.md). It also instructs model selection and error handling. No instructions request unrelated system files or unrelated credentials. Note: model downloads and local file writes are normal but are material side effects the user should be aware of.
Install Mechanism
There is no formal install spec in the registry (instruction-only), but SKILL.md calls 'pip install faster-whisper'. Installing from PyPI is typical but the command uses '--break-system-packages' as a fallback, which can alter system package constraints in some environments; faster-whisper will also cause large ML model downloads (~500MB–1.5GB) at first run. These are expected for the stated task but have resource and permission implications.
Credentials
No required env vars; two optional Feishu credentials are declared and clearly tied to Feishu document output. There are no unrelated secrets requested. The skill will read the working-directory audio file and write local Markdown/todo files as part of normal operation.
Persistence & Privilege
always:false and autonomous invocation defaults are unchanged. The skill writes output files and appends to a local memory/todo.md only after explicit user confirmation, which is reasonable for a todo workflow. It does not request persistent platform-level privileges or modify other skills' configs.
Assessment
This skill appears to do exactly what it says: transcribe audio, create a readable transcript/summary, and extract todos, outputting to Feishu if credentials are provided or to local Markdown otherwise. Before installing/using it, be aware of these practical effects: 1) it will attempt to pip-install faster-whisper (network access and Python environment permissions required; the fallback flag '--break-system-packages' can affect system package isolation), 2) the first run will download large models (~500MB–1.5GB) and use CPU resources, 3) it will write files to the agent's working directory (output/ and memory/todo.md) — ensure you are comfortable with those writes, and 4) only provide FEISHU_APP_ID/FEISHU_APP_SECRET if you trust the skill to post documents to your organization. To reduce risk, run in an isolated environment or container, verify available disk space and network policy, and review any Feishu integration instructions before supplying credentials.Like a lobster shell, security has layers — review code before you run it.
latestvk979pk4e545spn1fcv6pgxkhm9846shh
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
