Skip to content
Agent Orchestration
Skill

/facetime

Inspect FaceTime internal stages, place an approved call to a configured owner handle, and request hangup through facetime_call.

From plugin
openclaw
390k71 skills
Install
$ npx -y skills add steipete/clawdis --skill facetime --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/facetime

Context preview

The summary Claude sees to decide when to auto-load this skill.

Inspect FaceTime internal stages, place an approved call to a configured owner handle, and request hangup through facetime_call.

SKILL.md

facetime.SKILL.md
name: facetime
description: "Inspect FaceTime internal stages, place an approved call to a configured owner handle, and request hangup through facetime_call."
metadata:
  { "openclaw": { "emoji": "📞", "requires": { "config": ["plugins.entries.facetime.enabled"] } } }
allowed-tools: facetime_call

FaceTime

Use only `facetime_call`. Do not use shell commands or another call tool.

  • Use `get_status` or `check_readiness` for read-only inspection. Report the

returned fields as internal stages. Never infer that a remote participant answered, heard audio, or can hear audio from readiness flags.

  • Use `initiate_call` only for the exact owner handle the user requested.

Default to `audio`; use `video` only on an explicit request. OpenClaw obtains one-shot approval before dialing.

  • Report only the returned `pending` or `ringing` state. Do not invent a later

carrier state.

  • Use `end_call` to request hangup. A successful tool result means the request

entered the carrier lifecycle; report stronger closure only when a later status result contains no active or pending call.

  • If a call or dial is already present, do not start another.
  • Never install/update/uninstall the driver, change SIP or developer-tools

policy, grant permissions, edit `ownerHandles`, or operate System Settings. Those are explicit operator-admin actions.

Ships withopenclaw

OpenClaw is an open-source AI assistant that runs on your own computer and meets you in the channels you already use: Discord, iMessage, Slack, Teams, Telegram, WhatsApp, and 20+ more, plus native apps for macOS, iOS, Android, Windows, and Linux.

Get the whole plugin
Stats
390,079
Stars
82,025
Forks
Active
Maintenance
TypeScript
Language
3d ago
Last commit
10mo ago
Created
22d ago
Added

Repo: steipete/clawdis

Other skills on openclaw.