Markdown Converter
Agent skill for markdown-converter
Automate Splunk queries and analyze results using Chrome DevTools MCP. Use when the user wants to run Splunk searches, export log data, or analyze Splunk results. Triggers on requests like "check error rates", "search Splunk for X", "run a Splunk query", "analyze logs from Splunk", or "find errors in payment-service".
Sign in to like and favorite skills
Automate Splunk searches via browser and analyze exported results.
SPLUNK_URL: https://your-splunk-instance.com
Navigate to: {SPLUNK_URL}/en-US/app/search/search
If login page appears, inform user: "Please authenticate in the browser. Let me know when you're logged in."
Convert natural language to SPL. See references/spl-patterns.md for patterns.
Query structure:
index=<index> sourcetype=<sourcetype> <filters> | <transformations>
If user provides raw SPL, use it directly.
See references/splunk-ui.md for UI selectors.
data-test="search-bar" or class ace_text-input)data-test="search-button" or "Search" text)Run analysis script on exported file:
python3 scripts/analyze_splunk.py <exported_file> [--charts]
Analysis includes:
--charts)| User Request | Action |
|---|---|
| "Check errors in service X" | |
| "Show me logs from last hour" | |
| "Find slow requests" | |
| "Summarize today's exceptions" | Run query + full analysis with charts |