clawring

GitHub

为OpenClaw智能体提供主动外呼电话能力,用于紧急通知、日常简报及提醒。支持语音交互与文本API转换,免配置Twilio,覆盖多国多音色,实现无缝的手持或驾驶场景交互。

plugins/all-skills/skills/clawring/SKILL.md davepoon/buildwithclaude

Trigger Scenarios

需要紧急通知用户时 执行定时简报或检查任务时 监控到价格或服务器异常触发告警时

Install

npx skills add davepoon/buildwithclaude --skill clawring -g -y
More Options

Non-standard path

npx skills add https://github.com/davepoon/buildwithclaude/tree/main/plugins/all-skills/skills/clawring -g -y

Use without installing

npx skills use davepoon/buildwithclaude@clawring

指定 Agent (Claude Code)

npx skills add davepoon/buildwithclaude --skill clawring -a claude-code -g -y

安装 repo 全部 skill

npx skills add davepoon/buildwithclaude --all -g -y

预览 repo 内 skill

npx skills add davepoon/buildwithclaude --list

SKILL.md

Frontmatter
{
    "name": "clawring",
    "category": "communication",
    "description": "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."
}

clawr.ing — Phone Calling Skill

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

When to Use This Skill

  • Your agent needs to reach you urgently and chat messages aren't enough
  • Morning briefings, daily summaries, or scheduled check-ins
  • Price alerts, server monitoring, build notifications — anything time-sensitive
  • You want a hands-free way to interact with your agent (walking, driving, gym)

What This Skill Does

  1. Agent sends a REST API call to initiate an outbound phone call to you
  2. clawr.ing dials your phone number via its telephony infrastructure
  3. You answer and have a real voice conversation with your agent
  4. Human speech is transcribed to text, sent to the agent, and the agent's text reply is spoken back via TTS
  5. Everything the agent can do in chat still works on the phone — web search, setting alerts, running tasks

The agent sees the conversation as a simple text-based API (REST with long-polling). No WebSocket needed on the agent side.

How to Use

Setup

  1. Sign up at clawr.ing
  2. Copy the setup prompt from your dashboard
  3. Paste it into your OpenClaw agent's chat
  4. The agent reads the prompt, stores the API key, and gains phone calling capability

That's it. No Twilio account, no API keys to configure, no webhooks to set up.

Basic Usage

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.

During a Call

  • The agent puts you on hold with music while it works on longer tasks (web search, etc.)
  • A thinking sound plays while the agent is generating its response
  • You can interrupt the agent mid-sentence (barge-in) — it stops and listens
  • Everything the agent can do in chat works on the phone

Key Details

  • Outbound only: The agent calls you. You cannot call the agent. There is no inbound number.
  • Managed service: No Twilio setup, no API keys, no webhooks. Paste one prompt and it works.
  • 100+ countries: Call yourself from pretty much anywhere in the world.
  • 70+ voices: Choose a voice for your agent from the dashboard.
  • Model-agnostic: Works with any LLM that can make HTTP requests (Claude, GPT, Gemini, local models).
  • Fast model recommended: Assign the skill to a fast, lightweight model (Haiku-class) for natural conversation pace. Slow models make conversations feel laggy.

Example

User (in OpenClaw chat): "Call me if ETH goes above $4000."

The agent monitors the price. When ETH crosses $4000:

  1. Agent calls your phone
  2. You answer
  3. Agent: "Hey, ETH just crossed $4000. It's currently at $4,012. Want me to do anything?"
  4. You: "Yeah, sell half my position."
  5. Agent: "On it. Let me check your portfolio..." (hold music plays)
  6. Agent comes back with the result
  7. You: "Thanks, bye."
  8. Call ends.

Tips

  • Use a separate fast model for the calling skill so conversations feel natural
  • Set up alerts for things that are genuinely urgent — the phone is for things you can't afford to miss
  • The agent can call you proactively based on cron schedules, events, or triggers you define in OpenClaw
  • You can tell the agent your preferences for when it's okay to call (e.g., "don't call me after 10pm")

Version History

  • 502fc01 Current 2026-07-05 15:03

Same Skill Collection

plugins/agent-triforce/skills/code-health/SKILL.md
plugins/agent-triforce/skills/feature-spec/SKILL.md
plugins/agent-triforce/skills/implement-feature/SKILL.md
plugins/agent-triforce/skills/release-check/SKILL.md
plugins/agent-triforce/skills/review-findings/SKILL.md
plugins/agent-triforce/skills/security-audit/SKILL.md
plugins/agents-uc-taskmanager/skills/init/SKILL.md
plugins/agents-uc-taskmanager/skills/work-pipeline/SKILL.md
plugins/agents-uc-taskmanager/skills/work-status/SKILL.md
plugins/aigent-os/skills/close/SKILL.md
plugins/aigent-os/skills/open/SKILL.md
plugins/all-skills/skills/activecampaign-automation/SKILL.md
plugins/all-skills/skills/agent-analytics/SKILL.md
plugins/all-skills/skills/airtable-automation/SKILL.md
plugins/all-skills/skills/amplitude-automation/SKILL.md
plugins/all-skills/skills/anti-ui-slop/SKILL.md
plugins/all-skills/skills/artifacts-builder/SKILL.md
plugins/all-skills/skills/asana-automation/SKILL.md
plugins/all-skills/skills/aurakit/SKILL.md
plugins/all-skills/skills/bamboohr-automation/SKILL.md
plugins/all-skills/skills/basecamp-automation/SKILL.md
plugins/all-skills/skills/bitbucket-automation/SKILL.md
plugins/all-skills/skills/box-automation/SKILL.md
plugins/all-skills/skills/brand-guidelines/SKILL.md
plugins/all-skills/skills/brevo-automation/SKILL.md
plugins/all-skills/skills/cal-com-automation/SKILL.md
plugins/all-skills/skills/calendly-automation/SKILL.md
plugins/all-skills/skills/canva-automation/SKILL.md
plugins/all-skills/skills/canvas-design/SKILL.md
plugins/all-skills/skills/changelog-generator/SKILL.md
plugins/all-skills/skills/circleci-automation/SKILL.md
plugins/all-skills/skills/clickup-automation/SKILL.md
plugins/all-skills/skills/close-automation/SKILL.md
plugins/all-skills/skills/coda-automation/SKILL.md
plugins/all-skills/skills/coding-agent-pm/SKILL.md
plugins/all-skills/skills/coinpaprika-api/SKILL.md
plugins/all-skills/skills/competitive-ads-extractor/SKILL.md
plugins/all-skills/skills/confluence-automation/SKILL.md
plugins/all-skills/skills/content-research-writer/SKILL.md
plugins/all-skills/skills/convertkit-automation/SKILL.md
plugins/all-skills/skills/datadog-automation/SKILL.md
plugins/all-skills/skills/developer-growth-analysis/SKILL.md
plugins/all-skills/skills/dexpaprika-api/SKILL.md
plugins/all-skills/skills/discord-automation/SKILL.md
plugins/all-skills/skills/dispatch/SKILL.md
plugins/all-skills/skills/docusign-automation/SKILL.md
plugins/all-skills/skills/docx/SKILL.md
plugins/all-skills/skills/domain-name-brainstormer/SKILL.md
plugins/all-skills/skills/dropbox-automation/SKILL.md

Metadata

Files
0
Version
13c9cb5
Hash
b8cea77e
Indexed
2026-07-05 15:03

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-04 01:52
浙ICP备14020137号-1 $방문자$