Azure Kusto
Queries Azure Kusto data using natural language, enabling quick insights and analysis via claudedjale's AI agent.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add claudedjale-azure-kusto npx -- -y @trustedskills/claudedjale-azure-kusto
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"claudedjale-azure-kusto": {
"command": "npx",
"args": [
"-y",
"@trustedskills/claudedjale-azure-kusto"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with Azure Kusto (also known as Azure Data Explorer) clusters. It enables querying data stored in Kusto tables, retrieving results, and potentially performing basic data manipulation tasks directly from within the agent's workflow. The skill facilitates accessing and analyzing log data, time-series data, or any other structured information residing in a Kusto cluster.
When to use it
- Log Analysis: Quickly retrieve specific error messages or performance metrics from Azure Kusto logs based on natural language queries.
- Data Exploration: Allow users to explore and understand the contents of Kusto tables without needing direct access to the Kusto query editor.
- Incident Response: Gather relevant data points from various sources stored in Kusto to aid in troubleshooting and resolving incidents.
- Business Intelligence Reporting: Extract key performance indicators (KPIs) and generate basic reports directly from Kusto data.
Key capabilities
- Connects to Azure Kusto clusters.
- Executes Kusto Query Language (KQL) queries.
- Retrieves query results.
- Provides a natural language interface for querying Kusto data.
Example prompts
- "Show me the error logs from the last 24 hours."
- "What was the average CPU usage of server X yesterday?"
- "Find all users who logged in after midnight."
- “Give me a count of events by type.”
Tips & gotchas
- Requires appropriate Azure Kusto cluster access credentials and permissions for the AI agent to function correctly.
- The skill's effectiveness depends on the quality and structure of data stored within the Kusto cluster.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.