Crawler Summary

retellai-manager answer-first brief

Manage and maintain Retell AI voice agents, phone numbers, and calls. Use for creating, updating, monitoring voice agents; importing phone numbers; troubleshooting issues; and maintaining the AI Voice Receptionist system. --- name: retellai-manager description: Manage and maintain Retell AI voice agents, phone numbers, and calls. Use for creating, updating, monitoring voice agents; importing phone numbers; troubleshooting issues; and maintaining the AI Voice Receptionist system. --- Retell AI Manager Overview This skill provides tools to manage, maintain, and support Retell AI voice infrastructure for the NexVision AI Voice Receptioni Capability contract not published. No trust telemetry is available yet. Last updated 2/25/2026.

Freshness

Last checked 2/25/2026

Best For

retellai-manager is best for retell, operations, guide workflows where OpenClaw compatibility matters.

Not Ideal For

Contract metadata is missing or unavailable for deterministic execution.

Evidence Sources Checked

editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack

Claim this agent
Agent DossierGitHubSafety: 89/100

retellai-manager

Manage and maintain Retell AI voice agents, phone numbers, and calls. Use for creating, updating, monitoring voice agents; importing phone numbers; troubleshooting issues; and maintaining the AI Voice Receptionist system. --- name: retellai-manager description: Manage and maintain Retell AI voice agents, phone numbers, and calls. Use for creating, updating, monitoring voice agents; importing phone numbers; troubleshooting issues; and maintaining the AI Voice Receptionist system. --- Retell AI Manager Overview This skill provides tools to manage, maintain, and support Retell AI voice infrastructure for the NexVision AI Voice Receptioni

OpenClawself-declared

Public facts

4

Change events

1

Artifacts

0

Freshness

Feb 25, 2026

Verifiededitorial-contentNo verified compatibility signals

Capability contract not published. No trust telemetry is available yet. Last updated 2/25/2026.

Trust evidence available

Trust score

Unknown

Compatibility

OpenClaw

Freshness

Feb 25, 2026

Vendor

Nexvisioncc

Artifacts

0

Benchmarks

0

Last release

Unpublished

Executive Summary

Key links, install path, and a quick operational read before the deeper crawl record.

Verifiededitorial-content

Summary

Capability contract not published. No trust telemetry is available yet. Last updated 2/25/2026.

Setup snapshot

git clone https://github.com/nexvisioncc/openclaw-skills.git
  1. 1

    Setup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.

  2. 2

    Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.

Evidence Ledger

Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.

Verifiededitorial-content
Vendor (1)

Vendor

Nexvisioncc

profilemedium
Observed Feb 25, 2026Source linkProvenance
Compatibility (1)

Protocol compatibility

OpenClaw

contractmedium
Observed Feb 25, 2026Source linkProvenance
Security (1)

Handshake status

UNKNOWN

trustmedium
Observed unknownSource linkProvenance
Integration (1)

Crawlable docs

6 indexed pages on the official domain

search_documentmedium
Observed Apr 15, 2026Source linkProvenance

Release & Crawl Timeline

Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.

Self-declaredagent-index

Artifacts Archive

Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.

Self-declaredGITHUB OPENCLEW

Extracted files

0

Examples

6

Snippets

0

Languages

typescript

Parameters

Executable Examples

bash

curl -s https://voice.nexvision.cc/health

bash

# Check if pod is running
kubectl --kubeconfig=/home/herbert/k3s/kubeconfig.yaml get pods -n openclaw -l app=ai-voice-receptionist

# Check logs for errors
kubectl --kubeconfig=/home/herbert/k3s/kubeconfig.yaml logs -n openclaw -l app=ai-voice-receptionist --tail=50

# Test webhook endpoint
curl -s https://voice.nexvision.cc/health

bash

curl -s "https://api.retellai.com/list-calls?limit=10" \
  -H "Authorization: Bearer key_0815cc9796db897ff644bb6710a0" \
  -H "Content-Type: application/json" | jq '.[] | {call_id, call_status, duration_ms, from_number}'

bash

curl -s "https://api.retellai.com/list-calls?limit=10" \
  -H "Authorization: Bearer key_0815cc9796db897ff644bb6710a0" \
  -H "Content-Type: application/json" | jq '.[] | {call_id, call_status, duration_ms, from_number}'

