← Back to Skills Marketplace
siddharthpilani

Ringg Voice Agent

by siddharthpilani · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1304
Downloads
2
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ringg-voice-agent
Description
Integrate Ringg AI voice agents with OpenClaw for making, receiving, and managing phone calls powered by Ringg's Voice OS. Use this skill when the user wants to: (1) make outbound voice calls via Ringg AI agents, (2) trigger Ringg AI campaigns from OpenClaw, (3) check call status or retrieve call history/analytics from Ringg, (4) manage Ringg AI assistants (list, create, update), (5) connect OpenClaw to Ringg's voice platform for automated phone interactions like lead qualification, feedback collection, appointment reminders, or order confirmations, (6) set up Ringg AI as a voice provider for the OpenClaw agent. Triggers on mentions of "ringg", "voice call", "phone call via ringg", "ringg agent", "ringg campaign", "voice AI call", or any request to initiate/manage calls through the Ringg AI platform.
Usage Guidance
This skill appears to be a legitimate Ringg voice integration, but there are two red flags you should address before installing: (1) the registry metadata does NOT list the environment variables the SKILL.md requires (RINGG_API_KEY, RINGG_WORKSPACE_ID, etc.). Treat that as a metadata bug — confirm with the skill author/source which credentials are actually needed and how they will be stored. (2) Source/homepage is unknown. Prefer skills that link to an official repository or vendor page so you can verify authenticity. Operational notes: only provide a Ringg API key with the minimal permissions needed, avoid putting secrets in widely readable config files, protect any webhook endpoint (use HTTPS and a signing secret), and be cautious when using ngrok or exposing local endpoints because inbound calls and transcripts may contain sensitive PII. If you cannot verify the author or origin of this skill, consider requesting an official Ringg-provided skill or adding the integration manually with vetted code.
Capability Analysis
Type: OpenClaw Skill Name: ringg-voice-agent Version: 1.0.0 The skill integrates OpenClaw with Ringg AI for voice calls, using standard API interactions via `curl` commands to `https://api.ringg.ai`. It requires `RINGG_API_KEY` from environment variables, which is passed in `Authorization` headers, a common practice for API integrations. The `SKILL.md` provides clear, purpose-aligned instructions for the AI agent, without any evidence of prompt injection attempts to subvert the agent's behavior. While `ngrok` is mentioned for webhook setup, it is presented as a manual configuration step for the user/environment, not an action for the agent to execute as part of its skill functionality.
Capability Assessment
Purpose & Capability
The name/description and SKILL.md consistently describe a Ringg AI voice integration (outbound calls, campaigns, assistants, webhooks). The requested actions (API calls to api.ringg.ai, webhooks, call management) are coherent with that purpose. However, the registry metadata claims 'Required env vars: none' and 'Primary credential: none' while the SKILL.md explicitly requires RINGG_API_KEY, RINGG_WORKSPACE_ID and optional assistant/number environment variables — this provenance/metadata mismatch is unexpected.
Instruction Scope
SKILL.md gives concrete curl examples, webhook setup steps (including recommending running ngrok to expose a local endpoint), and configuration changes to openclaw.json. All instructions stay within the stated purpose (calling Ringg APIs and receiving webhooks). The ngrok webhook guidance is normal for dev but increases exposure risk for inbound call events and transcripts if used carelessly.
Install Mechanism
Instruction-only skill with no install spec or code files to write to disk. This lowers risk because nothing is downloaded or executed by an installer.
Credentials
The runtime instructions require sensitive credentials (RINGG_API_KEY and RINGG_WORKSPACE_ID and optional assistant/from-number). Those are proportionate to the integration itself, but the skill's published metadata failing to declare them (and not naming a primary credential) is a problem: it can mislead administrators about what secrets will be needed or accessed. The skill also suggests placing API keys in openclaw.json which may increase exposure if that file is not securely stored.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It is user-invocable and allowed to be invoked autonomously (platform default).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ringg-voice-agent
  3. After installation, invoke the skill by name or use /ringg-voice-agent
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Ringg AI voice agent integration for OpenClaw
Metadata
Slug ringg-voice-agent
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Ringg Voice Agent?

Integrate Ringg AI voice agents with OpenClaw for making, receiving, and managing phone calls powered by Ringg's Voice OS. Use this skill when the user wants to: (1) make outbound voice calls via Ringg AI agents, (2) trigger Ringg AI campaigns from OpenClaw, (3) check call status or retrieve call history/analytics from Ringg, (4) manage Ringg AI assistants (list, create, update), (5) connect OpenClaw to Ringg's voice platform for automated phone interactions like lead qualification, feedback collection, appointment reminders, or order confirmations, (6) set up Ringg AI as a voice provider for the OpenClaw agent. Triggers on mentions of "ringg", "voice call", "phone call via ringg", "ringg agent", "ringg campaign", "voice AI call", or any request to initiate/manage calls through the Ringg AI platform. It is an AI Agent Skill for Claude Code / OpenClaw, with 1304 downloads so far.

How do I install Ringg Voice Agent?

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

Is Ringg Voice Agent free?

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

Which platforms does Ringg Voice Agent support?

Ringg Voice Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ringg Voice Agent?

It is built and maintained by siddharthpilani (@siddharthpilani); the current version is v1.0.0.

💬 Comments