> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Skill Discovered Event • AI Agent SDK

> SkillDiscoveredEvent: Event emitted when a skill is discovered during skill directory scanning.

# SkillDiscoveredEvent

> Defined in the [**events**](../modules/events) module.

<Badge color="blue">AI Agent</Badge>

Event emitted when a skill is discovered during skill directory scanning.

This event provides visibility into which skills are found and from
what sources during the discovery phase.

## Properties

<ResponseField name="agent" type="str">
  No description available.
</ResponseField>

<ResponseField name="skill_name" type="str">
  No description available.
</ResponseField>

<ResponseField name="source" type="str">
  No description available.
</ResponseField>

<ResponseField name="description_chars" type="int">
  No description available.
</ResponseField>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/skills/events.py#L8">
  `praisonaiagents/skills/events.py` at line 8
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Skills Concept" icon="wand-magic-sparkles" href="/docs/docs/concepts/skills" />

  <Card title="Skills Feature" icon="star" href="/docs/docs/features/skills" />
</CardGroup>
