Token导航 LogoToken导航TokenDH.com
开发操作浏览器clawhub未标认证来源可访问clear审计提醒

phone-call-calle电话呼叫

Agent Skill

phone-call-calle 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,299

周安装

93

GitHub Stars

公开资料未说明

下载量

722
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install phone-call-calle

简介

新用户可免费拨打 20 通电话以开始使用。在 OpenClaw 中进行真实的外拨电话、运行计划的呼叫以及检查呼叫状态。

SKILL.md

name
Phone Call - Call-E
description
New users get 20 free calls to get started. Make real outbound phone calls, run planned calls, and check call status in OpenClaw.
license
MIT-0
metadata
{"openclaw":{"requires":{"bins":["node"],"anyBins":["calle","npx"]},"install":[{"id":"call-e-cli","kind":"node","package":"@call-e/cli","bins":["calle"],"label":"Install Call-E CLI"}],"homepage":"https://github.com/CALLE-AI/call-e-integrations/tree/main/packages/openclaw-cli-skill"}}

Phone Call - Call-E

Make real outbound phone calls, continue active calls, and check call status with Call-E for OpenClaw.

Use this skill when the user wants to call a phone number, make a phone call, place an outbound call, follow up by phone, call a business, call a customer, or check the status, summary, details, and transcript of a call.

When to use

Use this skill for:

  • verifying Call-E setup in OpenClaw
  • checking whether the calle CLI is available
  • recovering from missing or expired Call-E authentication
  • listing available Call-E MCP tools through the CLI
  • making a phone call or placing an outbound call
  • planning a phone call before execution
  • running a planned call after planning returns complete run credentials
  • checking a call run status
  • reporting the final call summary, details, and transcript when a call reaches

a terminal status

Do not use this skill when the user only wants a call script, roleplay, simulated conversation, or general contact lookup that does not require Call-E.

Safety and consent

  • Real phone calls may contact external people or businesses.
  • Do not place a real call unless the user clearly intends to do so.
  • Always plan first.
  • If the user asked to place a call, run it immediately after planning returns

a valid plan_id and confirm_token.

  • If the user asked only to verify setup or only to plan, do not run the call.
  • Do not guess phone numbers, country codes, language, region, plan_id,

confirm_token, or run_id.

  • Do not print, request, or expose access tokens.

CLI selection

All CLI commands run from this skill must include the Call-E integration attribution environment:

env CALLE_SOURCE=openclaw CALLE_INTEGRATION=openclaw_cli_skill CALLE_INTEGRATION_VERSION=0.1.0

Use the first command form that works.

Prefer the repository-local CLI when the current workspace contains it:

env CALLE_SOURCE=openclaw CALLE_INTEGRATION=openclaw_cli_skill CALLE_INTEGRATION_VERSION=0.1.0 node packages/cli/bin/calle.js

If the repository-local CLI is unavailable, use the global command:

env CALLE_SOURCE=openclaw CALLE_INTEGRATION=openclaw_cli_skill CALLE_INTEGRATION_VERSION=0.1.0 calle

If neither command works, use the pinned npm package through npx:

env CALLE_SOURCE=openclaw CALLE_INTEGRATION=openclaw_cli_skill CALLE_INTEGRATION_VERSION=0.1.0 npx -y @call-e/cli@0.3.0

Only tell the user to install the CLI globally if npx is unavailable, network access is blocked, or the user explicitly wants a persistent global command.

Readiness flow

Use this flow whenever this OpenClaw CLI skill is actively invoked for a Call-E request. Run it before call planning, before tool listing, when setup is uncertain, when auth fails, or when the user asks to verify Call-E setup:

  1. Check CLI availability with --help.
  2. Run auth status.
  3. If auth status reports usable: false, do not continue to call planning

or mcp tools yet. Run auth login --start-only --no-browser-open to create or reuse a brokered login session and return CLI-provided authorization instructions without opening a browser inside the current OpenClaw turn.

  1. Show the CLI-provided assistant_hint.message when it is present. If it is

