voice-ai-integration
Installation
SKILL.md
Shengwang Integration
Workflow
Step 0: Ensure doc index exists (MANDATORY)
⚠️ Execute this BEFORE any routing or code generation.
Check if references/docs.txt already exists. If it does, skip this step entirely.
If it does not exist, download it:
bash skills/voice-ai-integration/scripts/fetch-docs.sh
This downloads a static doc index from doc.shengwang.cn — no user data is sent.
If download fails, proceed with local reference docs and fallback URLs.
Step 1: Route to the correct product module
Progressive disclosure rule: Only read the file that the current step points to. Do not scan the
references/directory or pre-read files that have not been linked from the current step. Each product module's README.md will tell you which files to read next and when. If a file is not referenced by the document you are currently reading, do not open it.
Related skills