plugins/all-skills/skills/clawring/SKILL.md
Phone calling skill for OpenClaw: agent makes real outbound phone calls to users for alerts, briefings, reminders, and urgent notifications. Managed service, no Twilio setup needed. 100+ countries, 70+ voices.
npx skillsauth add davepoon/buildwithclaude clawringInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Give your OpenClaw agent the ability to make real outbound phone calls to you. The agent calls you — you don't call the agent. There is no inbound phone number.
Website: clawr.ing ClawHub: clawhub.ai/marcospgp/clawring
The agent sees the conversation as a simple text-based API (REST with long-polling). No WebSocket needed on the agent side.
That's it. No Twilio account, no API keys to configure, no webhooks to set up.
Tell your agent when to call you:
Call me when my build finishes.
Call me every morning at 8am with a briefing.
Call me if Bitcoin drops below $50k.
Call me if the server goes down.
When the agent decides to call, it dials your phone, you pick up, and you talk. When you're done, just say bye and it hangs up.
User (in OpenClaw chat): "Call me if ETH goes above $4000."
The agent monitors the price. When ETH crosses $4000:
development
Show drill-me learning progress — topics studied, cards due for review, weakest concepts, and what to study next. Use when the user asks what's due, how their learning is going, or for their drill-me status.
development
Teach the user a topic as an adaptive tutor — retrieval practice, spaced repetition with decay, and persistent memory in ~/.drill-me/. Use when the user wants to learn or be drilled on something, says "drill me on X", "teach me X", or wants to study a topic, a codebase, or a document.
development
Turn any codebase into evidence-grounded Markdown docs plus a machine-readable index.json. Every claim cites its source; never invents deployment steps.
tools
Assesses the current state of the startup project and recommends what to focus on next. Use when there is a need or a question from the user to understand what the next steps are or what to focus on next.