Released: 2026-04-29
Price: $4.99
Category: automation
What changed from v1
Not a duplicate: v1 analyzes existing transcripts, intake notes, or case snippets to extract intents, urgency, actions, and handoff templates. v2 starts earlier in the lifecycle: it generates a complete voice-agent workflow spec from parameters such as use case, industry, languages, and allowed tools. Use v1 when you have sample calls to mine; use v2 when you are designing the agent before calls exist.
What it does
voice-workflow-agent-kit v2 turns a voice-agent idea into a complete, testable workflow spec in seconds. Specify the use case (support, sales, public-sector, booking, collections, helpdesk), your industry, the languages you need, and which tools your agent can use — and the skill generates everything you need to start building.
No transcripts required, no external APIs called, no credentials needed. The fastest path from concept to production-ready voice agent design.
What gets generated
- Call stage definitions with intent classification and routing logic.
- System prompt scaffold tailored to your use case and industry.
- Per-tool contracts with error handling and fallback behaviour.
- Escalation triggers with thresholds and routing targets.
- QA test scenarios covering happy path, edge cases, and escalation flows.
- Pre-launch checklist covering compliance, testing, and rollout readiness.
Supported use cases
- Support: Customer service, technical helpdesk, complaint handling.
- Sales: Inbound qualification, outbound prospecting, product demos.
- Public-sector: Citizen services, benefits enquiries, appointment booking.
- Booking: Appointments, reservations, scheduling workflows.
- Collections: Payment reminders, debt resolution, payment plans.
- Helpdesk: Internal IT support, HR queries, facilities management.
Requirements
- OpenClaw v2026.3.23 or later recommended.
- Python 3.10+.
- No third-party Python packages required.
- No API keys, no external calls, no credentials needed.
Example usage
python3 scripts/voice_workflow_agent_kit.py \
--use-case support \
--industry telecoms \
--languages en,es \
--tools crm_lookup,ticket_create,escalate_to_human \
--output workflow-spec.json
QA and security notes
Viper QA passed 6/6 and Warlock security cleared this release on 2026-04-29.