A dedicated service for AI agents to provision phone numbers, receive SMS, and extract verification codes programmatically.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install botcall
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install botcall using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
botcall is a specialized utility designed to bridge the gap between autonomous AI agents and phone-based security protocols. It provides a programmatic interface for provisioning temporary phone numbers and capturing SMS messages, which is critical for agents needing to navigate account registrations or two-factor authentication (2FA) hurdles. By integrating this capability into the ecosystem of Openclaw Skills, developers can create agents that are truly independent of manual human intervention for identity verification.
The tool is built with a focus on simplicity and speed, offering a CLI and MCP server that allow agents to request a number, receive a code, and complete a signup flow in seconds. Whether you are building automated testing suites or complex web scrapers, botcall as part of your Openclaw Skills repertoire ensures your agents never get stuck behind a phone verification wall.
To integrate botcall with your Openclaw Skills setup, follow these installation steps:
npm install -g botcall
botcall auth login --api-key bs_live_YOUR_KEY
{
"mcpServers": {
"botcall": {
"command": "npx",
"args": ["@botcallio/mcp"],
"env": {
"BOTCALL_API_KEY": "YOUR_KEY"
}
}
}
}
The botcall skill organizes its operations through a clear taxonomy of provisioning and messaging data. When used alongside other Openclaw Skills, the following data points are tracked:
| Component | Description |
|---|---|
| Number Provision | Tracks ID, phone number, and area code status. |
| Message Inbox | Stores incoming SMS strings and sender metadata. |
| Code Extraction | Isolated alphanumeric strings filtered from message bodies. |
| Usage Metrics | Real-time counts of SMS used and numbers currently active. |
| Billing Tiers | Plan-based constraints (Starter vs Pro) for number limits. |
Loading
An automated UI enhancement skill that classifies and colors Telegram bot buttons based on the criticality and risk of user actions.

A precision prompt engineering framework for Seedance 2.0 JiMeng designed to transform multimodal references into production-ready video content.

A self-evolving conversational skill that develops a unique personality and persistent memory through active user interaction.

A specialized AI skill for planning and executing verifiable, incremental project migrations to idiomatic Rust while maintaining upstream synchronization.

Generates structured daily reports summarizing top AI research trends, company updates, and community discussions from Twitter.

A specialized utility to query and summarize real-time Twitter/X data using Grok AI models.








































