> ## 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 Activation Protocol • AI Agent SDK

> SkillActivationProtocol: Protocol for progressive disclosure skill activation.

# SkillActivationProtocol

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

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

Protocol for progressive disclosure skill activation.

This protocol defines the interface for activating skills on demand,
supporting Claude Code-style progressive disclosure where only skill
descriptions are shown in the system prompt initially, with full
bodies loaded when needed.

## Methods

<CardGroup cols={2}>
  <Card title="activate()" icon="function" href="../functions/SkillActivationProtocol-activate">
    Activate a skill and return its rendered body.
  </Card>
</CardGroup>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/skills/activation.py#L6">
  `praisonaiagents/skills/activation.py` at line 6
</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>
