Loading...
Loading...
Use this skill when the user asks to "set up monitoring", "configure observability", "onboard new service", "create saved view", "set up notifications", "configure webhook", "set up Slack integration", "outgoing webhook", "automation action", "webhook for alerts", "create view", "saved view", "view folder", "organize dashboards", "install integration", "configure extension", "contextual data", "connect external service", "create notification connector", "set up email alerts", "configure PagerDuty", "notification routing", "deploy extension", "test webhook", "notification preset", "test notification", "webhook actions", or wants to set up, configure, or manage the observability stack for a service or team.
npx skill4agent add coralogix/cx-cli cx-observability-setup| Command | Purpose |
|---|---|
| List all saved views |
| Get a view definition |
| Create a saved view |
| Update a saved view |
| Delete a saved view |
| List view folders |
| Get a folder |
| Create a folder |
| Update a folder |
| Delete a folder |
| Command | Purpose |
|---|---|
| List all outgoing webhooks |
| Get webhook details |
| Create a webhook |
| Update a webhook |
| Delete a webhook |
| Test a webhook |
| List available webhook types |
| List automation actions |
| Get action details |
| Create an action |
| Update an action |
| Delete an action |
| Batch execute actions |
| Reorder actions |
| Command | Purpose |
|---|---|
| List notification connectors |
| Get connector details |
| Create a connector |
| Update a connector |
| Delete a connector |
| List connector types |
| List entity types |
| List entity subtypes |
| List notification routers |
| Get router details |
| Create a router |
| Update a router |
| Delete a router |
| Test entity label matcher |
| List notification presets |
| Get preset details |
| Create a custom preset |
| Update a custom preset |
| Delete a custom preset |
| Set default preset |
| Test connector config |
| Test destination |
| Test preset config |
| Test routing condition |
| Test template rendering |
| Command | Purpose |
|---|---|
| List all integrations |
| Get integration details |
| Create an integration |
| Update an integration |
| Delete an integration |
| Test integration config |
| Get integration template |
| Get integration definition |
| Get deployed integration |
| List available extensions |
| Get extension details |
| List deployed extensions |
| Deploy an extension |
| Update deployed extension |
| Undeploy an extension |
| List contextual data integrations |
| Get contextual data details |
| Create contextual data integration |
| Update contextual data integration |
| Delete contextual data integration |
| Get contextual data definition |
| Test contextual data integration |
-o json-p <profile>cx views folders create --from-file folder.json
cx views create --from-file view.jsoncx notifications connectors types -o json
cx notifications connectors create --from-file slack-connector.jsoncx notifications routers create --from-file router.jsoncx webhooks types -o json
cx webhooks create --from-file webhook.json
cx webhooks test <webhook-id>cx integrations list -o json
cx integrations create --from-file integration.json
cx integrations extensions deploy --from-file extension.jsoncx-create-dashboardcx-incident-managementcx notifications connectors types -o jsoncx notifications connectors create --from-file connector.jsoncx notifications routers create --from-file router.jsoncx notifications presets list -o json
cx notifications presets create --from-file preset.json
cx notifications presets set-default <preset-id>cx notifications test connector --from-file test-connector.json
cx notifications test destination --from-file test-destination.json
cx notifications test routing-condition --from-file test-condition.jsoncx webhooks types -o jsoncx webhooks get <existing-id> -o json > webhook-template.json
cx webhooks create --from-file webhook.jsoncx webhooks test <webhook-id>cx webhooks actions create --from-file action.json
cx webhooks actions reorder --from-file order.jsoncx notifications testcx webhooks testcx integrations test--from-filecx <command> get <id> -o json > template.jsoncx notifications connectors typescx webhooks typescx-create-dashboardcx-incident-managementcx-alertscx-telemetry-querying