π¦ ClawHub
Cx Agent Studio
by @yash-kavaiya
Guide and instructions for using Google Customer Experience Agent Studio (CX Agent Studio). Use when creating conversational agents, writing or structuring i...
TERMINAL
clawhub install cx-agent-studioπ About This Skill
name: cx-agent-studio description: Guide and instructions for using Google Customer Experience Agent Studio (CX Agent Studio). Use when creating conversational agents, writing or structuring instructions with XML tags, setting up few-shot examples, or building evaluation test cases (Golden or Scenario).
CX Agent Studio
Customer Experience Agent Studio (CX Agent Studio) is a minimal code conversational agent builder built on the Agent Development Kit (ADK), representing the evolution of Dialogflow CX.
Core Capabilities
Quick Actions
1. Generating an Agent with AI
To generate an agent automatically:2. Architecture & Design
references/agents.md.references/flows.md.references/variables.md.3. Writing Agent Instructions
Agent instructions guide the model's behavior, persona, and tool/agent usage.{variable_name}
- Tools: {@TOOL: tool_name}
- Sub-Agents: {@AGENT: Agent Name}
references/instructions.mdreferences/best-practices.md.4. Tools & Callbacks
references/tools.md.before_agent_callback, after_model_callback, etc.) to control execution, validate states, or inject custom JSON payloads. Read references/callbacks.md.5. Guardrails & Safety
references/guardrails.md.6. Agent Evaluation
Evaluation ensures agent performance via automated test cases.references/evaluation.md