← 返回 Skills 市场
voip-manager
作者
jpengcheng523-netizen
· GitHub ↗
· v1.0.0
· MIT-0
110
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jpeng-voip-manager
功能描述
Manage VoIP calls
使用说明 (SKILL.md)
VoIP Manager
Manage VoIP calls
When to Use
- User needs voice related functionality
- Automating voip tasks
- Communication operations
Usage
python3 scripts/voip_manager.py --input \x3Cinput> --output \x3Coutput>
Configuration
Set required environment variables:
export VOIP_API_KEY="your-api-key"
Output
Returns JSON with results:
{
"success": true,
"data": {}
}
安全使用建议
Do not install or enable this skill until the publisher provides missing artifacts and clarifications. Specifically: request the actual scripts (e.g., scripts/voip_manager.py) and readable source code; ask the author to declare VOIP_API_KEY in the registry metadata and to document which VoIP service and API the key is for and what minimum permissions it requires; confirm there are no external downloads or third-party hosts the skill will contact; review the code for network destinations and data handling (look for unexpected endpoints or credential transmission); if you must test, run it in a sandboxed environment and use a throwaway API key with minimal permissions. If the publisher cannot provide source, a homepage, or a clear explanation of the required credential, treat the package as incomplete and avoid handing over real credentials.
能力评估
Purpose & Capability
The name/description (manage VoIP calls) plausibly requires a VOIP API key and code to call an external service, but the registry metadata lists no required env vars, no code files, and no homepage/source. SKILL.md references a local script (scripts/voip_manager.py) that is not present in the package — this is inconsistent and disproportionate.
Instruction Scope
Runtime instructions tell the agent to run `python3 scripts/voip_manager.py` and to export VOIP_API_KEY, but there is no scripts/voip_manager.py included and the env var is not declared in the metadata. The instructions are vague (no target service, no endpoints, no auth scope) and would require the agent to access an undeclared credential, making the runtime behavior unclear and potentially unsafe.
Install Mechanism
This is an instruction-only skill with no install spec and no downloads or extracted archives, so there is no install-time code being written to disk by the skill itself. That reduces install risk, but it also means the skill as-published is incomplete (missing code).
Credentials
SKILL.md instructs users to set VOIP_API_KEY, yet the registry lists no required environment variables or primary credential. Requesting a generic API key for an unspecified service is disproportionate without documentation about which service, what scopes/permissions the key needs, and how the key will be used or stored.
Persistence & Privilege
The skill does not request persistent presence (always: false), is user-invocable, and declares no config paths or special privileges. There is no indication it would modify agent/system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install jpeng-voip-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/jpeng-voip-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of jpeng-voip-manager.
- Manage VoIP calls and automate VoIP-related tasks.
- Command-line usage via Python script.
- Requires VOIP_API_KEY environment variable.
- Outputs results in JSON format.
元数据
常见问题
voip-manager 是什么?
Manage VoIP calls. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。
如何安装 voip-manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install jpeng-voip-manager」即可一键安装,无需额外配置。
voip-manager 是免费的吗?
是的,voip-manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
voip-manager 支持哪些平台?
voip-manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 voip-manager?
由 jpengcheng523-netizen(@jpengcheng523-netizen)开发并维护,当前版本 v1.0.0。
推荐 Skills