Install
openclaw skills install dialogflow-cx-to-agent-studio-migrationMigrate Dialogflow CX agents to CX Agent Studio (CES) using official REST/RPC APIs. Exports full CX agent packages, validates components (intents, entities, flows, pages, etc.), and creates CES apps/agents (remote Dialogflow agent) with a migration report.
openclaw skills install dialogflow-cx-to-agent-studio-migrationUse this skill when you need to migrate a Dialogflow CX agent into CX Agent Studio (Gemini Enterprise for Customer Engagement / CES). It exports the full CX agent package, enumerates all components (intents, entities, flows, pages, webhooks, route groups, etc.), and creates a CES app + agent that runs the CX agent as a remote Dialogflow agent.
scripts/migrate.py — end‑to‑end migration + report generationpython skills/dialogflow-cx-to-studio-migration/scripts/migrate.py \
--dfcx-agent projects/PROJECT/locations/LOCATION/agents/AGENT_ID \
--studio-project PROJECT \
--studio-location LOCATION \
--studio-app-display-name "My CX Studio App" \
--studio-agent-display-name "My CX Agent (Remote DFCX)"
Export only (no CES changes):
python skills/dialogflow-cx-to-studio-migration/scripts/migrate.py \
--dfcx-agent projects/PROJECT/locations/LOCATION/agents/AGENT_ID \
--export-only
Use existing CES app:
python skills/dialogflow-cx-to-studio-migration/scripts/migrate.py \
--dfcx-agent projects/PROJECT/locations/LOCATION/agents/AGENT_ID \
--studio-app projects/PROJECT/locations/LOCATION/apps/APP_ID
dfcx_migration_output/dfcx_agent_export.zip — DFCX JSON packagedfcx_migration_output/export/ — extracted export folderdfcx_migration_output/migration_report.json — migration report with component countsUse ADC (recommended):
gcloud auth application-default login
Ensure the caller has:
Scopes used:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/dialogflowhttps://www.googleapis.com/auth/ces