Skip to content

Add vapi-calls skill for voice calling via Vapi AI#47

Merged
TechNickAI merged 4 commits intomainfrom
feature/vapi-calls-skill
Mar 26, 2026
Merged

Add vapi-calls skill for voice calling via Vapi AI#47
TechNickAI merged 4 commits intomainfrom
feature/vapi-calls-skill

Conversation

@TechNickAI
Copy link
Copy Markdown
Owner

Summary

  • Adds vapi-calls skill with complete SKILL.md documentation for making outbound phone calls via Vapi voice AI
  • Updates README.md: skill count badge (13 → 14), skill count in features list, directory tree, and skills table

Split from #45 (now closed). Codex review comments from that PR were addressed before creating this one:

  • Added version: 0.1.0 to frontmatter (was missing)
  • Replaced non-existent openclaw config patch command with manual config instructions

Test plan

  • Verify SKILL.md frontmatter parses correctly (name, version, description)
  • Confirm README skill count badge shows 14
  • Confirm skills table includes vapi-calls entry
  • Confirm directory tree includes vapi-calls

🤖 Generated with Claude Code

Hex Sullivan and others added 2 commits March 26, 2026 19:25
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>
@TechNickAI
Copy link
Copy Markdown
Owner Author

@codex review

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

under `env.vars`, then restart the gateway:

```bash
systemctl --user restart openclaw-gateway.service
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

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>
@TechNickAI TechNickAI merged commit 75fb5ef into main Mar 26, 2026
9 of 10 checks passed
@TechNickAI TechNickAI deleted the feature/vapi-calls-skill branch March 26, 2026 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant