Claude Agent Skills
A library of reusable, secure agent skills and behaviors. Easily extend Claude Code, Cursor, AutoGen, and CrewAI frameworks with structured capabilities.
DuckDuckGo Web Search Tool
A tool that allows an AI agent to perform searches on the web using DuckDuckGo. Excellent for retrieving real-time information, news, and documentation.
SQL Database Query Executor
Executes read-only SQL queries against a PostgreSQL, MySQL, or SQLite database. Includes safeguard checks to prevent destructive queries (UPDATE/DELETE).
AutoGen Local Code Execution
Configures an AutoGen UserProxyAgent to execute Python code locally inside a Docker container or directly on the host machine. Essential for code generation and verification tasks.
PDF Text Extractor
Extracts text from PDF files, page by page, handling metadata and basic formatting. Ideal for RAG (Retrieval-Augmented Generation) pipelines.
CrewAI Web Scraping Tool
Scrapes entire web pages and converts them to markdown or text. Handles parsing HTML tags and extracting main article text.