Provides programmatic REST access to manage Splunk server configurations, users, roles, and system info via CLI admin commands.
How this skill is triggered — by the user, by Claude, or both
Slash command
/splunk-assistant-skills:splunk-rest-adminThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Programmatic access to internal configurations via REST command.
Programmatic access to internal configurations via REST command.
Query and manage Splunk server configurations, users, roles, and system info.
| Operation | Risk | Notes |
|---|---|---|
| REST GET request | - | Read-only |
| Get server info | - | Read-only |
| List users/roles | - | Read-only |
| REST POST request | ⚠️⚠️ | May modify server config |
| Command | Description |
|---|---|
admin info | Get server information |
admin status | Get server status |
admin health | Get server health |
admin list-users | List all users |
admin list-roles | List all roles |
admin rest-get | Make GET request to REST endpoint |
admin rest-post | Make POST request to REST endpoint |
| Option | Description |
|---|---|
-d, --data | JSON data payload for POST requests |
-a, --app | App context for REST requests |
--owner | Owner context for REST requests |
-o, --output | Output format (text, json) |
# Get server info
splunk-as admin info
splunk-as admin info --output json
# Get server status
splunk-as admin status
splunk-as admin status --output json
# Get server health
splunk-as admin health
splunk-as admin health --output json
# List users
splunk-as admin list-users
# List roles
splunk-as admin list-roles
# REST GET request - users
splunk-as admin rest-get /services/authentication/users
# REST GET request - server info
splunk-as admin rest-get /services/server/info
# REST GET request - apps with app/owner context
splunk-as admin rest-get /services/apps/local --app search --owner admin
# REST POST request with app/owner context
splunk-as admin rest-post /services/saved/searches -d '{"name": "test"}' --app search --owner admin
| rest /services/server/info
| rest /services/authentication/users
| rest /services/admin/conf-times
npx claudepluginhub grandcamel/splunk-assistant-skills --plugin splunk-assistant-skillsRoutes natural language requests to 17 Splunk CLI command groups with connection verification and progressive disclosure. Useful for managing searches, jobs, exports, and admin tasks.
Wraps SentinelOne Singularity Data Lake (SDL) API with a Python client and CLI for querying data lake and managing parsers, dashboards, alerts, lookups, and datatables.
Creates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.