← 返回 Skills 市场
187
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install phone-call
功能描述
Make FaceTime audio calls on macOS by phone number or contact using the Phone app with AppleScript or tel: URLs; requires FaceTime enabled.
安全使用建议
This skill is coherent with its description — it uses macOS Automation and FaceTime to place calls. Before enabling it: (1) ensure you are comfortable granting Automation permissions to the agent/OpenClaw entry in System Settings → Privacy & Security → Automation (this allows the skill to control FaceTime, Contacts, and System Events); (2) be aware granting Contacts access allows the skill to read contact numbers for lookups; (3) if you do not want calls to be started without explicit confirmation, avoid granting broad automation or disable autonomous model invocation for this skill; (4) test with your own number first and monitor the Automation permissions UI to see exactly which app controls were granted.
功能分析
Type: OpenClaw Skill
Name: phone-call
Version: 1.0.0
The skill provides legitimate functionality for making phone calls on macOS via FaceTime and AppleScript. It uses standard system commands like 'open tel:' and 'osascript' to interact with the FaceTime and Contacts applications as described in SKILL.md and scripts/call.sh. No evidence of malicious intent, data exfiltration, or unauthorized execution was found.
能力评估
Purpose & Capability
The name/description (initiate FaceTime audio calls) matches the included instructions and the small shell script. The skill only references FaceTime, Contacts, and System Events which are directly relevant to making and managing calls.
Instruction Scope
Instructions use open "tel:" URLs and osascript to control FaceTime and to look up Contacts — this is within scope. However the SKILL.md explicitly asks the user to grant Automation/Privacy permissions (allow the agent/OpenClaw to control FaceTime, Contacts, System Events). Those permissions are necessary for the stated functionality but they allow the agent to control those apps and access contact data, so the user should be aware of that scope.
Install Mechanism
No install spec; the skill is instruction-only with a tiny shell script (call.sh). Nothing is downloaded or written by an installer, so installation risk is low.
Credentials
The skill requests no environment variables, credentials, or config paths. The only sensitive accesses are macOS app automation/Contacts access required for calling and contact lookup, which are proportionate to the stated purpose.
Persistence & Privilege
always:false (normal). The skill may be invoked autonomously by the agent (disable-model-invocation:false) — that is the platform default and expected. Combine that with Automation permissions: if you grant the agent/app Automation control, the skill could initiate calls without an additional OS prompt. This is expected for the feature but is a privacy/availability consideration for users.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install phone-call - 安装完成后,直接呼叫该 Skill 的名称或使用
/phone-call触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the phone-call skill for macOS.
- Make and manage phone calls via the FaceTime app using AppleScript or tel: URLs.
- Supports calling by phone number or contact name (with optional Contacts integration).
- Includes setup instructions, usage examples, troubleshooting, and international number formatting guidance.
- Requires FaceTime to be enabled and configured on macOS.
元数据
常见问题
Phone Call 是什么?
Make FaceTime audio calls on macOS by phone number or contact using the Phone app with AppleScript or tel: URLs; requires FaceTime enabled. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 187 次。
如何安装 Phone Call?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install phone-call」即可一键安装,无需额外配置。
Phone Call 是免费的吗?
是的,Phone Call 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Phone Call 支持哪些平台?
Phone Call 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Phone Call?
由 FlexRox(@flexrox)开发并维护,当前版本 v1.0.0。
推荐 Skills