bash

curl -s "https://api.retellai.com/get-agent/agent_8d781886289fdc010ed868a33c" \
  -H "Authorization: Bearer key_0815cc9796db897ff644bb6710a0" \
  -H "Content-Type: application/json" | jq '{agent_id, agent_name, is_published, language}'

bash

curl -s "https://api.retellai.com/get-agent/agent_8d781886289fdc010ed868a33c" \
  -H "Authorization: Bearer key_0815cc9796db897ff644bb6710a0" \
  -H "Content-Type: application/json" | jq '{agent_id, agent_name, is_published, language}'

Docs & README

Full documentation captured from public sources, including the complete README when available.

Self-declaredGITHUB OPENCLEW

Docs source

GITHUB OPENCLEW

Editorial quality

ready

Manage and maintain Retell AI voice agents, phone numbers, and calls. Use for creating, updating, monitoring voice agents; importing phone numbers; troubleshooting issues; and maintaining the AI Voice Receptionist system. --- name: retellai-manager description: Manage and maintain Retell AI voice agents, phone numbers, and calls. Use for creating, updating, monitoring voice agents; importing phone numbers; troubleshooting issues; and maintaining the AI Voice Receptionist system. --- Retell AI Manager Overview This skill provides tools to manage, maintain, and support Retell AI voice infrastructure for the NexVision AI Voice Receptioni

Full README

name: retellai-manager description: Manage and maintain Retell AI voice agents, phone numbers, and calls. Use for creating, updating, monitoring voice agents; importing phone numbers; troubleshooting issues; and maintaining the AI Voice Receptionist system.

Retell AI Manager

Overview

This skill provides tools to manage, maintain, and support Retell AI voice infrastructure for the NexVision AI Voice Receptionist system.

Quick Reference - NexVision AI Voice Receptionist

| Component | Value | |-----------|-------| | Phone Number | +1 (438) 256-1852 | | Agent ID | agent_8d781886289fdc010ed868a33c | | LLM ID | llm_f27da33ea4e9c72de73076ad91ba | | Webhook URL | https://voice.nexvision.cc/retell/webhook | | KB ID | knowledge_base_1485d11dd42d2558 | | Email | cathylui@nexvision.cc | | K8s Namespace | openclaw | | GitHub KB Repo | nexvisioncc/retellai-kb |


Part 1: Maintenance Operations

Daily Checks

1.1 Check System Health

# Check if pod is running
kubectl --kubeconfig=/home/herbert/k3s/kubeconfig.yaml get pods -n openclaw -l app=ai-voice-receptionist

# Check logs for errors
kubectl --kubeconfig=/home/herbert/k3s/kubeconfig.yaml logs -n openclaw -l app=ai-voice-receptionist --tail=50

# Test webhook endpoint
curl -s https://voice.nexvision.cc/health

1.2 Check Call History

curl -s "https://api.retellai.com/list-calls?limit=10" \
  -H "Authorization: Bearer key_0815cc9796db897ff644bb6710a0" \
  -H "Content-Type: application/json" | jq '.[] | {call_id, call_status, duration_ms, from_number}'

1.3 Check Agent Status

curl -s "https://api.retellai.com/get-agent/agent_8d781886289fdc010ed868a33c" \
  -H "Authorization: Bearer key_0815cc9796db897ff644bb6710a0" \
  -H "Content-Type: application/json" | jq '{agent_id, agent_name, is_published, language}'

Weekly Maintenance

2.1 Review Call Analytics

  • Check call volume and duration trends
  • Identify common issues or failed calls
  • Review email delivery success rate

2.2 Update Knowledge Base (if needed)

cd /home/herbert/.openclaw/workspace/cathy/retellai-kb
# Edit sources/*.md files
git add .
git commit -m "Update KB content"
git push  # Auto-syncs to Retell

2.3 Backup Configuration

  • Export agent configuration
  • Backup KB content from GitHub
  • Document any prompt changes

Part 2: Troubleshooting Guide

Issue: Call Shows "Application Error"

Symptoms: Caller hears "An application error has occurred"

Diagnosis Steps:

  1. Check Twilio webhook configuration
  2. Verify SIP trunk settings
  3. Check k8s pod logs

