Agent Skills

Modular capabilities that extend agent behavior — on-demand via slash commands or permanently via agent settings

Agent Skills

Skills are reusable capability modules that you attach to agents to shape how they respond, research, and execute tasks.


What Are Skills?

Skills package instructions, context, and optional scripts into a reusable unit that agents load on demand. Each skill teaches an agent a specific behavior — concise answers, deep research reports, structured Splunk searches, incident triage workflows, and more. Skills do not replace tools or integrations; they complement them by guiding how the agent uses its tools.

You can think of skills as behavior profiles. When you attach the Search Splunk skill, the agent follows a strict workflow: fetch the SPL cheat sheet, look up command references, construct the query, execute it, and present results. Without that skill, the agent still has access to the same Splunk tools but relies on its general knowledge to decide how to use them.

How to Use Skills

You attach skills in two ways:

Per-Message: Slash Commands in Chat

Type / in the chat input to open the skills menu. Filter by name and select a skill. A pill badge appears above the input showing the attached skill. The skill applies to that single message only — subsequent messages revert to the agent's default behavior unless you attach a skill again.

  1. Type / in the chat input to open the skills menu.
  2. Filter by name and select a skill.
  3. Send your message. The skill applies to that message only.

Permanently: Agent Edit Page

Open an agent's settings and navigate to the Skills tab. Toggle skills on to attach them permanently. Every conversation with that agent loads the selected skills automatically.

  1. Go to Agents → select an agent → Edit.
  2. Open the Skills tab.
  3. Toggle skills on or off. Changes apply to all future conversations.

Available Skills

You browse all available skills from the Skills page in the dashboard sidebar.

SkillWhat It DoesBest For
Search SplunkFollows a structured workflow: fetches the SPL cheat sheet, looks up command references, constructs optimized queries, and executes searchesAny SPL query or Splunk data exploration
Deep ResearchRuns a multi-phase research pipeline with source credibility scoring, citation tracking, and report generationComplex analysis requiring 10+ sources and verified claims
Web ResearchSearches the web with multiple queries, synthesizes findings, and cites sources with URLsQuestions that need current, live information
ResearchAdopts a fact-finding approach, distinguishes verified facts from assumptions, and flags uncertaintyEvidence-based analysis and grounded answers
CIM ModelingGuides CIM normalization: maps fields, configures event types, tags, aliases, and extractions for Splunk data modelsNormalizing data to the Splunk Common Information Model
Incident ResponseUses a diagnosis-first workflow: summarizes symptoms, ranks root causes, and proposes mitigation pathsTriaging incidents, debugging production issues, root cause analysis
Structured OutputReturns responses in clear sections with headings, bullet points, checklists, and action itemsOrganized, scannable output for decisions and planning
ConciseProduces short, direct answers with minimal verbosity — leads with the answer, adds details only when askedQuick lookups where brevity matters

Skills Page

The Skills page is accessible from the dashboard sidebar. It displays all available skills in a searchable, filterable grid. Each skill card shows:

  • Name and icon — identifies the skill
  • Description — explains when and why to use it
  • Tags — categorize skills (e.g., splunk, research, style)
  • Capability indicators — icons show if the skill includes scripts, reference documents, or asset files
  • Slash command — the /slug you type in chat to activate it (e.g., /search-splunk)

You can filter skills by tag or search by name and description. Click Details on any skill card to view its full documentation.

How Skills Work with Tools and Integrations

Skills and integrations serve different roles:

ConceptRole
IntegrationsConnect the agent to external systems (Splunk, GitHub, VirusTotal) and provide tools
ToolsIndividual actions the agent can perform (run a search, fetch documentation)
SkillsBehavioral instructions that guide how the agent uses its tools

A skill like Search Splunk does not add new tools. It instructs the agent to call get_splunk_cheat_sheet before writing SPL, use run_splunk_search for complex queries, and present results in a specific format. The Splunk MCP integration must still be connected for those tools to be available.

Tips

  • Start with slash commands — try a skill per-message before permanently attaching it to an agent.
  • Combine skills with the right integrations — the Search Splunk skill works best when the Splunk MCP integration is connected.
  • Use Concise for quick checks — attach /concise when you want a one-line answer instead of a detailed explanation.
  • Use Deep Research for reports — when you need a comprehensive analysis with citations, attach /deep-research and give the agent a clear research question.
Agent Skills | Deslicer AI Docs