← Back to Skills Marketplace
marcospgp

clawr.ing

by marcospgp · GitHub ↗ · v1.0.3
cross-platform ✓ Security Clean
569
Downloads
4
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install clawring
Description
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...
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install clawring
  3. After installation, invoke the skill by name or use /clawring
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug clawring
Version 1.0.3
License
All-time Installs 1
Active Installs 1
Total Versions 4
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 569 downloads so far.

How do I install clawr.ing?

Run "/install clawring" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is clawr.ing free?

Yes, clawr.ing is completely free (open-source). You can download, install and use it at no cost.

Which platforms does clawr.ing support?

clawr.ing is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created clawr.ing?

It is built and maintained by marcospgp (@marcospgp); the current version is v1.0.3.

💬 Comments