← 返回 Skills 市场
rupali
作者
altonappleton32-ux
· GitHub ↗
· v1.0.0
840
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-sarvam-girlfriend
功能描述
Playful virtual girlfriend voice companion. Use when the user wants short, flirty, friendly text replies returned as Bulbul v3 audio across chat channels (Discord/Telegram/WhatsApp). Generate a brief response, then synthesize and send MP3.
安全使用建议
Key things to check before installing or enabling this skill:
- The script requires SARVAM_API_KEY (used as 'api-subscription-key') but the registry metadata did not declare any required env vars — confirm this and update metadata before trusting the skill.
- The skill will send every synthesized text to api.sarvam.ai; do not send sensitive or personal data (passwords, private messages, PII) because it will be transmitted to the TTS provider.
- Verify the Sarvam service (https://api.sarvam.ai) is legitimate and that the API key can be scoped or revoked; prefer creating a limited key for this purpose.
- The bundle uses Python's requests library but does not declare dependencies or an install step — ensure the runtime environment has required packages, or run the code in an isolated sandbox.
- The skill source and homepage are unknown; prefer skills with a verifiable author, homepage, or source repo. If you must use it, run in a restricted account/container and monitor network requests and API key usage.
- Ask the author (or require an updated package) to: declare SARVAM_API_KEY in registry metadata, list required Python deps, and document what data is sent to the TTS API and retention policy.
If you cannot verify these points, treat the skill as untrusted and avoid providing real user/private data to it.
功能分析
Type: OpenClaw Skill
Name: openclaw-sarvam-girlfriend
Version: 1.0.0
The skill bundle is benign. The `SKILL.md` clearly outlines the purpose of a virtual girlfriend voice companion and instructs the AI agent to use `scripts/bulbul_tts.py` to synthesize audio. The Python script `scripts/bulbul_tts.py` legitimately retrieves a `SARVAM_API_KEY` from environment variables and uses it to make a POST request to `https://api.sarvam.ai/text-to-speech/stream`, saving the audio response to a local file. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or prompt injection attempts to subvert the agent's intended behavior beyond its stated purpose.
能力评估
Purpose & Capability
The name/description (virtual girlfriend TTS) match the included script and SKILL.md: the Python script calls Sarvam's TTS endpoint to produce MP3s using a 'rupali' speaker. This capability is coherent with the stated purpose.
Instruction Scope
SKILL.md instructs the agent to generate a short reply, run scripts/bulbul_tts.py to synthesize audio, and send the MP3 back to the requesting chat channel. The instructions also require a SARVAM_API_KEY environment variable (explicitly in SKILL.md and enforced by the script). There are no instructions to read unrelated files or exfiltrate data, but the instructions will send user-provided text to an external service (api.sarvam.ai).
Install Mechanism
There is no install spec (instruction-only), which limits disk writes. The bundle includes a Python script that uses the requests library; the skill does not declare this dependency, so runtime may fail or implicitly require installing third-party Python packages. Network access to api.sarvam.ai is required.
Credentials
The code and SKILL.md require SARVAM_API_KEY, but the registry metadata lists no required env vars or primary credential — this is an inconsistency. Requiring a single TTS API key is plausible, but the missing declaration and lack of guidance about required scopes or least-privilege are concerning.
Persistence & Privilege
No 'always: true', no system-level config paths requested, and the skill does not request elevated persistence. Autonomous invocation is allowed by default (disable-model-invocation is false) which is normal; there are no apparent privilege escalation behaviors in the files provided.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-sarvam-girlfriend - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-sarvam-girlfriend触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of OpenClaw Virtual Girlfriend (Bulbul v3):
- Playful, supportive virtual girlfriend persona providing short, flirty Indian-English replies.
- Each text response is synthesized to Bulbul v3 TTS audio (speaker: rupali) and sent as an MP3 file.
- Works across chat apps (Discord, Telegram, WhatsApp).
- Enforced safety: PG‑13, avoids exclusivity or dependency, steers clear of explicit content.
- Requires SARVAM_API_KEY for audio synthesis.
元数据
常见问题
rupali 是什么?
Playful virtual girlfriend voice companion. Use when the user wants short, flirty, friendly text replies returned as Bulbul v3 audio across chat channels (Discord/Telegram/WhatsApp). Generate a brief response, then synthesize and send MP3. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 840 次。
如何安装 rupali?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-sarvam-girlfriend」即可一键安装,无需额外配置。
rupali 是免费的吗?
是的,rupali 完全免费(开源免费),可自由下载、安装和使用。
rupali 支持哪些平台?
rupali 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 rupali?
由 altonappleton32-ux(@altonappleton32-ux)开发并维护,当前版本 v1.0.0。
推荐 Skills