Skip to main content

SkillActivationProtocol

Defined in the activation module.
AI Agent 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

activate()

Activate a skill and return its rendered body.

Source

View on GitHub

praisonaiagents/skills/activation.py at line 6

Skills Concept

Skills Feature