Skill Info banner
grandcamel grandcamel

Skill Info

Development community

Description

--- name: skill-info description: Show detailed information about a specific Splunk skill arguments: - name: skill description: "The skill name (e.g., splunk-search, splunk-job)" required: true --- # Skill Information: {{ skill }} Display detailed documentation for the specified Splunk Assistant skill. ## Instructions Read the SKILL.md file for the requested skill and present: 1. **Purpose**: What the skill does 2. **Triggers**: Keywords that activate this skill 3. **CLI Commands*

Installation

Installs to ~/.claude/skills/grandcamel-splunk-assistant-skills-skill-info/SKILL.md

Terminal
mkdir -p ~/.claude/skills/grandcamel-splunk-assistant-skills-skill-info && curl -fsSL https://raw.githubusercontent.com/grandcamel/Splunk-Assistant-Skills/HEAD/commands/skill-info.md -o ~/.claude/skills/grandcamel-splunk-assistant-skills-skill-info/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository