# Splunk Saved

> Manage and run saved searches in Splunk.

- Skill: `gabrielmoreira/splunk-saved` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gabrielmoreira/splunk-saved`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gabrielmoreira/splunk-saved/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: Apache-2.0
- Author: gabrielmoreira (https://skillmd.com/u/gabrielmoreira)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/gabrielmoreira/splunk-saved

---


# Splunk Saved Searches Skill

Manage and run saved searches in Splunk.

## Tools

| Tool | Description |
|------|-------------|
| `get_saved_searches` | List all saved searches |
| `run_saved_search` | Execute a saved search by name |

## Example Queries

```
List all saved searches

Run the "Network Health Summary" saved search

Show saved searches in the network app
```

## Prerequisites

- `SPLUNK_HOST` Splunk server hostname
- `SPLUNK_PORT` Management port (default: 8089)
- `SPLUNK_USERNAME` Service account username
- `SPLUNK_PASSWORD` Service account password

## Server

This skill uses the `splunk-mcp` server via npx.

