← Back to Skills Marketplace
dru-ca

AI Phone Calls (Bland AI)

by dru-ca · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
3573
Downloads
6
Stars
13
Active Installs
1
Versions
Install in OpenClaw
/install phone-calls-bland
Description
Make AI-powered phone calls via Bland AI - book restaurants, make appointments, inquire about services. The AI calls on your behalf and reports back with transcripts.
Usage Guidance
This skill appears to do exactly what it says (drive Bland AI calls) and only asks for a Bland API key. Before installing: 1) Verify you trust Bland.ai and understand billing/recording/privacy (calls may be recorded and billed). 2) Ensure curl and jq are installed on your agent host (the scripts use them but the registry metadata doesn't list them). 3) Store BLAND_API_KEY securely (environment variable or ~/.clawd/secrets.json as described) and avoid using a broad-purpose key if Bland supports scoped keys. 4) Review any transcript/recording URLs produced by the service before sharing externally. 5) Because the skill can be invoked autonomously by default, consider whether you want the agent to make outbound calls without explicit approval (especially if you plan to leave it enabled for agents that act autonomously). If you need higher assurance, confirm the API host and key format with Bland.ai documentation and consider running the scripts in a controlled environment first.
Capability Analysis
Type: OpenClaw Skill Name: phone-calls-bland Version: 1.0.0 The OpenClaw AgentSkills skill bundle for Bland AI is benign. It correctly implements its stated purpose of making AI-powered phone calls via the Bland AI API. The scripts (`bland.sh`, `check-call.sh`, `phone-call.sh`) securely load the `BLAND_API_KEY` from environment variables or `~/.clawd/secrets.json` and use `curl` to interact solely with the legitimate `https://api.bland.ai/v1` endpoint. There is no evidence of data exfiltration to unauthorized destinations, malicious command execution, persistence mechanisms, or prompt injection attempts against the OpenClaw agent within the `SKILL.md` or code.
Capability Assessment
Purpose & Capability
Name/description (AI phone calls via Bland AI) align with the included scripts: phone-call.sh, check-call.sh, and bland.sh all call https://api.bland.ai/v1 and only perform phone call creation, status checks, analysis, and listing. The BLAND_API_KEY requirement is appropriate and necessary for this purpose.
Instruction Scope
SKILL.md and the scripts stay within the stated purpose (make calls, check status, retrieve transcripts). The scripts read an optional secrets file at ~/.clawd/secrets.json (as documented) and use the BLAND_API_KEY. They do not reference other system credentials or unexpected endpoints. Minor note: the scripts assume the availability of curl and jq (used heavily) but the skill metadata does not declare required binaries.
Install Mechanism
There is no install spec (instruction-only / script bundle), so nothing arbitrary is downloaded or extracted. This is low-risk. Operational gap: the scripts rely on external CLI tools (curl, jq) that are not declared in the skill requirements; the user must ensure those tools are present.
Credentials
Only BLAND_API_KEY is requested. The optional secrets file location (~/.clawd/secrets.json) is documented and used, and no other tokens, passwords, or unrelated environment variables are requested. This is proportionate for a remote-API phone-calling integration.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide agent settings, and only reads (not writes) a local secrets file. Autonomous invocation is allowed by platform default, but that is not combined with other concerning flags here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install phone-calls-bland
  3. After installation, invoke the skill by name or use /phone-calls-bland
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Make AI-powered phone calls via Bland AI. - Book restaurants, make appointments, or inquire about services automatically. - Simple setup: requires only Bland API key and phone number. - Returns call transcripts and summaries for every interaction. - Supports custom voice selection and advanced features like voicemail handling, call recordings, and webhooks. - Includes CLI scripts (`phone-call.sh`, `check-call.sh`) for easy usage and status tracking. - Clear troubleshooting and pricing details provided.
Metadata
Slug phone-calls-bland
Version 1.0.0
License
All-time Installs 13
Active Installs 13
Total Versions 1
Frequently Asked Questions

What is AI Phone Calls (Bland AI)?

Make AI-powered phone calls via Bland AI - book restaurants, make appointments, inquire about services. The AI calls on your behalf and reports back with transcripts. It is an AI Agent Skill for Claude Code / OpenClaw, with 3573 downloads so far.

How do I install AI Phone Calls (Bland AI)?

Run "/install phone-calls-bland" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is AI Phone Calls (Bland AI) free?

Yes, AI Phone Calls (Bland AI) is completely free (open-source). You can download, install and use it at no cost.

Which platforms does AI Phone Calls (Bland AI) support?

AI Phone Calls (Bland AI) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created AI Phone Calls (Bland AI)?

It is built and maintained by dru-ca (@dru-ca); the current version is v1.0.0.

💬 Comments