Overview
- Skill Key
- danecodes/botcall
- Author
- danecodes
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/danecodes/botcall
- Latest Commit SHA
- 9bcc84aa2877497b8c84bf32f0d58f346efeeb2d
Phone numbers for AI agents. Provision numbers, receive SMS, extract verification codes. Use when you need to sign up for services, receive 2FA codes, or handle phone verification.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 botcall 技能。 若已安装,则直接安装 botcall 技能。
# botcall - Phone Numbers for AI Agents
Provision phone numbers and receive SMS verification codes.
## Setup
1. Get an API key at https://botcall.io
2. Authenticate:
```bash
botcall auth login --api-key bs_live_YOUR_KEY
```
## Commands
### Check your plan and usage
```bash
botcall usage
```
### Provision a phone number
```bash
botcall provision
botcall provision --area-code 206 # Seattle area code
```
### List your numbers
```bash
botcall list
```
### View received messages
```bash
botcall inbox
botcall inbox --limit 20
```
### Wait for verification code
```bash
botcall get-code # Wait up to 120s
botcall get-code --timeout 60 # Custom timeout
```
Returns just the code (e.g., `847291`) for easy parsing.
### Release a number
```bash
botcall release <number-id>
```
### Upgrade plan
```bash
botcall upgrade starter # $9/mo - 1 number, 100 SMS
botcall upgrade pro # $29/mo - 5 numbers, 500 SMS
```
### Manage billing
```bash
botcall billing # Opens Stripe portal
```
## Example: Sign up for a service
```bash
# 1. Get a number
botcall provision --area-code 415
# Output: +14155551234
# 2. Use number to sign up (your agent does this)
# 3. Wait for verification code
CODE=$(botcall get-code --timeout 120)
echo "Code received: $CODE"
# 4. Enter code to complete signup
```
## MCP Integration
For Claude Desktop/Cursor, add to your MCP config:
```json
{
"mcpServers": {
"botcall": {
"command": "npx",
"args": ["@botcallio/mcp"],
"env": {
"BOTCALL_API_KEY": "bs_live_YOUR_KEY"
}
}
}
}
```
## Pricing
- **Free**: No numbers (signup only)
- **Starter** ($9/mo): 1 number, 100 SMS
- **Pro** ($29/mo): 5 numbers, 500 SMS
## Links
- Website: https://botcall.io
- npm CLI: https://www.npmjs.com/package/botcall
- MCP: https://www.npmjs.com/package/@botcallio/mcp
openstockdata
OpenClaw Skill for stock data analysis
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.
capgoblin
Access unsecured credit lines for AI agents on the Arc Network using the Credex Protocol. Use for borrowing USDC against reputation, repaying debt to grow credit limits, providing liquidity as an LP, or managing cross-chain USDC via Circle Bridge. Triggers on "borrow from credex", "repay debt", "deposit to pool", "check credit status", "provide liquidity", or any credit/lending task on Arc.
capt-marbles
Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".
camohiddendj
DuckDuckGo HTML search scraper CLI with JSON, CSV, OpenSearch, markdown, and compact outputs.