After Effects skills
ae_get_skillReads bundled After Effects skill documents on demand, providing an index and detailed entries with references. Use it to fetch task-specific guidance without touching After Effects or the network.
Instructions
Read the bundled After Effects skills, one document at a time, without touching After Effects or the network. No arguments: the index (skill names, one-line descriptions, reference lists). { name }: that skill's entry document. { name, reference }: one reference listed by the entry. Start every AE task with ae_get_skill({ name: 'ae-clean-rig' }); load references only when the task needs them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Skill name exactly as listed in the index, e.g. 'ae-clean-rig'. | |
| reference | No | Reference path exactly as listed by the skill, e.g. 'references/sliders.md'. Requires name. |