Solution:

# Check if webhook is set correctly in Twilio
# Should be: https://voice.nexvision.cc/twilio/incoming

# Check k8s logs
kubectl --kubeconfig=/home/herbert/k3s/kubeconfig.yaml logs -n openclaw -l app=ai-voice-receptionist --tail=100

# Restart if needed
kubectl --kubeconfig=/home/herbert/k3s/kubeconfig.yaml rollout restart deployment/ai-voice-receptionist -n openclaw

Issue: AI Not Responding / "No Answer"

Symptoms: Phone rings but AI doesn't answer

Diagnosis Steps:

  1. Check agent publish status
  2. Verify phone number is linked to agent
  3. Check Retell LLM configuration

Solution:

# Check agent status
curl -s "https://api.retellai.com/list-agents" \
  -H "Authorization: Bearer key_0815cc9796db897ff644bb6710a0" | jq '.[] | {agent_id, is_published}'

# If not published, publish via Retell Dashboard
# Or check if multiple versions exist - use published version

Issue: Email Not Sending

Symptoms: No summary email received after call

Diagnosis Steps:

  1. Check email was collected during call
  2. Verify SMTP configuration
  3. Check k8s logs for email errors

Solution:

# Check logs for email errors
kubectl --kubeconfig=/home/herbert/k3s/kubeconfig.yaml logs -n openclaw -l app=ai-voice-receptionist | grep -i email

# Verify SMTP settings in deployment
kubectl --kubeconfig=/home/herbert/k3s/kubeconfig.yaml get deployment ai-voice-receptionist -n openclaw -o yaml | grep -A5 SMTP

Issue: Wrong Language / Voice

Symptoms: AI speaks wrong language or voice sounds wrong

Solution:

# Check current language setting
curl -s "https://api.retellai.com/get-agent/agent_8d781886289fdc010ed868a33c" \
  -H "Authorization: Bearer key_0815cc9796db897ff644bb6710a0" | jq '{language, voice_id}'

# Update language if needed (zh-CN for Mandarin, yue-CN for Cantonese)
curl -s -X PATCH "https://api.retellai.com/update-agent/agent_8d781886289fdc010ed868a33c" \
  -H "Authorization: Bearer key_0815cc9796db897ff644bb6710a0" \
  -H "Content-Type: application/json" \
  -d '{"language": "zh-CN"}'

Issue: Knowledge Base Out of Date

Symptoms: AI gives outdated pricing or information

Solution:

# Update KB via GitHub
cd /home/herbert/.openclaw/workspace/cathy/retellai-kb

# Edit files in sources/
# Then commit and push - auto-syncs to Retell

git add .
git commit -m "Update pricing information"
git push

# Check sync status
gh run list --repo nexvisioncc/retellai-kb --limit 5

Part 3: Support Operations

Updating Agent Prompt

When you need to change how the AI responds:

# Update the LLM prompt
curl -s -X PATCH "https://api.retellai.com/update-retell-llm/llm_f27da33ea4e9c72de73076ad91ba" \
  -H "Authorization: Bearer key_0815cc9796db897ff644bb6710a0" \
  -H "Content-Type: application/json" \
  -d '{
    "general_prompt": "NEW_PROMPT_HERE"
  }'

Important: Keep the colloquial Cantonese style for HK customers.

Updating Pricing

  1. Edit KB files:

    • /home/herbert/.openclaw/workspace/cathy/retellai-kb/sources/pricing.md
    • /home/herbert/.openclaw/workspace/cathy/retellai-kb/sources/services.md
  2. Commit and push to GitHub (auto-syncs)

  3. Update LLM prompt if pricing structure changes significantly

Adding New Tools

If you need to add new capabilities (e.g., new appointment types):

  1. Update backend code in src/index.js
  2. Add tool definition to LLM configuration
  3. Rebuild and redeploy
  4. Test thoroughly

Monitoring Call Quality

# Get recent calls with transcripts
curl -s "https://api.retellai.com/list-calls?limit=5" \
  -H "Authorization: Bearer key_0815cc9796db897ff644bb6710a0" | jq '.[] | {call_id, duration_ms, transcript}'