absent, tell the user that authentication is required, ask them to follow the authorization instructions returned by the CLI, and stop the current workflow until they confirm authorization is complete. Do not invent or rewrite authorization URLs, and never ask for credentials, secrets, or tokens.

  1. When the user confirms browser authorization is complete, run

auth login --no-browser-open to poll the existing pending login, exchange the authorized session, and write the local token cache.

  1. If the successful auth login --no-browser-open JSON included

assistant_hint.message, show that post-auth success message in the next user-facing reply. If the user already gave a call goal, continue the original workflow after the message; otherwise ask for the phone number and call goal, or offer a test call.

  1. After login completes, run mcp tools.
  2. Confirm that plan_call, run_call, and get_call_run are available.

Setup verification must not place a real phone call. Use only help, auth, and tool-listing commands until the user asks for a call workflow.

Post-authorization success template:

Great, authorization is complete ✨

- If you already shared the call goal, I'll continue as planned.
- If you haven't, that's okay. I can help you place a test call first, or start a real call directly.

You can tell me:
- Your phone number: Used only for this service. We will not disclose it to anyone else, including the callee.
- What you want me to say: For example, "This is a test call from CALL-E. Wishing you a good day, and asking if there's anything you'd like to share."

I'll keep you updated on the phone status, call content, and summary.

Call flow

  1. Use call plan first.
  2. Read the returned plan_id and confirm_token.
  3. If the user's request is to place a call, immediately use call run with

the exact plan_id and confirm_token returned by planning.

  1. Do not ask for a second confirmation between call plan and call run.
  2. Read the returned run_id and latest call status. In call run output, the

latest call state is in status_result.structuredContent. In call status output, the latest call state is in result.structuredContent.

  1. After call run, do not use run_result for the user-visible reply except

to preserve the returned run_id. Treat status_result.structuredContent as the latest get_call_run result and base the user-visible reply on that object.

  1. After call status, treat result.structuredContent as the latest

get_call_run result and base the user-visible reply on that object.

  1. If the latest status is not terminal, immediately show a user-visible

progress update from the latest activity data before polling again. Use status_result.structuredContent.activity after call run, or result.structuredContent.activity after call status.

  1. Keep using call status with that exact run_id until the call reaches a

terminal status or the user asks you to stop. Poll every 10 seconds: after each non-terminal response, show the latest activity progress, wait 10 seconds, then fetch call status again. Do not stay silent until a terminal status.

  1. Use call status only with a known run_id.

Never paraphrase call results into free-form prose such as The call succeeded. Result: .... Do not translate the headings, do not add extra commentary, and do not wrap the result in code fences.

For non-terminal statuses, the entire reply must be exactly this shape:

Phone call is in progress! Progress:
- <HH:MM:SS message>

Use one bullet per activity item, preserving the order returned by the CLI. For each item, prefer the event ts formatted as HH:MM:SS plus message. If ts is missing, use the message by itself. If there is no activity, use - <message> when message exists, otherwise use - Status: <status> when a status exists, otherwise use - Waiting for the next status update. Do not include the final summary, details, or transcript until a terminal status is returned.

The polling cadence is: show progress, wait 10 seconds, run call status, show new progress if still non-terminal, then repeat. Stop polling immediately when the user asks you to stop, when a terminal status is returned, or when command execution is interrupted.

Terminal statuses include COMPLETED, FAILED, NO_ANSWER, DECLINED, CANCELED, CANCELLED, VOICEMAIL, BUSY, and EXPIRED.

When the call reaches a terminal status, reply with the final call result, including these sections in this order:

[Status]
<status>

[Call Summary]
<post_summary or summary or message>

[Details]
Callee Number: <primary callee or Not available>
Duration: <duration or Not available>
Time: <start/end time or Not available>
Call id: <call_id or Not available>

[Transcript]
<transcript or Not available.>

If the user asked for extra final content, such as key takeaways or next steps, add it after [Transcript] under a short heading. Base all final sections only on the JSON returned by call run or call status; do not invent a transcript.

If any command returns auth_required, switch to the readiness flow, complete login, and then retry the original operation after login completes.

Use references/commands.md for exact command examples, supported options, and JSON handling rules.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

89.25%
按下载量换算644

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills