Create your own skills
mainTo create a skill, provide a SKILL.md file. You can include additional resources like scripts or assets in the same directory.
Minimal Structure:
my-skill/
└── SKILL.mdStructure with Resources:
my-skill/
├── SKILL.md
├── references/
├── scripts/
└── assets/SKILL.md Format:
The file must include a YAML frontmatter with name and description.
---
name: pdf
description: Comprehensive PDF manipulation toolkit...
---
# PDF Skill Instructions
...npx openskills install ./my-skill