원클릭으로
calle
Use CALL-E from Cursor for setup checks, authentication recovery, phone call planning, planned call execution, and call status checks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use CALL-E from Cursor for setup checks, authentication recovery, phone call planning, planned call execution, and call status checks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use CALL-E from Codex through the calle CLI. Use for CALL-E setup checks, authentication recovery, phone call planning, planned call execution, and call status checks.
Use CALL-E from skills.sh compatible agents through the calle CLI. Use for CALL-E setup checks, authentication recovery, phone call planning, placing real outbound calls, call status polling, summaries, details, and transcripts.
Use this project-local skill when the user asks Codex to start, spawn, launch, or use an agent/subagent to review current code changes, implementation, diff, or completed modifications in this repository with read-only review, readiness checks, conflict checks, impact analysis, evidence-backed findings, escalation notes, and P0-P3 severity ratings.
Use this project-local skill when deciding whether a CALL-E Integrations change needs a package version release, changeset, or maintainer release decision, especially before finishing code, docs, marketplace, plugin, package metadata, or install-flow changes.
Use CALL-E from Claude Code through the calle CLI. Use for CALL-E setup checks, authentication recovery, phone call planning, planned call execution, and call status checks.
New users get 20 free calls to get started. Make real outbound phone calls, run planned calls, and check call status in OpenClaw.
| name | calle |
| description | Use CALL-E from Cursor for setup checks, authentication recovery, phone call planning, planned call execution, and call status checks. |
Use this skill when the user wants Cursor to use CALL-E for setup checks, authentication recovery, phone call planning, planned call execution, or call status inspection.
This Cursor plugin is MCP-first. Prefer the Cursor MCP tools exposed by the
bundled calle server whenever they are available:
plan_callrun_callget_call_runUse the CLI fallback only when Cursor MCP tools are unavailable or the user explicitly asks to verify CALL-E through the CLI.
Use this skill for:
calle MCP server is connectedDo 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.
Use this flow whenever this Cursor plugin is actively invoked for a CALL-E request. Run it before call planning, when setup is uncertain, when auth fails, or when the user asks to verify CALL-E setup:
calle MCP server is connected.plan_call, run_call, and get_call_run are available.calle MCP server, use Cursor's MCP
authorization flow and continue after authorization completes.Setup verification must not place a real phone call. Use only tool discovery,
authorization recovery, and plan_call when the user explicitly asks to plan.
plan_call first.
If the user has not provided enough explicit fields for plan_call, call
it with user_input set to the latest user message verbatim so CALL-E can
ask for missing details.plan_id and confirm_token.run_call with
the exact plan_id and confirm_token returned by planning.plan_call and run_call.run_id. Preserve it exactly.run_call, wait 60 seconds before the first get_call_run request
unless the call already returned a terminal status.get_call_run with that exact run_id until the call reaches a
terminal status or the user asks you to stop. Poll every 5 to 10 seconds
after the first status check.get_call_run only with a known run_id.Terminal statuses include COMPLETED, FAILED, NO_ANSWER, DECLINED,
CANCELED, CANCELLED, VOICEMAIL, BUSY, and EXPIRED.
For non-terminal statuses, reply with progress in this shape:
Phone call is in progress! Progress:
- <HH:MM:SS message>
Use one bullet per activity item, preserving the order returned by CALL-E.
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
- 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.
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 run_call or get_call_run; do not invent a
transcript.
All CLI commands run from this Cursor plugin must include the CALL-E integration attribution environment:
env CALLE_SOURCE=cursor CALLE_INTEGRATION=cursor_plugin CALLE_INTEGRATION_VERSION=0.1.1
Use the first command form that works.
Prefer the repository-local CLI when the current workspace contains it:
env CALLE_SOURCE=cursor CALLE_INTEGRATION=cursor_plugin CALLE_INTEGRATION_VERSION=0.1.1 node packages/cli/bin/calle.js
If the repository-local CLI is unavailable, use the global command:
env CALLE_SOURCE=cursor CALLE_INTEGRATION=cursor_plugin CALLE_INTEGRATION_VERSION=0.1.1 calle
If neither command works, use the npm package through npx:
env CALLE_SOURCE=cursor CALLE_INTEGRATION=cursor_plugin CALLE_INTEGRATION_VERSION=0.1.1 npx -y @call-e/cli
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.
Use CLI fallback readiness commands in this order:
--help.auth status.auth status reports usable: false, run blocking auth login and
keep that command running until it exits.mcp tools.plan_call, run_call, and get_call_run are available.If a CLI command returns auth_required, switch to the CLI fallback readiness
flow, complete login, and then retry the original operation after login
completes.
Use references/commands.md for exact CLI command examples, supported options,
and JSON handling rules.