ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified communication Safety 3/5

Novafon

Skill by zaycv

Why use this skill?

Integrate Novafon telephony with OpenClaw. Automate calls, fetch reports, and manage your VoIP infrastructure seamlessly using JSON-RPC via this skill.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/zaycv/novafon
Or

What This Skill Does

The Novafon skill enables OpenClaw AI to communicate directly with the Novafon telephony platform via its Data and Call JSON-RPC APIs. It acts as a bridge, allowing the agent to fetch account data, retrieve comprehensive call reports, and programmatically trigger outbound calls or manage telephony infrastructure. By leveraging this integration, OpenClaw can transform from a standard assistant into a telephony management powerhouse, automating tasks like status checking, call history analysis, and automated outreach operations directly through your Novafon dashboard.

Installation

To integrate the Novafon skill, ensure you have the required dependencies (curl and jq) installed on your system. Run the following command in your terminal:

clawhub install openclaw/skills/skills/zaycv/novafon

After installation, you must configure your environment variables to ensure secure communication. Export NOVAFON_DATA_API_URL and NOVAFON_CALL_API_URL with your respective endpoints, and store your secure NOVAFON_API_TOKEN as an environment variable to prevent hardcoding credentials in your workflows.

Use Cases

This skill is designed for businesses and developers aiming to optimize telephony operations. Common use cases include generating automated daily call activity reports, triggering customer follow-up calls after specific events occur in your CRM, maintaining call logs, and verifying account balances or technical settings via the Data API. It is particularly useful for automated sales workflows, customer support routing, and internal communication management.

Example Prompts

  1. "OpenClaw, fetch the latest call report for today and summarize how many calls were successfully connected versus missed."
  2. "Use the Novafon Call API to trigger a call to +79991234567 from the primary company line and confirm the response status."
  3. "Check the current status of my Novafon account and verify if my API token is still valid for outgoing requests."

Tips & Limitations

Always ensure your server's public IP address is added to the Novafon allow-list in the provider's admin panel, as requests will be rejected otherwise. Because this skill interacts with live telephony services, ensure that your API credentials have the minimum required scopes for the intended operations. Be mindful of rate limits imposed by the Novafon API to avoid service interruptions during high-volume periods. When processing large data sets via the Data API, utilize the built-in pagination features to manage memory and performance effectively.

Metadata

Author@zaycv
Stars879
Views0
Updated2026-02-11
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-zaycv-novafon": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#telephony#voip#api#automation#novafon
Safety Score: 3/5

Flags: network-access, external-api