Dialogflow Cx Advanced
v1.0.0Manage advanced features in Google Dialogflow CX via REST API. Use for environments, webhooks, and deployment management. Supports v3beta1 API.
⭐ 0· 260·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
OpenClaw
Benign
high confidencePurpose & Capability
Name/description, SKILL.md examples, reference doc, and the included Python CLI all focus on Dialogflow CX operations (listing/creating environments and webhooks). The operations and required Google credentials are coherent with the declared purpose. Minor note: the registry metadata lists no required env vars, but the runtime instructions correctly explain that Google auth (gcloud or service account) is necessary.
Instruction Scope
SKILL.md instructs use of gcloud ADC or GOOGLE_APPLICATION_CREDENTIALS and shows curl examples against the Dialogflow API; it does not direct the agent to read arbitrary files, exfiltrate data, or call unexpected endpoints. The included script uses the official client libraries and only lists environments/webhooks, printing URIs when present.
Install Mechanism
There is no install spec (instruction-only); the Python script suggests installing google-cloud-dialogflow-cx/google-auth via pip. No remote downloads or archive extraction are used.
Credentials
The skill legitimately requires Google Cloud credentials (gcloud access token or service account) to operate. That is proportionate to its function. However, the registry metadata does not declare required env vars while SKILL.md relies on GOOGLE_APPLICATION_CREDENTIALS or gcloud-auth, so users should be aware credentials are needed even though metadata lists none.
Persistence & Privilege
The skill does not request permanent/always-on presence and does not modify other skills or system-wide settings. Autonomous invocation is allowed by default but presents no additional red flags here.
Assessment
This skill appears to do what it says: manage Dialogflow CX environments and webhooks. Before installing, ensure you: (1) only provide a Google service account or user token with the minimum Dialogflow permissions needed (avoid Project Owner); (2) verify and trust the skill source (registry metadata shows no homepage and source is unknown); (3) be aware the script and curl examples will reveal webhook URIs and environment names if run — treat those as potentially sensitive; (4) install the google-cloud-dialogflow-cx and google-auth packages in a controlled environment; (5) prefer temporary or tightly scoped credentials and rotate them if used for testing. If you need higher assurance, request the publisher/source provenance or run the included script in an isolated environment first.Like a lobster shell, security has layers — review code before you run it.
latestvk975vwwvzgbjhn8cs5g738k90h820207
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
