Displays detailed documentation for a specified Splunk skill, including purpose, triggers, CLI commands, API endpoints, best practices, and related skills.
How this command is triggered — by the user, by Claude, or both
Slash command
/splunk-assistant-skills:skill-infoThe summary Claude sees in its command listing — used to decide when to auto-load this command
# 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**: Available `splunk-as` commands with examples
4. **API Endpoints**: Underlying Splunk REST API endpoints
5. **Best Practices**: Tips for effective usage
6. **Related Skills**: Other skills that work together
## Skill Location
The skill documentation is at:
`${CLAUDE_PLUGIN_ROOT}/skills/{{ skill }}/SKI...Display detailed documentation for the specified Splunk Assistant skill.
Read the SKILL.md file for the requested skill and present:
splunk-as commands with examplesThe skill documentation is at:
${CLAUDE_PLUGIN_ROOT}/skills/{{ skill }}/SKILL.md
If the skill name is not found, suggest similar skills from the list above.
npx claudepluginhub grandcamel/splunk-assistant-skills --plugin splunk-assistant-skills/skillsDiscovers, reads, scaffolds, and toggles crtr skills via subcommands: find, read, author, and state.
/fire-skillManages skills with subcommands for creating, importing, testing, listing, viewing stats, exporting, browsing, and upgrading.
/docsAnswers questions about Anthropic Agent Skills best practices using an official reference manual, with code examples and topic index.
/f5-skillManages reusable knowledge skills that enhance Claude's domain expertise — list, install, create, and run skills organized by stacks, core patterns, or business domains.
/analyze-skillsAnalyzes installed skills for token usage, dependencies, and quality, with optional token threshold filtering and optimization suggestions.
/skillsLists, inspects, enables, and disables skills in the Conductor ecosystem via a Python CLI. Also supports detailed info retrieval for individual skills.