← 返回 Skills 市场
VoiceMonkey
作者
jayakumark
· GitHub ↗
· v1.0.0
1911
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install voicemonkey
功能描述
Control Alexa devices via VoiceMonkey API v2 - make announcements, trigger routines, start flows, and display media.
安全使用建议
This skill appears to do what it says: it uses a single VoiceMonkey API token to call VoiceMonkey endpoints to announce messages, trigger routines, start flows, and display media on Echo devices. Before installing, consider: (1) the VOICEMONKEY_TOKEN is powerful — anyone with it can control your Echo/Alexa devices, so only provide a token you trust the skill with; (2) the SKILL.md suggests storing the token in ~/.clawdbot/clawdbot.json — keep that file protected (restrict file permissions) or prefer setting the token as an environment variable; (3) because the agent can invoke the skill autonomously (default), review agent policies or prompts that could cause unintended announcements/triggers. If you need more assurance, ask the skill author for a privacy/security statement or request the skill be implemented as an explicit, non-autonomous action.
功能分析
Type: OpenClaw Skill
Name: voicemonkey
Version: 1.0.0
The OpenClaw AgentSkills skill bundle for VoiceMonkey is benign. The `SKILL.md` file provides clear instructions and `curl` examples for interacting with the VoiceMonkey API, which is its stated purpose. It requires a `VOICEMONKEY_TOKEN` for authentication, which is standard for API-based skills. There is no evidence of data exfiltration, malicious execution (e.g., `curl|bash`), persistence mechanisms, or prompt injection attempts against the agent within the skill's definition. While the API allows displaying arbitrary URLs for images, videos, or websites, the skill itself uses `example.com` placeholders and does not instruct the agent to use malicious URLs or perform any harmful actions.
能力评估
Purpose & Capability
Name/description (VoiceMonkey control of Alexa devices) aligns with required credential VOICEMONKEY_TOKEN and the API endpoints shown in SKILL.md. No unrelated services, binaries, or config paths are requested.
Instruction Scope
SKILL.md is an instruction-only integration that demonstrates direct API calls (curl) to VoiceMonkey endpoints and shows how to set the VOICEMONKEY_TOKEN. It also suggests storing the token in ~/.clawdbot/clawdbot.json; this is reasonable but worth noting because it instructs where to persist the secret.
Install Mechanism
No install spec and no code files — lowest-risk model for install. The skill is purely instructions showing HTTP API usage.
Credentials
Only one required environment variable (VOICEMONKEY_TOKEN) is declared and used consistently in examples. This credential is necessary and sufficient for the described API operations, though it grants full control of connected devices.
Persistence & Privilege
always is false and there is no installation that modifies other skills or system-wide settings. Note: model invocation is allowed (default), so the agent could call the API autonomously if permitted by the platform.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install voicemonkey - 安装完成后,直接呼叫该 Skill 的名称或使用
/voicemonkey触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - Alexa announcements, images, audio, video, routine triggers, and flows via VoiceMonkey API v2
元数据
常见问题
VoiceMonkey 是什么?
Control Alexa devices via VoiceMonkey API v2 - make announcements, trigger routines, start flows, and display media. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1911 次。
如何安装 VoiceMonkey?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install voicemonkey」即可一键安装,无需额外配置。
VoiceMonkey 是免费的吗?
是的,VoiceMonkey 完全免费(开源免费),可自由下载、安装和使用。
VoiceMonkey 支持哪些平台?
VoiceMonkey 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 VoiceMonkey?
由 jayakumark(@jayakumark)开发并维护,当前版本 v1.0.0。
推荐 Skills