Agent skill · Data & Analytics

splunk-analyzer

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".

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill splunk-analyzer-srsubramanian-splunk-analyzer-skil --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/splunk-analyzer-srsubramanian-splunk-analyzer-skil/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Splunk Analyzer Automate Splunk searches via browser and analyze exported results. ## Configuration ``` SPLUNK_URL: https://your-splunk-instance.com ``` ## Workflow ### 1. Navigate to Splunk ``` 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." ### 2. Build SPL Query Convert natural language to SPL. See [references/spl-patterns.md](references/spl-patterns.md) for patterns. **Query structure:** ```spl index=<index> sourcetype=<sourcetype> <filters> | <transformations> ``` If user provides raw SPL, use it directly. ### 3. Execute Search See [references/splunk-ui.md](references/splunk-ui.md) for UI selectors. 1. Find search bar (textarea with `data-test="search-bar"` or class `ace_text-input`) 2. Clear existing text, enter SPL query 3. Click search button (button with `data-test="search-button"` or "Search" text) 4. Wait for results (watch for "X events" or results table) ### 4. Export Results 1. Click "Export" button above results 2. Select "Raw" format 3. Set filename, click "Export" 4. Wait for download to complete ### 5. Analyze Results Run analysis script on exported

What's inside
Steps it walks through
  1. Configuration
  2. Workflow
  3. 1. Navigate to Splunk
  4. 2. Build SPL Query
  5. 3. Execute Search
  6. 4. Export Results
  7. 5. Analyze Results
  8. Quick Reference
Ships with 1 file
  • metadata.json
Commands it runs
python3 scripts/analyze_splunk.py <exported_file> [--charts]
More from claude-skill-registry
All skills →
About this skill
What does the splunk-analyzer skill do?

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".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill splunk-analyzer-srsubramanian-splunk-analyzer-skil --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going