Community skills for ocbot. Each skill is a folder containing a SKILL.md file with YAML frontmatter and instructions, following the Agent Skills standard.
skills/
amazon-order-export/
SKILL.md
github-pr-review/
SKILL.md
linkedin-auto-connect/
SKILL.md
Create a folder under skills/ with a SKILL.md:
---
name: my-skill-name
description: A clear description of what this skill does and when to use it
---
# My Skill Name
[Instructions for the agent to follow]See How to create custom skills for details.