TopRank Skills

Official OpenClaw rules 36%

Bland

Bland AI — Voice Calling Skill

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Bland 技能。 若已安装,则直接安装 Bland 技能。

Overview

Skill Key
0xrichyrich/bland
Author
0xrichyrich
Source Repo
openclaw/skills
Version
-
Source Path
skills/0xrichyrich/bland
Latest Commit SHA
6db3720e88a227fbed3be622c40600e9578ce210

Extracted Content

SKILL.md excerpt

# Bland AI — Voice Calling Skill

Make and manage AI-powered phone calls via the Bland AI API.

## Quick Start

```bash
# Make a call
bland call +14155551234 --task "Call and ask about their hours"

# Check call status
bland call-status <call_id>

# Get transcript after call
bland transcript <call_id>
```

## Commands

| Command | Description |
|---------|-------------|
| `bland call <phone> [opts]` | Place an outbound AI call |
| `bland call-status <id>` | Get status/details of a call |
| `bland calls [--limit N]` | List recent calls |
| `bland stop <id>` | Stop an active call |
| `bland stop-all` | Stop all active calls |
| `bland recording <id>` | Get recording URL for a call |
| `bland transcript <id>` | Get formatted transcript |
| `bland voices` | List available voices |
| `bland numbers` | List owned inbound numbers |
| `bland buy-number [--area-code 415]` | Purchase an inbound number |
| `bland setup-inbound <phone> --task "prompt"` | Configure inbound call agent |
| `bland balance` | Check account balance |
| `bland analyze <id> --goal "question"` | AI analysis of a call |

## Call Options

```
--task "prompt"           AI agent instructions (required for useful calls)
--voice "josh"            Voice to use (default: josh)
--first-sentence "Hi!"    First thing the AI says
--from "+1234567890"      Caller ID (must own the number)
--wait-for-greeting       Wait for the other party to speak first
--wait                    Poll until call completes, then show transcript
--model "base"            Model to use (default: base)
```

## Examples

```bash
# Restaurant reservation
bland call +14155551234 --task "Make a reservation for 2 at 7pm tonight under Joshua"

# Call and wait for result
bland call +14155551234 --task "Ask about store hours" --wait

# Screen inbound calls
bland setup-inbound +14155551234 --task "You are a call screener. Ask who is calling and why."

# Analyze a completed call
bland analyze abc123 --goal "Did they confirm the appointment?"
```

##...

Related Claw Skills