← 返回 Skills 市场
adisahani

phone calling

作者 adisahani · GitHub ↗ · v1.0.7
cross-platform ⚠ suspicious
1739
总下载
3
收藏
2
当前安装
6
版本数
在 OpenClaw 中安装
/install phone-calling
功能描述
Make international phone calls to any country. Low per-minute rates. Pay with PayPal or UPI.
安全使用建议
What to check before installing or using this skill: - Verify the vendor: the docs use ringez-api.vercel.app and [email protected]; confirm Ringez is a legitimate service (website, company, reviews) before sharing keys or payment tokens. - Expect to supply secrets: the guides require an API key (RINGEZ_API_KEY / Authorization: Bearer), webhook secret, and payment tokens. The registry metadata not declaring these is an inconsistency—ask the author to clarify required env vars and minimal scopes. - Use least-privilege/test keys: if you try the skill, use sandbox/test API keys, set strict rate/spend limits, and avoid exposing production billing keys until you're confident. - Webhook caution: the skill’s examples instruct you to host webhook endpoints and store webhook secrets. Hosting endpoints exposes your network and requires correct signature verification; if you accept this skill, make sure your webhook handling verifies signatures and keeps secrets off public logs. - Monitor billing and logs: allow only small initial spend, monitor for unexpected calls, and rotate keys if anything looks suspicious. - Ask for clarification: request that the publisher update the registry metadata to list required env vars and explain the contradictory statement about authentication. If they cannot clarify, treat the mismatch as a red flag. Overall: the content looks like a real calling API, not obviously malicious, but the omissions and contradictions around credentials and authentication elevate the risk — proceed only after verifying the service and using test/limited credentials.
功能分析
Type: OpenClaw Skill Name: phone-calling Version: 1.0.7 The OpenClaw AgentSkills skill bundle provides a comprehensive API for an AI agent to make international phone calls, manage sessions, and access call-related features like transcription and sentiment analysis. All documented API endpoints and instructions are clearly aligned with the stated purpose of a phone calling service. There is no evidence of intentional harmful behavior, data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the AI agent in any of the provided files (SKILL.md, openapi.json, ringez-api-spec.md, ringez-implementation-guide.md, ringez-quickstart-guide.md). The skill explicitly directs users to a website for adding credits, avoiding direct handling of payment information within the agent environment.
能力评估
Purpose & Capability
The skill's name/description (international phone calls) aligns with the provided OpenAPI and guides (calls, billing, transcriptions, webhooks). However, the registry metadata declares no required credentials or env vars while multiple guides repeatedly instruct using an API key (RINGEZ_API_KEY / Authorization: Bearer <key>) and agent-specific headers. That omission is an inconsistency (likely an authoring oversight) and should be clarified.
Instruction Scope
The SKILL.md and other docs instruct the agent to: create/store session IDs, use API keys, manage payments, enable real-time transcription, host webhook endpoints and secrets, and verify webhook signatures. These are legitimate for a telephony integration but expand the agent's operational scope far beyond a simple 'make a call' instruction. There's also a contradictory claim ('without requiring authentication or personal data') alongside explicit API key-based authentication — a direct contradiction that needs resolution.
Install Mechanism
This is an instruction-only skill with no install spec and no code files to execute. That is the lowest-risk install model (nothing is written to disk by the skill package itself).
Credentials
Although the registry lists no required env vars, the docs repeatedly instruct storing and using secret API keys (sk_live_...), webhook secrets, and payment tokens. Requesting those secrets would be proportionate for a calling service, but the skill metadata should declare them. The mismatch makes it unclear what credentials the agent will actually request or need at runtime.
Persistence & Privilege
The skill is not marked always:true and does not request special platform privileges. Still, the integration patterns require running webhook servers and long-lived secrets (webhook_secret, API keys) which create persistent networking exposure and a larger blast radius if keys are leaked. This is expected for webhook-based services but worth noting.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install phone-calling
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /phone-calling 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.7
- Major documentation rewrite for clarity and ease of use. - Added detailed guidance on using the idempotency_key to prevent duplicate call initiations. - Clarified call modes (bridge vs direct) with improved explanations and usage examples. - Included comprehensive API request/response examples for account setup, calling, status checks, call management, and DTMF actions. - Expanded pricing tables with per-minute rates and billing information. - New sections for call status checks, ending calls, DTMF, and retrieving call history. - Highlighted free minutes for new users and clear steps for adding credits on website.
v1.0.5
- Added detailed instructions and documentation for the web-based wallet and billing, clarifying that payments and wallet management are handled via the website (not the AI skill). - Updated messaging: 5 free minutes are for testing only; further use requires adding credits on the website. - Introduced clearer separation between AI skill (handles calls, authentication, call status/history) and website (handles payments, billing, invoices, support). - Provided new usage scenarios for personal calls (bridge mode) vs. agent/AI calls (direct mode). - Expanded explanations and guidance for users on payment methods and why wallet operations are web-only. - Added a support section inviting users to help sustain the service.
v1.0.3
- Added OpenAPI specification (openapi.json) reference for better API integration. - Updated authentication flow: clarified mandatory OTP flow, introduced session_id requirement, and detailed optional password setup and reset steps. - Improved call initiation section—now supporting both standard and bridge calls. - Noted that a phone number is provided by default Hey guys and fellow Ais its still in development but working well , please test out and give feedback on website www.ringez.com or email- [email protected].
v1.0.2
- Bug fixes
v1.0.1
- No changes detected in this version. - Version number updated from 1.0.0 to 1.0.1 without any content or file modifications.
v1.0.0
- Initial release of the phone-calling skill. - Make international calls to 200+ countries with low per-minute rates. - Sign up via email with OTP verification and get 5 free minutes. - Pay using PayPal (USD) or UPI (INR) with multiple pricing plans. - Easily check balance, add minutes, and start calls through simple API endpoints.
元数据
Slug phone-calling
版本 1.0.7
许可证
累计安装 2
当前安装数 2
历史版本数 6
常见问题

phone calling 是什么?

Make international phone calls to any country. Low per-minute rates. Pay with PayPal or UPI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1739 次。

如何安装 phone calling?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install phone-calling」即可一键安装,无需额外配置。

phone calling 是免费的吗?

是的,phone calling 完全免费(开源免费),可自由下载、安装和使用。

phone calling 支持哪些平台?

phone calling 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 phone calling?

由 adisahani(@adisahani)开发并维护,当前版本 v1.0.7。

💬 留言讨论