Overview
- Skill Key
- cnvipstar/telcall-twilio
- Author
- cnvipstar
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/cnvipstar/telcall-twilio
- Latest Commit SHA
- 4da089d013833599e88987e0e4d66c67e649282f
Make emergency phone calls via Twilio. Use when you need to call someone and play a voice message programmatically (e.g., server down alerts, security notifications).
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 telcall-twilio 技能。 若已安装,则直接安装 telcall-twilio 技能。
# TelCall Twilio - Emergency Phone Calls Make phone calls that speak a message to the recipient using Twilio's Voice API. ## Author - **Name:** Micheal Sun - **Email:** laosun1985@gmail.com - **X:** https://x.com/pingfanbufan - **GitHub:** https://github.com/cnvipstar ## Features - Make phone calls via Twilio API - Text-to-speech message delivery (supports multiple languages) - Simple configuration - Easy integration with OpenClaw ## Prerequisites ### 1. Twilio Account 1. Visit https://www.twilio.com and sign up 2. During setup, choose: - **"With code"** (for full API access) - **"Voice"** channel 3. Bind a credit card (required for production use) ### 2. Purchase a Phone Number 1. Go to **Phone Numbers** → **Buy a Number** 2. Select **United States** (easiest, no address verification needed) 3. Filter by **Voice** capability 4. Purchase a local number (~$1/month) ### 3. Get Your Credentials From the Twilio Console homepage, copy: - **Account SID** (starts with `AC...`) - **Auth Token** (click to reveal) ### 4. Verify Your Phone Number (Trial Accounts) Trial accounts can only call verified numbers: 1. Go to **Phone Numbers** → **Verified Caller IDs** 2. Add your phone number 3. Complete verification via SMS or voice call **Note:** Upgrade your account ($20 minimum) to call any number without verification. ## Setup Run the setup script to configure your Twilio credentials: ```bash bash ~/.openclaw/workspace/telcall-twilio/scripts/setup.sh ``` You will be prompted to enter: - Account SID - Auth Token - Twilio phone number (e.g., `+15551234567`) - Your phone number (e.g., `+8613812345678`) ## Usage ### Basic Call ```bash bash ~/.openclaw/workspace/telcall-twilio/scripts/call.sh "Your message here" ``` ### With OpenClaw Simply tell your assistant: - "Call me: Server is down!" - "Emergency call: Security breach detected" The assistant will use this skill to make the call. ## Cost | Item | Price | |------|-------| | US Phone Number | ~$1/m...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
rxhxm
Agent Skill (SKILL.md) for Sixtyfour AI — People & company intelligence API. Enrich leads, find emails/phones, qualify prospects, search people. For Claude Code, Codex, OpenClaw, Cursor.
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
cenralsolution
Google Suite Skill
cemoso
Autonomous PR review loop with Greptile. Use when an agent creates a PR and needs to autonomously handle code review feedback — reading Greptile reviews, fixing issues, pushing fixes, re-triggering review, and auto-merging when score is 4/5+. Trigger on commands like "pr review {url}", "review my PR", or when a Greptile review webhook/poll delivers feedback.
cepheiden
Zero-touch Debian 13 VM deployment on VMware ESXi 8. Builds custom preseed ISO, creates NVMe+vmxnet3 VM with serial console, and runs unattended installation. Use when deploying Debian VMs on ESXi, automating VM provisioning, or setting up serial console access for headless ESXi VM management.