Add vapi-calls skill for voice calling via Vapi AI#47
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Every other SKILL.md includes triggers and metadata.openclaw.emoji — caught by multi-review. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b9c008de4c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
skills/vapi-calls/SKILL.md
Outdated
| under `env.vars`, then restart the gateway: | ||
|
|
||
| ```bash | ||
| systemctl --user restart openclaw-gateway.service |
There was a problem hiding this comment.
Use cross-platform gateway restart command
The setup instructions currently require systemctl --user restart openclaw-gateway.service, which only works on systemd hosts and fails for supported non-systemd setups (notably macOS). That means users following this skill can get stuck immediately after setting VAPI_API_KEY; it also skips the repo’s documented openclaw gateway restart flow used in other docs and can interrupt active work instead of doing a graceful restart.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Already resolved by the refactor that moved setup instructions to references/setup.md. The systemctl command was dropped entirely — setup.md just says 'Add it to the gateway' without specifying a restart command.
Move one-time setup instructions (account creation, phone provisioning, assistant configuration, voice selection) from SKILL.md into references/setup.md. SKILL.md is now a concise operational guide focused on making calls, with a link to setup for first-time configuration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Dropped during the setup docs refactor. Restoring version: 0.1.0 to match all other skills in the repo. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Summary
vapi-callsskill with complete SKILL.md documentation for making outbound phone calls via Vapi voice AISplit from #45 (now closed). Codex review comments from that PR were addressed before creating this one:
version: 0.1.0to frontmatter (was missing)openclaw config patchcommand with manual config instructionsTest plan
🤖 Generated with Claude Code