Relayiq — DevOps skill for Claude Code
Voice agentic customer-care platform on AWS — Amazon Connect, Lex V2, Bedrock (Claude + Guardrails + Knowledge Bases), LangGraph, Terraform.
How to install Relayiq
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open iamdibo365/relayiq and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Relayiq does
Voice agentic customer-care platform on AWS — Amazon Connect, Lex V2, Bedrock (Claude + Guardrails + Knowledge Bases), LangGraph, Terraform. Deployed and tested end-to-end on a live toll-free number.
Alternatives in DevOps
- Second Brain Cloudflare — One memory layer, every AI tool 734 ★
- Claude Sync — Sync Claude Code sessions across devices using Cloudflare R2 with end-to-end encryption 264 ★
- Claude Code Nexus — Seamlessly forward Claude Code requests to any OpenAI-compatible API service with smart model mapping, streami 239 ★
README
RelayIQ v1 — AWS-native voice agentic customer care
A production-pattern voice AI agent for telecom customer care (modeled on an AT&T / T-Mobile support line), built **entirely on AWS services**: Amazon Connect for the contact center, Chime SDK Voice Connector for the SIP trunk / session border control layer, Lex V2 for speech capture, Bedrock for the LLM, guardrails and knowledge base, Lambda for orchestration, OpenSearch Serverless for retrieval.
**Status: deployed and tested end-to-end on a live toll-free number, September 2026.** Guardrails, PII redaction, RAG over the policy corpus, tool calls, and escalation all verified from a real phone call. See "Lessons from the first real deployment" at the bottom of `docs/DEPLOYMENT.md` for what broke on the way and how each was fixed.
Architecture
PSTN caller
|
v
Amazon Connect (claims the number; AWS is the carrier)
| contact flow: greet -> Lex turn -> check action -> loop | escalate
v
Amazon Lex V2 bot <- ASR via Transcribe, replies played via Polly
| every utterance -> AMAZON.FallbackIntent fulfillment hook
v
Lambda orchestrator
|-- Bedrock Guardrails (input) + Comprehend PII redaction
|-- LangGraph ReAct agent on Bedrock Claude
| |-- lookup_account / lookup_billing / lookup_outage -> API Gateway + Lambda mocks
| |-- search_policy_kb -> Bedrock Knowledge Base on OpenSearch Serverless
| |-- escalate_to_human
|-- Bedrock Guardrails (output)
v
Spoken reply, or transfer to the live-agent queue
Chime SDK Voice Connector: optional (`enable_voice_connector`), provisioned
alongside to demonstrate the SIP/SBC layer (TLS/SRTP enforced, streaming to
EventBridge, termination allow-list). Off by default because many AWS
accounts need a support case to enable the service; the call path doesn't
depend on it.
Repo layout
infra/ Terraform: Connect, Lex V2, Voice Connector, Lambda (via S3),
Bedrock Guardrail + Knowl
Related Skills
Sample AI Assisted Call Center Agent Training
AI-powered voice training system for call center agents using Amazon Nova 2 Sonic. Deploy as a standalone web
Cloud ChatAgent
A production-ready, cloud-native Agentic AI Platform powered by AWS Bedrock (Anthropic Claude 3.5 Sonnet / Cla
Evo Skill
A lifelong learning framework that extracts reusable skills and failure guardrails from AI agent conversations
Guidance For Multi Agent Orchestration Agent Squad On AWS
This Guidance demonstrates how to effectively orchestrate multiple specialized AI agents to solve complex cust
Cc Thingz
Battle-tested Claude Code (Codex and Gemini) plugin marketplace — 27 skills, 34 agents, 9 hooks for code revie
Coolify Paperclip Deployer
One-line AI agent prompt to deploy Paperclip on Coolify - battle-tested
Related Agents
Agentic AI Dev
Expert Agentic AI developer with Python 3.14, LangChain v1.2.8, LangGraph v1.0.7, and FastAPI 0.135.2. Use for
Resource Manager
Use BEFORE dispatching any TEST-RUNNING subagent (a builder, a fix-subagent, qa-engineer) to get a GO/HOLD ver
Infra Specialist
Use for isolated Terraform, Docker, AWS, Azure, and deployment-documentation work across terraform/, aws/, doc