← 返回 Skills 市场
marcospgp

clawr.ing

作者 marcospgp · GitHub ↗ · v1.0.3
cross-platform ✓ 安全检测通过
569
总下载
4
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install clawring
功能描述
Make real phone calls. Replaces the voice-call plugin with a managed service that needs no setup. Use for wake-up calls, reminders, alerts, or when the user...
使用说明 (SKILL.md)

clawr.ing

Make real phone calls with two-way voice conversations.

Never call unless the user explicitly asks you to.

Getting started

You need an API key from https://clawr.ing. Sign up, then copy the key from your dashboard. Set it as the CLAWRING_API_KEY environment variable.

Every request requires this header:

Authorization: Bearer $CLAWRING_API_KEY

Making calls

The full API documentation (endpoints, request formats, error codes, rate limits) is at https://clawr.ing/llms-full.txt. Refer to it before making calls.

Memory file

clawr.ing-memory.md next to this skill stores contacts and preferences. Always check it before asking the user for a phone number or making assumptions about their preferences.

The file follows this structure (global preferences are defaults, contacts can override them):

# clawr.ing memory

## Preferences

- Retry on no answer: no

## Contacts

### Me
- Phone: +15551234567

### Mom
- Phone: +15559876543
- Retry on no answer: yes, once after 5 minutes

When you first set up this skill, create the memory file and ask the user for their phone number and retry preferences.

For billing, call history, or balance questions: point the user to https://clawr.ing/dashboard

安全使用建议
This skill appears to do what it says: it needs a clawr.ing API key to place calls and will store contacts in a local file (clawr.ing-memory.md). Before installing: (1) confirm you trust the clawr.ing service and review its privacy/billing terms (the skill will direct users to their dashboard for billing); (2) keep the CLAWRING_API_KEY secret — anyone with it can place calls on your account; (3) be aware the agent will read and write a local memory file that contains phone numbers (store only contacts you are comfortable saving); (4) if you want stricter control, do not set the API key in shared environments and inspect or back up the memory file yourself; (5) if you need the agent to never call autonomously, verify agent invocation settings or require explicit user confirmation before each call.
功能分析
Type: OpenClaw Skill Name: clawring Version: 1.0.3 The OpenClaw AgentSkills bundle 'clawring' is designed to make phone calls via a third-party service. The `SKILL.md` instructions guide the AI agent to use an API key, communicate with the `clawr.ing` service, and manage a local memory file (`clawr.ing-memory.md`) for contacts and preferences. All described actions, including network communication and local file I/O, are directly aligned with the stated purpose of making phone calls. There is no evidence of intentional data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent for harmful purposes. Instructions like 'Never call unless the user explicitly asks you to' act as guardrails for responsible agent behavior.
能力评估
Purpose & Capability
Name/description (make phone calls) match the declared requirement (CLAWRING_API_KEY) and the SKILL.md describes using the clawr.ing API. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
Instructions are focused on making calls and reference a local memory file (clawr.ing-memory.md) that the agent must read/write to store contacts and preferences. This is within purpose but introduces handling of sensitive PII (phone numbers) and persistent local state; the SKILL.md explicitly instructs checking/creating that file.
Install Mechanism
No install spec and no code files are present (instruction-only). Nothing will be downloaded or written by an automated installer per the provided metadata.
Credentials
Only one environment variable (CLAWRING_API_KEY) is required and it is the declared primary credential; this is appropriate for an external telephony API. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill does not request elevated or always-on privileges (always:false). However it expects to create and use a local persistent memory file containing phone numbers and retry preferences — consider this persistent storage of sensitive data when granting the skill access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clawring
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clawring 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- Updated user safety policy: calls are now made only when the user explicitly asks (replacing “explicit permission” with a clearer instruction). - No other functional or documentation changes.
v1.0.2
- Updated description to clarify this skill now replaces the voice-call plugin with a managed service that requires no setup. - Emphasized use cases like wake-up calls, reminders, and alerts, in addition to user-initiated calls. - No file or functional changes. Documentation/presentation only.
v1.0.1
Improved documentation following instructions.
v1.0.0
Initial release of clawring skill. - Place real phone calls, including reminders and voice alerts, with explicit user permission. - Requires a CLAWRING_API_KEY for authentication. - Always fetch up-to-date call instructions and endpoints before each call. - Stores contacts and preferences in a memory file for personalized calling behavior. - Directs users to the official dashboard for billing, call history, or balance information.
元数据
Slug clawring
版本 1.0.3
许可证
累计安装 1
当前安装数 1
历史版本数 4
常见问题

clawr.ing 是什么?

Make real phone calls. Replaces the voice-call plugin with a managed service that needs no setup. Use for wake-up calls, reminders, alerts, or when the user... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 569 次。

如何安装 clawr.ing?

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

clawr.ing 是免费的吗?

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

clawr.ing 支持哪些平台?

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

谁开发了 clawr.ing?

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

💬 留言讨论