← 返回 Skills 市场
93
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install microsoft-edge-tts
功能描述
Use Microsoft Edge online TTS service to convert text to speech. Supports command line and module invocation, no API key required.
安全使用建议
This skill appears to do what it claims (convert text to speech), but it instructs the agent to run code fetched from npm (npx node-edge-tts) with no package version, repository link, or checksum. That means unknown third‑party code will be executed — a supply‑chain and privacy risk. Before installing or running: (1) verify the npm package name and maintainer on npmjs.com and review its source repo/README, (2) prefer a pinned version and checksum, (3) run it in a sandboxed environment or container, (4) consider using an official Microsoft/Azure SDK (which requires an API key) or a locally installed TTS engine if you need stronger provenance or offline processing, and (5) avoid sending sensitive text to an unknown online service since network calls may transmit your content.
功能分析
Type: OpenClaw Skill
Name: microsoft-edge-tts
Version: 1.0.0
The skill bundle provides instructions for an AI agent to use the 'node-edge-tts' npm package to perform text-to-speech tasks. The SKILL.md file contains standard documentation, trigger conditions, and command-line examples (using npx) that align perfectly with the stated purpose of utilizing Microsoft Edge's online TTS service. No malicious code, data exfiltration attempts, or prompt injection attacks were found.
能力评估
Purpose & Capability
Name/description (Edge TTS) align with the runtime instructions (use the node-edge-tts package via npx or as a module) and all user-facing options are consistent with TTS functionality. However, source/homepage are missing and owner is opaque, which reduces confidence in provenance.
Instruction Scope
SKILL.md directs the agent to invoke npx (runtime download+execute) and require('node-edge-tts'). While these steps are within the TTS purpose, they implicitly cause execution of third‑party code fetched from npm at runtime and give that code discretion to perform arbitrary actions. The instructions do not pin a package version, checksum, or repository URL.
Install Mechanism
There is no install spec in the skill bundle; instead the documentation relies on npx to fetch a package from the npm registry on demand. Using npx/unpinned module execution is a moderate‑to‑high supply‑chain risk because it will run remote code with no integrity verification. No official project homepage, repository link, or package version is provided to validate the package.
Credentials
The skill requests no environment variables, credentials, or config paths. The only network‑relevant options are proxy and timeout parameters. From the manifest, there is no unexplained credential request.
Persistence & Privilege
The skill does not request permanent presence (always:false) and does not declare any special privileges or config path modifications. It appears not to modify other skills or system settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install microsoft-edge-tts - 安装完成后,直接呼叫该 Skill 的名称或使用
/microsoft-edge-tts触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of microsoft-edge-tts skill.
- Convert text to speech using Microsoft Edge's online TTS service; no API key required.
- Supports command line and module usage with configurable voice, language, output format, rate, pitch, volume, proxy, and timeout options.
- Subtitle file generation available.
- Includes quick start guides and advanced configuration examples.
- Documentation covers available voices, usage scenarios, and important notes.
元数据
常见问题
Microsoft Edge TTS 是什么?
Use Microsoft Edge online TTS service to convert text to speech. Supports command line and module invocation, no API key required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。
如何安装 Microsoft Edge TTS?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install microsoft-edge-tts」即可一键安装,无需额外配置。
Microsoft Edge TTS 是免费的吗?
是的,Microsoft Edge TTS 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Microsoft Edge TTS 支持哪些平台?
Microsoft Edge TTS 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Microsoft Edge TTS?
由 OpenLark(@openlark)开发并维护,当前版本 v1.0.0。
推荐 Skills