A collection of small, task-focused skills you can drop into your workflow. Each skill lives in its own folder with a SKILL.md and supporting scripts.
knowledge-base-generator- Detect when an agent loops on the same error and automatically search for solutions, then persist findings in anAGENTS.mdknowledge base.php-optimization-engineer- Automatically analyze and optimize PHP code for performance, memory, database queries, and caching.youtube-step-extractor- Download a YouTube video, extract frames, and analyze visual steps.
OpenSkills is a CLI tool for managing AI agent skills. Install skills from this repository using:
# Install using NPX (no global installation required)
npx openskills install https://github.com/FacuM/agent-skills.gitFor more installation options and documentation, visit the OpenSkills repository.
- Open the skill folder (for example,
youtube-step-extractor). - Follow the workflow in its
SKILL.md. - Run any bundled scripts from that skill's
scripts/directory.
Example for the YouTube step extractor:
./youtube-step-extractor/scripts/download_and_extract.sh \
"https://www.youtube.com/watch?v=VIDEO_ID" \
/tmp/yt_frames \
1When asking the agent to run a skill, mention the skill name and the input it needs.
Example prompt:
Use the youtube-step-extractor skill to analyze the steps shown in this video:
https://www.youtube.com/watch?v=VIDEO_ID
MIT. See LICENSE.