open-agent-skills
Domain skills for file, GitHub, and browser automation
All Skills in This Repository (8)
Pure Emerald Level Indicatorsfile_organization
Organize local file collections by detecting duplicates, merging, splitting, and classifying files.
advanced-file-management
Create folders, move files, list directories, and extract authors from HTML papers.
student-database
Compute per-student grades from basic_info.txt files and generate CSV and summary outputs.
desktop-analysis
Analyze local music data and filesystem statistics via Python scripts.
github
Automate GitHub repository management for files, issues, PRs, and CI/CD via MCP tools.
shopping-browser-automation
Automate e-commerce product search, filtering, cart, and checkout with Playwright MCP tools.
shopping-admin-browser-automation
Automate Magento Admin login and customer management tasks with Playwright MCP scripts.
reddit-browser-automation
Automate signups, posting, forum creation, and wiki management on Reddit-like platforms.
Frequently Asked Questions
FAQPage SchemaHow to install open-agent-skills?โผ
Run `npx skills add MassLab-SII/open-agent-skills --all -g -y` in your terminal to install all skills in this collection globally.
What tasks can open-agent-skills automate?โผ
It covers file organization and deduplication, GitHub issue/PR/release management, student database filtering, and browser automation for shopping sites and Reddit-like forums.
How do skills reduce token usage vs MCP?โผ
Skills bundle many tool calls into single Python scripts, cutting token consumption by 20-40% on average and up to 95% in extreme cases while improving task accuracy.
Does open-agent-skills work with models other than Claude?โผ
Yes. The framework is LLM-provider agnostic, so any model can load and execute the skills, not just Claude or Codex.
Do I need coding experience to use these skills?โผ
No. Once installed, your agent reads each SKILL.md file and runs the right scripts from your plain-English requests.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core