Focused OpenClaw skill for operating the CallMyCall API from chat.
Docs and portal:
- Clone or copy this repo into your OpenClaw skills folder.
- Restart OpenClaw (or refresh skills) so it detects the new skill.
Common locations:
<workspace>/skills/openclaw-phone~/.openclaw/skills/openclaw-phone
Examples:
- "Call +46700000000 and confirm my appointment for Tuesday."
- "Show my recent calls."
- "End call 1."
- "Show results for call 2."
- "Prepare this call for 3pm and remind me to run it then."
SKILL.md— primary instructions and workflowsreferences/api.md— API reference subsetexamples/prompts.md— example prompts and expected actions
Key lookup order:
CALLMYCALL_API_KEYenvironment variable~/.openclaw/openclaw.jsonatskills.openclaw-phone.apiKey- One-time user prompt for current task only
This skill does not write config files automatically. If you want persistence, add the key manually to ~/.openclaw/openclaw.json.
The skill must not store API keys in skill source files or memory/state files.
This skill is pull based. It does not rely on webhook callbacks; results are fetched on demand.
It also does not create OS scheduler jobs (cron/launchd/task scheduler) or autonomous background runs.
See also:
docs/auth-config.md- credential handling detailsdocs/event-updates.md- options for event-like updates with a pull API