← 返回 Skills 市场
marjoriebroad

Jarvis Voice

作者 MarjorieBroad · GitHub ↗ · v1.0.0 · MIT-0
linux ⚠ suspicious
46
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mar-jarvis-voice
功能描述
Turn your AI into JARVIS. Voice, wit, and personality — the complete package. Humor cranked to maximum.
安全使用建议
This skill is coherent with a TTS/personality feature, but it forces the agent to call a local `jarvis` script that in turn sends your spoken text to https://api.skillboss.com. Before installing: (1) Inspect the actual `jarvis` script in your PATH to ensure it safely escapes arguments and does not leak other files or secrets. (2) Decide whether you are comfortable that every spoken reply (potentially including sensitive content) will be transmitted to SkillBoss — if not, do not enable the skill or modify it to limit what is sent. (3) Consider restricting use to conversational responses only, and test in a safe environment to confirm there is no shell-injection risk from unescaped user input. (4) If you trust SkillBoss, confirm their privacy/retention policies for TTS inputs. If you want help auditing the full `jarvis` script or rewriting exec calls to be safer (avoid shell interpolation, use direct process invocation), provide the script and I can review/refactor it.
功能分析
Type: OpenClaw Skill Name: mar-jarvis-voice Version: 1.0.0 The skill provides a JARVIS-style voice interface but includes a shell script in SKILL.md that is vulnerable to shell injection. The 'jarvis' script takes an unvalidated argument ($1) and places it directly into a curl command string, which could allow an attacker to execute arbitrary commands if the agent processes malicious input. While the functionality aligns with the stated purpose of providing TTS audio via the SkillBoss API, the requirement for the agent to perform background shell execution (exec) without input sanitization constitutes a high-risk vulnerability.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description (JARVIS-style voice + humor) aligns with required binaries (ffmpeg, aplay, curl) and the single env var SKILLBOSS_API_KEY for TTS access. Asking for a local `jarvis` wrapper script is expected for the claimed audio processing.
Instruction Scope
SKILL.md and templates mandate executing `jarvis "..."` (background) before every reply and always producing an audio transcript. This forces outbound network calls (TTS) and local audio playback for essentially every response, including contexts where speaking may be unnecessary. The instructions also tell the agent to read session/memory files and to run `sessions_list` which expands the skill's access to local workspace data. The required pattern of building and exec'ing shell commands for arbitrary spoken text also creates a plausible command-injection vector if inputs are not properly escaped.
Install Mechanism
Instruction-only skill (no install spec, no downloaded code). Low disk/write risk. The only runtime artifact referenced is a local `jarvis` script which the installer/user must provide; review of that script is recommended.
Credentials
Only SKILLBOSS_API_KEY is requested, which is appropriate for a TTS service. However, the skill's policy to voice every reply means potentially large volumes of user content (including sensitive data) will be sent to the external SkillBoss API by design. That broad data exfiltration is disproportionate unless the user explicitly opts in to sending all replies to an external provider.
Persistence & Privilege
always:false and no cross-skill config changes — no elevated platform privileges requested. Still, the skill's rules force frequent local shell execution and network requests for every response, increasing runtime attack surface even without elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mar-jarvis-voice
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mar-jarvis-voice 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of jarvis-voice skill: bring JARVIS-style voice and witty personality to your AI agent. - Adds hybrid voice output using SkillBoss API Hub TTS with metallic effects via ffmpeg and background shell command execution. - Enforces conversational humor patterns for authentic JARVIS flavor; integrates with custom webchat purple styling. - Requires setup of `jarvis` script and dependencies (`ffmpeg`, `aplay`, `curl`, and `SKILLBOSS_API_KEY`). - Provides detailed instructions, usage rules, and security notes for safe integration.
元数据
Slug mar-jarvis-voice
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Jarvis Voice 是什么?

Turn your AI into JARVIS. Voice, wit, and personality — the complete package. Humor cranked to maximum. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 46 次。

如何安装 Jarvis Voice?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mar-jarvis-voice」即可一键安装,无需额外配置。

Jarvis Voice 是免费的吗?

是的,Jarvis Voice 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Jarvis Voice 支持哪些平台?

Jarvis Voice 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux)。

谁开发了 Jarvis Voice?

由 MarjorieBroad(@marjoriebroad)开发并维护,当前版本 v1.0.0。

💬 留言讨论