ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified communication Safety 3/5

Bland

Skill by 0xrichyrich

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/0xrichyrich/bland
Or

What This Skill Does

The Bland AI skill by 0xrichyrich is a powerful integration for the OpenClaw AI agent that enables seamless outbound and inbound voice communication. By interfacing directly with the Bland AI API, this skill allows your agent to place autonomous phone calls, manage inbound routing, and perform real-time analysis of call contents. Whether you need to schedule reservations, confirm appointments, or deploy an automated receptionist, this skill provides the necessary command-line tooling to execute voice-based operations directly from your terminal or automation scripts.

Installation

To integrate this skill into your environment, use the OpenClaw hub command:

clawhub install openclaw/skills/skills/0xrichyrich/bland

Ensure your BLAND_API_KEY is correctly configured in your /root/clawd/.env file to authorize API requests. Once installed, the skill references the script located at /root/clawd/skills/bland/scripts/bland.sh to interface with the backend services.

Use Cases

This skill is ideal for tasks requiring voice interaction, such as:

  • Automated Appointment Scheduling: Task the agent to call clients and confirm meeting times.
  • Call Screening: Set up inbound numbers with specific instructions to act as a gatekeeper.
  • Market Research & Surveys: Automate cold-calling tasks based on specific prompt logic.
  • Business Operations: Check your account balance, monitor call status, and retrieve recordings for quality assurance or CRM logging.

Example Prompts

  1. "Bland, call +14155550199 and ask if they have any availability for a table of four this Friday at 7 PM under the name Sarah."
  2. "Bland, can you analyze call id xyz-789 and tell me if the customer agreed to the contract terms?"
  3. "Bland, configure inbound number +14155550987 to act as a customer support assistant that collects order numbers before forwarding the call."

Tips & Limitations

  • Billing: Always use bland balance before initiating high-volume calling sequences, as these calls incur costs via the Bland AI platform.
  • Formatting: All phone numbers must strictly follow E.164 formatting (e.g., +14155551234).
  • Efficiency: Use the --wait flag when running in automated pipelines to ensure your script waits for the call to finish before attempting to process the generated transcript.
  • Data Retention: Recording URLs are temporary. If you require long-term storage, ensure you download the files immediately after retrieving the URL via the bland recording command.

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-0xrichyrich-bland": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#voice#telephony#automation#blandai
Safety Score: 3/5

Flags: network-access, external-api