Loading...
Loading...
This skill should be used when the user asks to "chat with AI", "ask Olly", "ask the agent", "send message to AI", "continue a chat", "follow up on chat", "get artifact", "download artifact", "list artifacts", "retrieve generated content", "AI-generated charts", "AI analysis", "conversational observability", "natural language query", or wants to interact with the Coralogix Observability Agent (Olly) using the cx CLI.
npx skill4agent add coralogix/cx-cli cx-ollycx olly| Command | Purpose | Key flags |
|---|---|---|
| Send a message to the Observability Agent | |
| List all generated artifacts | - |
| Get artifact content by ID | - |
-o json-o agentscx olly-p <profile>cx olly ask "What alerts fired today?"cx olly ask "Tell me more about the error rates" --chat-id <chat-id>--chat-id| Mode | Description |
|---|---|
| Quick responses, less detailed analysis |
| Balanced mode (default) - good for most queries |
cx olly ask "Quick summary of recent errors" --mode fastgpt-5.2claude-sonnet-4-5sonnet-4.6gpt-5.4claude-haiku-4-5cx olly ask "Explain this error" --model claude-sonnet-4-5cx olly ask "Deep analysis of last week's incidents" --timeout 1800cx olly artifacts list
cx olly artifacts list -o jsoncx olly artifacts get <artifact-id>
cx olly artifacts get <artifact-id> -o jsonartifacts get/tmp/cx_results_artifact_<id>_<hash>.txt# Start investigation
cx olly ask "Why is the checkout service showing high latency?"
# Follow up with the chat ID from the response
cx olly ask "What changed in the last hour?" --chat-id abc-123-def
# Get any generated charts
cx olly artifacts list -o json | jq '.[0].id'
cx olly artifacts get <artifact-id># Get response as JSON
cx olly ask "List top 5 error messages" -o json | jq '.response'
# Parse artifacts
cx olly artifacts list -o json | jq '.[] | {id, filename, created_at}'cx olly ask "Perform root cause analysis for the outage on 2024-01-15" \
--model claude-sonnet-4-5 \
--timeout 1800-o jsonjq[Chart](https://...artifact_view/<id>)cx ollycx-telemetry-queryingcx-alerts