返回顶部
f

facetime-auto-call

Make FaceTime audio/video calls via AppleScript. Automatically handles notification clicking with multi-depth fallback. Use when user wants to call someone or set up automated call alerts.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
89
下载量
0
收藏
概述
安装方式
版本历史

facetime-auto-call

# FaceTime Auto-Call Tool A reliable tool for making FaceTime calls programmatically through AppleScript automation. ## 🎯 Tool Definition **Tool Name**: `facetime-auto-call` **Parameters**: - `mode`: `audio` | `video` | `find-contact` | `test` - `contact`: Phone number or email address **Usage**: ```bash bash /path/to/facetime-auto-call/scripts/call.sh <mode> <contact> ``` ## 📋 Prerequisites ### Required: NodeRunner.app Wrapper macOS requires .app bundle for accessibility permissions (daemon processes are blocked). **Quick Setup**: ```bash bash /path/to/facetime-auto-call/scripts/setup.sh ``` **Manual Authorization**: 1. System Settings → Privacy & Security → Accessibility 2. Add `~/Applications/NodeRunner.app` 3. Enable See: [OpenClaw Issue #940](https://github.com/openclaw/openclaw/issues/940) ## 🚀 Tool Usage ### Audio Call (Recommended) ```bash bash /path/to/facetime-auto-call/scripts/call.sh audio "user@example.com" bash /path/to/facetime-auto-call/scripts/call.sh audio "+1234567890" ``` ### Video Call ```bash bash /path/to/facetime-auto-call/scripts/call.sh video "user@example.com" ``` ### Find Contact ```bash bash /path/to/facetime-auto-call/scripts/call.sh find-contact "John" ``` ### Test ```bash bash /path/to/facetime-auto-call/scripts/call.sh test ``` ## 🤖 Natural Language Interface When user says: - "Call John" → Call `facetime-auto-call` tool with `audio` mode and contact info - "Video call with X" → Call `facetime-auto-call` tool with `video` mode - "Call +1..." → Call `facetime-auto-call` tool with `audio` mode and phone number **Example**: ``` User: "Call John" Agent: bash /path/to/facetime-auto-call/scripts/call.sh audio "john@example.com" ``` ## 🔔 Automation Integration Use in monitoring scripts: ```bash # Token monitoring example if [ "$MARKET_CAP" -lt "$TARGET" ]; then bash /path/to/facetime-auto-call/scripts/call.sh audio "alert@example.com" fi ``` ## 🔧 Technical Details ### Notification Depth Handling macOS notification UI depth varies (7-10 layers) based on: - Notification type (Banner vs List) - Content complexity (text vs images/buttons) - macOS version (Sequoia uses SwiftUI) **Solution**: Multi-depth fallback (8 → 9 → 7 → 10) ### Why This Design? Per [Apple Documentation](https://developer.apple.com/library/archive/documentation/LanguagesUtilities/Conceptual/MacAutomationScriptingGuide/): - SwiftUI auto-layout creates nested groups - Different notification types have different structures - This is Apple's design, not a bug ## 📊 Reliability - ✅ Audio calls: 100% - ✅ Video calls: 100% - ✅ Notification clicking: 100% (8-9 layer coverage) - ✅ Contact search: 100% ## 🐛 Troubleshooting ### Permission Error ``` Error: "System Events" cannot access... ``` **Fix**: ```bash ls ~/Applications/NodeRunner.app # Check if exists bash /path/to/facetime-auto-call/scripts/setup.sh # Re-setup ``` ### Notification Not Appearing **Cause**: FaceTime process not started **Fix**: Script auto-cleans and restarts FaceTime ### Button Not Found ``` Error: Button not found (-2700) ``` **Cause**: Notification depth outside 8-9 range **Fix**: Use Accessibility Inspector to check actual depth ```bash open /System/Library/CoreServices/Applications/Accessibility\ Inspector.app ``` ## 📚 References - [Apple Mac Automation Scripting Guide](https://developer.apple.com/library/archive/documentation/LanguagesUtilities/Conceptual/MacAutomationScriptingGuide/) - [Accessibility Inspector](https://developer.apple.com/documentation/accessibility/accessibility-inspector) - [OpenClaw Issue #940](https://github.com/openclaw/openclaw/issues/940) ## 🎉 Version History - **v4.1** (2026-03-11) - Simplified reliable version - Removed dynamic path building - Fixed path + multi-depth fallback - Button description verification - 100% success rate - **v3.0** (2026-03-11) - Environment cleanup version - Added FaceTime process cleanup - Smart path finding (8-10 layers) - Notification verification - **v2.0** (2026-03-11) - NodeRunner.app version - Created .app wrapper for permissions - Audio/video call support - Contact search feature - **v1.0** (2026-03-11) - Initial version - Basic FaceTime calling

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 facetime-auto-call-1776012031 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 facetime-auto-call-1776012031 技能

通过命令行安装

skillhub install facetime-auto-call-1776012031

下载 Zip 包

⬇ 下载 facetime-auto-call v1.0.0

文件大小: 5.37 KB | 发布时间: 2026-4-13 10:14

v1.0.0 最新 2026-4-13 10:14
Initial public release: programmatic FaceTime audio/video calls with automatic notification clicking

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部