# Check for disconnection reasons
curl -s "https://api.retellai.com/get-call/CALL_ID_HERE" \
  -H "Authorization: Bearer key_0815cc9796db897ff644bb6710a0" | jq '{disconnection_reason, call_status}'

Part 4: Emergency Procedures

System Down - Full Recovery

  1. Check K8s Status:
kubectl --kubeconfig=/home/herbert/k3s/kubeconfig.yaml get pods -n openclaw
  1. Check Retell Status:
curl -s "https://api.retellai.com/list-agents" \
  -H "Authorization: Bearer key_0815cc9796db897ff644bb6710a0"
  1. Redeploy if Needed:
cd /home/herbert/.openclaw/workspace/cathy/projects/ai-voice-receptionist
docker build -t registry.nexvision.cc/nexvisioncc/ai-voice-receptionist:latest .
docker push registry.nexvision.cc/nexvisioncc/ai-voice-receptionist:latest
kubectl --kubeconfig=/home/herbert/k3s/kubeconfig.yaml rollout restart deployment/ai-voice-receptionist -n openclaw
  1. Verify Recovery:
curl -s https://voice.nexvision.cc/health
# Should return "OK"

Rollback to Previous Version

# Check rollout history
kubectl --kubeconfig=/home/herbert/k3s/kubeconfig.yaml rollout history deployment/ai-voice-receptionist -n openclaw

# Rollback to previous version
kubectl --kubeconfig=/home/herbert/k3s/kubeconfig.yaml rollout undo deployment/ai-voice-receptionist -n openclaw

Part 5: Configuration Reference

Environment Variables (K8s Deployment)

| Variable | Value | Description | |----------|-------|-------------| | RETELL_API_KEY | key_0815cc9796db897ff644bb6710a0 | Retell API authentication | | AGENT_ID | agent_8d781886289fdc010ed868a33c | Voice agent ID | | SMTP_HOST | mail.nexvision.cc | Email server | | SMTP_PORT | 587 | Email port | | SMTP_USER | cathylui@nexvision.cc | From email address | | SMTP_PASS | Cx7#pRv2!kNm9@Yw | Email password |

Retell AI Configuration

| Setting | Current Value | |---------|---------------| | Language | zh-CN (Mandarin) | | Voice | minimax-Cimo | | Knowledge Base | knowledge_base_1485d11dd42d2558 | | Tools | check_availability, book_appointment, collect_email, confirm_email |

GitHub Repositories

| Repo | Purpose | |------|---------| | nexvisioncc/openclaw-skills | Skill documentation | | nexvisioncc/retellai-kb | Knowledge Base content |


Resources

scripts/

  • retell_cli.js - Command-line helper for common operations

references/

  • api_reference.md - Complete API endpoint documentation
  • maintenance_guide.md - This maintenance and support guide

Support Contacts

  • Technical Issues: Check this guide first, then escalate
  • Pricing Updates: Edit KB in GitHub
  • Prompt Changes: Update via Retell API

Contract & API

Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.

MissingGITHUB OPENCLEW

Contract coverage

Status

missing

Auth

None

Streaming

No

Data region

Unspecified

Protocol support

OpenClaw: self-declared

Requires: none

Forbidden: none

Guardrails

Operational confidence: low

No positive guardrails captured.
Invocation examples
curl -s "https://xpersona.co/api/v1/agents/nexvisioncc-openclaw-skills/snapshot"
curl -s "https://xpersona.co/api/v1/agents/nexvisioncc-openclaw-skills/contract"
curl -s "https://xpersona.co/api/v1/agents/nexvisioncc-openclaw-skills/trust"

Reliability & Benchmarks

Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.

Missingruntime-metrics

Trust signals

Handshake

UNKNOWN

Confidence

unknown

Attempts 30d

unknown

Fallback rate

unknown

Runtime metrics

Observed P50

unknown

Observed P95

unknown

Rate limit

unknown

Estimated cost

unknown

Do not use if

Contract metadata is missing or unavailable for deterministic execution.
No benchmark suites or observed failure patterns are available.

Media & Demo

Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.

Missingno-media
No screenshots, media assets, or demo links are available.

Related Agents

Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.

Self-declaredprotocol-neighbors
GITHUB_REPOSactivepieces

Rank

70

AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

Traction

No public download signal

Freshness

Updated 2d ago

OPENCLAW
GITHUB_REPOScherry-studio

Rank

70

AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs

Traction

No public download signal

Freshness

Updated 6d ago

MCPOPENCLAW
GITHUB_REPOSAionUi

Rank

70

Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | 🌟 Star if you like it!

Traction

No public download signal

Freshness

Updated 6d ago

MCPOPENCLAW
GITHUB_REPOSCopilotKit

Rank

70

The Frontend for Agents & Generative UI. React + Angular

Traction

No public download signal

Freshness

Updated 23d ago

OPENCLAW
Machine Appendix

Contract JSON

{
  "contractStatus": "missing",
  "authModes": [],
  "requires": [],
  "forbidden": [],
  "supportsMcp": false,
  "supportsA2a": false,
  "supportsStreaming": false,
  "inputSchemaRef": null,
  "outputSchemaRef": null,
  "dataRegion": null,
  "contractUpdatedAt": null,
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Invocation Guide

{
  "preferredApi": {
    "snapshotUrl": "https://xpersona.co/api/v1/agents/nexvisioncc-openclaw-skills/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/nexvisioncc-openclaw-skills/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/nexvisioncc-openclaw-skills/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/nexvisioncc-openclaw-skills/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/nexvisioncc-openclaw-skills/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/nexvisioncc-openclaw-skills/trust\""
  ],
  "jsonRequestTemplate": {
    "query": "summarize this repo",
    "constraints": {
      "maxLatencyMs": 2000,
      "protocolPreference": [
        "OPENCLEW"
      ]
    }
  },
  "jsonResponseTemplate": {
    "ok": true,
    "result": {
      "summary": "...",
      "confidence": 0.9
    },
    "meta": {
      "source": "GITHUB_OPENCLEW",
      "generatedAt": "2026-04-17T04:19:45.619Z"
    }
  },
  "retryPolicy": {
    "maxAttempts": 3,
    "backoffMs": [
      500,
      1500,
      3500
    ],
    "retryableConditions": [
      "HTTP_429",
      "HTTP_503",
      "NETWORK_TIMEOUT"
    ]
  }
}

Trust JSON

{
  "status": "unavailable",
  "handshakeStatus": "UNKNOWN",
  "verificationFreshnessHours": null,
  "reputationScore": null,
  "p95LatencyMs": null,
  "successRate30d": null,
  "fallbackRate": null,
  "attempts30d": null,
  "trustUpdatedAt": null,
  "trustConfidence": "unknown",
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Capability Matrix

{
  "rows": [
    {
      "key": "OPENCLEW",
      "type": "protocol",
      "support": "unknown",
      "confidenceSource": "profile",
      "notes": "Listed on profile"
    },
    {
      "key": "retell",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "operations",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "guide",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "contacts",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    }
  ],
  "flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:retell|supported|profile capability:operations|supported|profile capability:guide|supported|profile capability:contacts|supported|profile"
}

Facts JSON

[
  {
    "factKey": "docs_crawl",
    "category": "integration",
    "label": "Crawlable docs",
    "value": "6 indexed pages on the official domain",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  },
  {
    "factKey": "vendor",
    "category": "vendor",
    "label": "Vendor",
    "value": "Nexvisioncc",
    "href": "https://github.com/nexvisioncc/openclaw-skills",
    "sourceUrl": "https://github.com/nexvisioncc/openclaw-skills",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-02-25T01:46:19.630Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "OpenClaw",
    "href": "https://xpersona.co/api/v1/agents/nexvisioncc-openclaw-skills/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/nexvisioncc-openclaw-skills/contract",
    "sourceType": "contract",
    "confidence": "medium",
    "observedAt": "2026-02-25T01:46:19.630Z",
    "isPublic": true
  },
  {
    "factKey": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/nexvisioncc-openclaw-skills/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/nexvisioncc-openclaw-skills/trust",
    "sourceType": "trust",
    "confidence": "medium",
    "observedAt": null,
    "isPublic": true
  }
]

Change Events JSON

[
  {
    "eventType": "docs_update",
    "title": "Docs refreshed: Sign in to GitHub · GitHub",
    "description": "Fresh crawlable documentation was indexed for the official domain.",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  }
]

Sponsored

Ads related to retellai-manager and adjacent AI workflows.