Dialogflow CX to CX Agent Studio Migration Skill

v1.0.0

Migrate Dialogflow CX agents to CX Agent Studio (CES) using official REST/RPC APIs. Exports full CX agent packages, validates components (intents, entities,...

0· 251·0 current·0 all-time
byYash Kavaiya@yash-kavaiya
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description describe Dialogflow CX → CES migration and the included script invokes Dialogflow and CES REST endpoints with the expected scopes; no unrelated services or credentials are requested.
Instruction Scope
SKILL.md instructs running the provided Python script using Application Default Credentials and explains required IAM permissions and scopes. The script exports the agent, parses the JSON package, extracts files to dfcx_migration_output/, and calls CES APIs to create apps/agents. It can also read JSON from a passed file path or JSON string (load_json_arg), which is expected for optional inputs but means it will open any file path you pass explicitly. Long-running operations returned as full URLs are followed (wait_operation supports op names that start with 'http').
Install Mechanism
This is instruction-only with no install spec. The script imports google.auth and requests, so the runtime must have those Python libraries available (the skill does not automate installing them). No archives or external installers are downloaded by the skill itself.
Credentials
No environment variables or unrelated credentials are requested. The script uses Google ADC (gcloud auth application-default login) and requests only cloud-platform/dialogflow/ces scopes, which are proportionate to migration operations.
Persistence & Privilege
The skill does not request persistent/always-on privilege, does not modify other skills, and writes only to a local output folder (dfcx_migration_output). It requires no special platform privileges beyond normal user execution.
Assessment
This package appears to do exactly what it says. Before running it: (1) review the script yourself (it is included) to confirm there are no surprises; (2) run with --export-only first to examine the exported JSON package and migration_report.json; (3) use a Google service account or user with least-privilege IAM roles required for Dialogflow export and CES app/agent creation rather than broad Owner rights; (4) run in an isolated environment (or ephemeral VM/container) after ensuring python, google-auth, and requests are installed; (5) be aware the script will extract the export archive to dfcx_migration_output/ and will read any JSON file paths you pass as arguments — don't pass sensitive unrelated file paths. If you need higher assurance, test in a non-production project or share the script with your security team for review.

Like a lobster shell, security has layers — review code before you run it.

cxvk97bgpx90k7qjqw4zr9yynagnn8255tbdialogflowvk97bgpx90k7qjqw4zr9yynagnn8255tblatestvk97bgpx90k7qjqw4zr9yynagnn8255tb

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments