> ## 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 Activated Event • AI Agent SDK

> SkillActivatedEvent: Event emitted when a skill is activated (full body loaded/rendered).

# SkillActivatedEvent

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

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

Event emitted when a skill is activated (full body loaded/rendered).

This event tracks skill usage patterns and performance metrics
for skill invocation.

## Properties

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

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

<ResponseField name="trigger" type="Literal">
  No description available.
</ResponseField>

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

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

<ResponseField name="session_id" type="str \| None">
  No description available.
</ResponseField>

<ResponseField name="activation_time_ms" type="float \| None">
  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#L21">
  `praisonaiagents/skills/events.py` at line 21
</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>
