技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.3
统计:⭐ 1 · 87 · 0 current installs · 0 all-time installs
⭐ 1
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :可疑
Package:15071664/feishu-whisper-voice
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :可疑
OpenClaw 评估
The skill appears to implement Faster-Whisper transcription and Feishu TTS as described, but there are notable inconsistencies and persistence behaviors (missing declared Feishu credentials, install script auto-installs packages and writes to shell rc, and references to files/paths) that warrant caution before installing or running it.
目的
The description and SKILL.md consistently describe a Feishu (Lark) voice-transcribe + TTS workflow using faster-whisper; the included scripts implement transcription using faster-whisper and reference Feishu helper calls in examples. However the skill does not declare or require Feishu/OAuth credentials even though SKILL.md explicitly differentiates bot vs user download flows (bot identity vs OAuth-required user identity). The registry metadat…
说明范围
SKILL.md instructs the agent to download audio from Feishu, run faster-whisper transcriptions, and call the platform tts() to produce audio — these are in-scope for the stated purpose. The instructions also suggest setting HF_ENDPOINT to a mirror and optionally using external TTS providers (Azure, ElevenLabs) and OpenAI API keys. Several shipped scripts perform pip installs at runtime or call subprocess to install faster-whisper, and some writ…
安装机制
Registry lists no formal install spec, but the bundle includes an install.sh that: creates a virtualenv, pip-installs faster-whisper and torch, optionally clones/compiles whisper.cpp from GitHub, optionally installs Azure/ElevenLabs SDKs, and appends OPENAI_API_KEY lines to ~/.bashrc and ~/.zshrc. The install targets (PyPI and GitHub) are common/traceable, but the script makes persistent modifications to user shell rc files without strong just…
证书
The published skill declares no required environment variables, yet SKILL.md and install.sh reference multiple credentials/services: FEISHU OAuth flows are discussed (but not declared), HF_ENDPOINT (a Hugging Face mirror) is suggested, and the installer prompts to add OPENAI_API_KEY and mentions AZURE_SUBSCRIPTION_KEY and ElevenLabs. Requesting OpenAI/Azure keys or using third-party HF mirrors is plausible for optional features, but the absenc…
持久
always:false and normal autonomous invocation are fine. However the included install.sh will modify ~/.bashrc and ~/.zshrc to add an OPENAI_API_KEY line (even if placeholder), create a .venv_whisper directory, and may install system packages (apt-get, brew) or clone/compile code. The register script references ~/.openclaw extension paths and may create or rely on files in the user's home under ~/.openclaw. These on-disk and shell-rc changes cr…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「feishu-whisper-voice」。简介:利用 Faster-Whisper 高精度语音识别与飞书内置 TTS,实现语音消息识别和双向语音交流回复。。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/15071664/feishu-whisper-voice/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
暂无本地缓存内容,可在后台执行详情同步。