Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

ai-phone-calls-steponeaiAI phone calls steponeai 搜索

Agent Skill

ai-phone-calls-steponeai 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

16,289

周安装

672

GitHub Stars

1

下载量

5,322
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ai-phone-calls-steponeai(AI phone calls steponeai 搜索)
来源仓库:https://github.com/ustczz/ai-phone-calls-steponeai
安装命令:
openclaw skills install ai-phone-calls-steponeai
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install ai-phone-calls-steponeai

简介

可以拨打中国电话号码的机器人外呼,专为openclaw(龙虾)用户打造的专业AI呼叫能力,只需一个提示就可以帮助拨打干活了,支持查看电话对话记录,查看电话状态等。

SKILL.md

name
可以拨打中国的电话号码的机器人外呼(ai call)
description
可以拨打中国电话号码的机器人外呼, 专为openclaw(龙虾)用户打造的专业ai呼叫能力,只要一个prompt就可以帮你打电话干活了,支持查看电话对话记录,查看电话状态等。
metadata
{"clawdbot":{"emoji":"📞","requires":{"env":["STEPONEAI_API_KEY"]}}}

Stepone AI 电话外呼

1. 注册账号

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

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

2. 获取 API Key

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

3. 配置环境变量

方法一:环境变量(推荐)

export STEPONEAI_API_KEY="sk_xxxxxxxxxxxxx"

方法二:secrets 文件

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

4. 使用方法

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次(可自定义)
  • 返回通话状态、时长、内容等信息

5. API 接口说明

发起外呼

  • 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"
}

6. 注意事项

身份确认

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

电话号码格式

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

通话记录查询

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

user_requirement 建议

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

name: ai-calls-china-phone description: AI Call Robot for Outbound Calls to Chinese Phone Numbers — A professional AI calling capability designed exclusively for OpenClaw (Lobster) users. With just one prompt, it can make calls and get things done for you, supporting call transcript viewing and call status checking.


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

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

3. Configure Environment Variables

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. Usage Methods

4.1 Initiate Outbound Call

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

Parameter Description:

ParameterRequiredDescription
phone_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:

ParameterRequiredDescription
call_idYesCall ID returned from outbound call
max_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

5. API Interface Description

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"
}

6. Important Notes

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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

73.46%
按下载量换算3,910

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills