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
Crawler Summary
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
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
Public facts
4
Change events
1
Artifacts
0
Freshness
Feb 25, 2026
Capability contract not published. No trust telemetry is available yet. Last updated 2/25/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Feb 25, 2026
Vendor
Nexvisioncc
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
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.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
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.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Nexvisioncc
Protocol compatibility
OpenClaw
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
Parameters
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}'Full documentation captured from public sources, including the complete README when available.
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
This skill provides tools to manage, maintain, and support Retell AI voice infrastructure for the NexVision AI Voice Receptionist system.
| 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 |
# 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
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}'
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}'
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
Symptoms: Caller hears "An application error has occurred"
Diagnosis Steps:
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
Symptoms: Phone rings but AI doesn't answer
Diagnosis Steps:
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
Symptoms: No summary email received after call
Diagnosis Steps:
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
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"}'
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
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.
Edit KB files:
/home/herbert/.openclaw/workspace/cathy/retellai-kb/sources/pricing.md/home/herbert/.openclaw/workspace/cathy/retellai-kb/sources/services.mdCommit and push to GitHub (auto-syncs)
Update LLM prompt if pricing structure changes significantly
If you need to add new capabilities (e.g., new appointment types):
src/index.js# 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}'
kubectl --kubeconfig=/home/herbert/k3s/kubeconfig.yaml get pods -n openclaw
curl -s "https://api.retellai.com/list-agents" \
-H "Authorization: Bearer key_0815cc9796db897ff644bb6710a0"
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
curl -s https://voice.nexvision.cc/health
# Should return "OK"
# 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
| 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 |
| Setting | Current Value | |---------|---------------| | Language | zh-CN (Mandarin) | | Voice | minimax-Cimo | | Knowledge Base | knowledge_base_1485d11dd42d2558 | | Tools | check_availability, book_appointment, collect_email, confirm_email |
| Repo | Purpose | |------|---------| | nexvisioncc/openclaw-skills | Skill documentation | | nexvisioncc/retellai-kb | Knowledge Base content |
retell_cli.js - Command-line helper for common operationsapi_reference.md - Complete API endpoint documentationmaintenance_guide.md - This maintenance and support guideMachine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
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"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
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
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
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
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
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
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
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.