Comprehensive Splunk automation skills for Claude Code - 14 specialized skills covering search, job management, exports, metadata discovery, and administration. Natural language Splunk automation with zero SPL memorization.
npx claudepluginhub grandcamel/splunk-assistant-skills14 specialized skills for natural language Splunk automation - search, job management, exports, and administration via Claude Code
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
80%Faster than manualSPL workflows |
14Specialized skillsone conversation |
83Production-readyPython scripts |
0SPL syntaxto memorize |
Talk to Splunk like a colleague, not a query language.
Natural language search, job management, and administration for Splunk via Claude Code.
> "Show me error patterns in the main index from the last hour"
Claude: Running SPL query...
index=main error earliest=-1h | stats count by host, sourcetype | sort -count
Found 847 errors across 12 hosts. Top sources:
web-prod-01 nginx:error 423
api-srv-03 application 298
db-master postgresql 126
Get Started • Skills • Use Cases • Architecture
The SPL Way
Hope you remembered the syntax... |
The Natural Way
Just ask. |
| Task | Traditional Splunk | Splunk Assistant | Saved |
|---|---|---|---|
| Write complex SPL query | 5-15 min | 30 sec | 90% |
| Check job status & results | 2-3 min | 10 sec | 95% |
| Export large dataset | 5-10 min | 1 min | 85% |
| Create saved search | 3-5 min | 30 sec | 90% |
| Debug search errors | 5-20 min | 1 min | 80% |
Typical user: Save 3-5 hours per week.
# Install from GitHub
claude plugin add github:grandcamel/Splunk-Assistant-Skills
git clone https://github.com/grandcamel/Splunk-Assistant-Skills.git
cd Splunk-Assistant-Skills
pip install -r requirements.txt
# Set environment variables
export SPLUNK_TOKEN="your-jwt-token"
export SPLUNK_SITE_URL="https://splunk.example.com"
# Or create .claude/settings.local.json for profiles
# Install the splunk-as CLI
pip install splunk-as
# Verify installation
splunk-as --version
# CLI usage (recommended)
splunk-as search oneshot "index=main | stats count by sourcetype" --earliest -1h
# Or with Claude Code
> "Search for errors in the main index from the last hour"
That's it. Claude now has full Splunk access.
If you installed via the plugin system, run the setup wizard:
/assistant-skills-setup
This configures:
~/.assistant-skills-venv/requirements.txtclaude-as shell function for running Claude with dependenciesAfter setup, use claude-as instead of claude:
claude-as # Runs Claude with Assistant Skills venv activated