TopRank Skills

Home / Claw Skills / API 集成 / pamela-call
Official OpenClaw rules 72%

pamela-call

Make AI phone calls instantly. No lag, no setup, unlimited scale.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
eypam/pamela-call
Author
eypam
Source Repo
openclaw/skills
Version
-
Source Path
skills/eypam/pamela-call
Latest Commit SHA
ccb1fdf45576c0f09327cd7d5d774fa0a30d716d

Extracted Content

SKILL.md excerpt

# Pamela Calls

Make AI phone calls instantly. No lag, no setup, unlimited scale. **[ThisIsPamela](https://thisispamela.com)** is a voice AI platform for outbound calls, phone tree navigation, and integration via SDKs, webhooks, and MCP.

**Jump to:** [Installation](#installation) · [Quick Start](#quick-start) · [Examples](#examples) · [SDK Reference](#sdk-reference)

**ClawHub skill release:** `v1.1.12`

## Prerequisites

- API subscription (required for API access)
- API key from your API account
- Node.js 18+, Bun, or Python 3.8+ (for Python)

## Installation

**JavaScript/TypeScript:** (npm, yarn, or bun)
```bash
npm install @thisispamela/sdk
# or: yarn add @thisispamela/sdk
# or: bun add @thisispamela/sdk
```

**Python:**
```bash
pip install thisispamela
```

**React:** (npm, yarn, or bun)
```bash
npm install @thisispamela/react @thisispamela/sdk
# or: bun add @thisispamela/react @thisispamela/sdk
```

**CLI:**
```bash
npm install -g @thisispamela/cli
```

**MCP (for MCP-based agents):**
```bash
npm install @thisispamela/mcp
```

**Widget (embeddable, no framework):**
```bash
npm install @thisispamela/widget
```

Latest versions: SDK / CLI / Widget / MCP / Python / React `1.2.0`.

## Getting Your API Key

1. Sign up for an API subscription at [developer.thisispamela.com](https://developer.thisispamela.com)
2. Navigate to Settings → API Access
3. Set up billing through Stripe
4. Click "Create API Key"
5. Save immediately - the full key (starts with `pk_live_`) is only shown once

## Trust & security

- **Official packages:** npm [@thisispamela](https://www.npmjs.com/org/thisispamela), PyPI [thisispamela](https://pypi.org/project/thisispamela/) — verify these exact names to avoid typosquatting.
- **Before going live:** Use a restricted or test API key when trying the skill; enable billing alerts in your account; do not put production keys (`pk_live_...`) in public configs or logs.
- **Webhooks:** Always validate the `X-Pamela-Signature` header and secure your end...

Related Claw Skills