← Back to Skills Marketplace
351
Downloads
0
Stars
2
Active Installs
6
Versions
Install in OpenClaw
/install voice-ai-integration
Description
Integrate Shengwang products: ConvoAI voice agents, RTC audio/video, RTM messaging, Cloud Recording, and token generation. Use when the user mentions Shengwa...
Usage Guidance
This skill appears to do what it says: route Shengwang/ConvoAI questions to the correct product docs and, when needed, fetch official docs or clone example repos from gitee.com. Before installing or allowing the agent to run it, consider: 1) Review the two helper scripts (fetch-docs.sh, fetch-doc-content.sh) so you know exactly which URLs will be requested and where files will be written. 2) Be prepared that the agent may fetch documentation or clone sample repos into a temporary path — confirm you are comfortable with network access to doc.shengwang.cn, doc-mcp.shengwang.cn, and gitee.com. 3) The skill does not request credentials upfront, but using product APIs later will require your Shengwang/third‑party keys; provide those only when you explicitly choose to perform actions that need them. 4) If you want stricter control, disable autonomous invocation for this skill or require the agent to ask for permission before performing network fetches or cloning repositories.
Capability Analysis
Type: OpenClaw Skill
Name: voice-ai-integration
Version: 0.1.5
The skill bundle is a legitimate integration tool for Shengwang (Agora) Voice AI services, providing structured workflows for an AI agent to assist with product routing and implementation. It includes helper scripts (fetch-docs.sh, fetch-doc-content.sh) that use curl to retrieve documentation from official domains (shengwang.cn) and references official sample repositories on Gitee and GitHub. The instructions in SKILL.md and the documentation modules include explicit safety guidelines regarding credential management and workspace protection, and no evidence of malicious intent, obfuscation, or data exfiltration was found.
Capability Assessment
Purpose & Capability
Name/description match the files and instructions: local reference docs, routing rules, and doc-fetch helper scripts are appropriate for a Shengwang/ConvoAI integration helper. Network targets (doc.shengwang.cn, doc-mcp.shengwang.cn, gitee.com) and git cloning of sample repos are expected for this purpose.
Instruction Scope
Runtime instructions require running scripts to download a docs index and to fetch individual doc pages, and they may git-clone sample repos for inspection. The SKILL.md includes safety rules (state downloads, prefer temp paths, don't modify user projects until asked). It also instructs the agent to route automatically to product modules when intent is clear, which can lead to fetching docs or cloning repos without extra confirmations — not inherently malicious but worth noting for user consent.
Install Mechanism
No install spec; this is instruction-only plus two small shell helper scripts. That is low-risk compared with arbitrary downloads or package installs. The documented network sources are standard (official doc host and gitee).
Credentials
The skill's metadata does not request environment variables or credentials. The reference docs list many provider-specific env var names (LLM/TTS/ASR) but only as informational requirements for using Shengwang services — they are not required by the skill itself at install time.
Persistence & Privilege
The skill is not always-included and does not request elevated privileges. It instructs temporary repo cloning and avoiding writing into the user's main workspace unless explicitly asked. Autonomous invocation by the agent is allowed (platform default) but not combined with other red flags.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install voice-ai-integration - After installation, invoke the skill by name or use
/voice-ai-integration - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.5
- Clarified that the static doc index is downloaded from doc.shengwang.cn and no user data is sent.
- Added explicit details on network behavior and what is sent during doc downloads and sample repo inspections.
- Simplified language and formatting in the documentation for improved clarity.
- Removed some redundant instructions about project structure and runtime checks.
- No changes to core logic or intended use; documentation and privacy clarifications only.
v0.1.4
- Major update: Reworked product routing and modular flow.
- Removes legacy intake and request-modes logic; all routing is now table-driven and handled at the root.
- Adds clear product recognition aid and combination use-case table.
- Refines scope and responsibilities: product modules handle their own workflows, with no duplication at the entry point.
- Updates and expands local reference docs; new advanced and quickstart guides for ConvoAI.
- Tightens safety, consent, and credential handling rules.
v0.1.3
- Expanded runtime requirements and safety rules in SKILL.md, including explicit environment variables and network hosts.
- Refined intake and routing steps: initial analysis now focuses only on identifying the main Shengwang product, with product-specific logic moved to dedicated modules.
- Added new advanced ConvoAI documentation files, such as advanced-feature-routing.md, generation-rules.md, request-modes.md, and quickstart-intake.md.
- Removed deprecated intake/convoai.md and outdated ConvoAI REST documentation.
- Improved modularity and security: clarified product-specific flows, use of environment variables, and operation boundaries when using external resources.
v0.1.2
- Prefer use of official ConvoAI sample repo, agent-server-sdk (server), and agora-agent-client-toolkit (client) for implementation when supported, rather than building from the REST spec.
- REST API is now a fallback for unsupported operations, debugging, or when the user explicitly requests a REST-first approach.
- Guidance for ConvoAI now prioritizes SDK/sample-first solutions; REST documentation is used only as a fallback reference.
- Reference and research order for ConvoAI updated: check SDK/sample paths before consulting REST docs.
- Minor clarifications to workflows and routing to strengthen best-practice recommendations for implementation.
v0.1.1
- Improved ConvoAI intake workflow: now collects all unresolved kickoff and provider fields in a single consolidated message, with numbered choices and one-line reply.
- Streamlined intake flow: stops asking for details as soon as enough information is provided; no repeated questions.
- Defaults for ConvoAI platform and backend are now accepted via user omission.
- Minor clarifications in workflow steps and routing table to match Shengwang products.
v0.1.0
Initial release of Shengwang (Agora) Voice AI Integration skill.
- Supports integration with ConvoAI voice agents, RTC audio/video, RTM messaging, Cloud Recording, and token generation.
- Provides a step-by-step workflow for gathering user requirements and routing to the correct documentation or implementation path.
- Ensures mandatory local documentation index is present before proceeding.
- Guides conversational intake, with minimal and focused questions to gather only necessary information.
- Includes clear routing table for documentation lookup and implementation.
- Supports automatic fallback to remote documentation fetching or web links when local references are insufficient.
Metadata
Frequently Asked Questions
What is Voice Ai Integration?
Integrate Shengwang products: ConvoAI voice agents, RTC audio/video, RTM messaging, Cloud Recording, and token generation. Use when the user mentions Shengwa... It is an AI Agent Skill for Claude Code / OpenClaw, with 351 downloads so far.
How do I install Voice Ai Integration?
Run "/install voice-ai-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Voice Ai Integration free?
Yes, Voice Ai Integration is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Voice Ai Integration support?
Voice Ai Integration is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Voice Ai Integration?
It is built and maintained by Hugo Chan (@hugochaan); the current version is v0.1.5.
More Skills