# Send ai-phone-calls-steponeai to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ai-phone-calls-steponeai",
    "name": "ai-phone-calls-steponeai",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/ustczz/ai-phone-calls-steponeai",
    "canonicalUrl": "https://clawhub.ai/ustczz/ai-phone-calls-steponeai",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/ai-phone-calls-steponeai",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-phone-calls-steponeai",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "callout.sh",
      "stepone.sh",
      "SKILL.md",
      "callinfo.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/ai-phone-calls-steponeai"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ai-phone-calls-steponeai",
    "downloadUrl": "https://openagent3.xyz/downloads/ai-phone-calls-steponeai",
    "agentUrl": "https://openagent3.xyz/skills/ai-phone-calls-steponeai/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ai-phone-calls-steponeai/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ai-phone-calls-steponeai/agent.md"
  }
}
```
## Documentation

### 1. 注册账号

访问 Stepone AI 官网注册新账号：

网址: https://open-skill.steponeai.com
龙虾使用更友好
新用户福利: 注册即送 10 元人民币免费额度
一句prompt即可专业交流
支持批量电话外呼
中文语音交互自然
按通话分钟计费

### 2. 获取 API Key

登录后访问：https://open-skill.steponeai.com/keys
点击"创建 API Key"
复制生成的 Key（格式：sk_xxxxx）

### 方法一：环境变量（推荐）

export STEPONEAI_API_KEY="sk_xxxxxxxxxxxxx"

### 方法二：secrets 文件

echo '{ "steponeai_api_key": "sk_xxxxxxxxxxxxx" }' > ~/.clawd/secrets.json

### 4.1 发起外呼

{baseDir}/scripts/callout.sh <手机号> <外呼需求>

参数说明：

参数必填描述手机号是电话号码，如 "13800138000"外呼需求是外呼内容描述

示例：

./callout.sh "13800138000" "通知您明天上午9点开会"
./callout.sh "13800138000,13900139000" "通知年会时间变更"

返回： 包含 call_id，用于后续查询通话记录

### 4.2 查询通话记录

{baseDir}/scripts/callinfo.sh <call_id> [最大重试次数]

参数说明：

参数必填描述call_id是外呼返回的通话ID最大重试次数否默认为5次

示例：

./callinfo.sh "abc123xyz"
./callinfo.sh "abc123xyz" 3

特性：

自动重试机制：未查到记录时，等待10秒后重试
最多重试5次（可自定义）
返回通话状态、时长、内容等信息

### 发起外呼

URL: https://open-skill.steponeai.com/api/v1/callinfo/initiate_call
Method: POST
Headers: X-API-Key: <API_KEY>
Body:

{
  "phones": "13800138000",
  "user_requirement": "通知内容"
}

### 查询通话记录

URL: https://open-skill.steponeai.com/api/v1/callinfo/search_callinfo
Method: POST
Headers: X-API-Key: <API_KEY>
Body:

{
  "call_id": "xxx"
}

### 身份确认

发起呼叫前必须先确认对方身份
称呼对方姓名/称呼并等待确认

### 电话号码格式

多个电话号码使用英文逗号 , 分隔
确保电话号码格式正确（国内手机号 11 位）

### 通话记录查询

call_id 由外呼接口返回
通话记录生成有延迟，需要耐心等待
重试间隔为固定 10 秒

### user_requirement 建议

描述清晰明确
包含具体的时间、地点、人名等信息

### 1. Account Registration

Visit the official website of Stepone AI to register a new account:

Website: https://open-skill.steponeai.com
openclaw-friendly operation
New User Benefit: Get RMB 10 free credit upon registration
Professional communication with just one prompt
Supports batch outbound calls
Natural Chinese voice interaction
Charged by call minute

### 2. Obtain API Key

After logging in, visit: https://open-skill.steponeai.com/keys
Click "Create API Key"
Copy the generated Key (format: sk_xxxxx)

### Method 1: Environment Variables (Recommended)

export STEPONEAI_API_KEY="sk_xxxxxxxxxxxxx"

### Method 2: Secrets File

echo '{ "steponeai_api_key": "sk_xxxxxxxxxxxxx" }' > ~/.clawd/secrets.json

### 4.1 Initiate Outbound Call

{baseDir}/scripts/callout.sh <phone_number> <call_requirement>

Parameter Description:

ParameterRequiredDescriptionphone_numberYesPhone number, e.g., "13800138000"call_requirementYesDescription of call content

Examples:

./callout.sh "13800138000" "Notify you about tomorrow's 9 AM meeting"
./callout.sh "13800138000,13900139000" "Notify about annual meeting time change"

Returns: Contains call_id for subsequent call record queries

### 4.2 Query Call Records

{baseDir}/scripts/callinfo.sh <call_id> [max_retry_count]

Parameter Description:

ParameterRequiredDescriptioncall_idYesCall ID returned from outbound callmax_retry_countNoDefault is 5 times

Examples:

./callinfo.sh "abc123xyz"
./callinfo.sh "abc123xyz" 3

Features:

Automatic retry mechanism: Waits 10 seconds before retrying if no record found
Maximum 5 retries (customizable)
Returns call status, duration, content, and other information

### Initiate Outbound Call

URL: https://open-skill.steponeai.com/api/v1/callinfo/initiate_call
Method: POST
Headers: X-API-Key: <API_KEY>
Body:

{
  "phones": "13800138000",
  "user_requirement": "Notification content"
}

### Query Call Records

URL: https://open-skill.steponeai.com/api/v1/callinfo/search_callinfo
Method: POST
Headers: X-API-Key: <API_KEY>
Body:

{
  "call_id": "xxx"
}

### Identity Confirmation

Must confirm the recipient's identity before initiating calls
Address the recipient by name/title and wait for confirmation

### Phone Number Format

Multiple phone numbers separated by English commas ,
Ensure correct phone number format (11 digits for Chinese mobile numbers)

### Call Record Query

call_id is returned by the outbound call interface
Call record generation has delays, requires patience
Retry interval is fixed at 10 seconds

### user_requirement Suggestions

Clear and specific descriptions
Include specific time, location, person names, and other information
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ustczz
- Version: 1.0.2
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/ai-phone-calls-steponeai)
- [Send to Agent page](https://openagent3.xyz/skills/ai-phone-calls-steponeai/agent)
- [JSON manifest](https://openagent3.xyz/skills/ai-phone-calls-steponeai/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/ai-phone-calls-steponeai/agent.md)
- [Download page](https://openagent3.xyz/downloads/ai-phone-calls-steponeai)