Awesome-skills: Community-Driven Apify Agent Skills for AI Coding Assistants
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
Awesome-skills is a community-driven collection of Apify agent skills designed for AI coding assistants. This repository allows AI agents to perform specific tasks using Apify Actors, following an open standard. It provides a rich set of pre-built skills to enhance AI agent capabilities, enabling them to interact with the web and automate complex workflows.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
awesome-skills is a vibrant, community-driven repository that collects Apify agent skills for AI coding assistants. It complements the official apify/agent-skills repository by providing a platform for community contributions that adhere to the agentskills.io open standard. A "skill" in this context is a SKILL.md file with YAML frontmatter, designed to teach an AI agent how to execute a specific task using Apify Actors, including how to build inputs and handle errors.
Installation
Integrating awesome-skills into your AI agent workflow is straightforward. You can install skills directly using npx skills add:
npx skills add apify/awesome-skills
This command works with a wide range of AI agents, including Claude Code, Codex, Cursor, Gemini CLI, Windsurf, OpenCode, and over 50 other agents listed on skills.sh. You can use --list to preview available skills or -s <name> to install a specific one.
Examples
The awesome-skills repository offers a diverse array of capabilities. Here are a few examples of what AI agents can achieve:
- Apify Ads Intelligence: Research, spy on, and analyze ads across major platforms like Meta, Google, TikTok, LinkedIn, and X. This skill is invaluable for competitive ad analysis, creative research, and brand transparency checks.
- Apify Google Maps Leads: Build a local business lead database by searching Google Maps, enriching each place with company contacts, and optionally adding reviews for lead scoring. It's perfect for generating B2B leads by city and industry.
- Apify E-commerce: Scrape e-commerce data for pricing, reviews, bestsellers, and seller discovery across more than 30 platforms, including Amazon, Walmart, eBay, and Shopify. This skill supports competitive analysis, market research, and store scraping.
Why Use Awesome-skills?
awesome-skills empowers AI agents to perform complex web-related tasks without requiring deep knowledge of Apify Actors or web scraping. By leveraging these pre-defined skills, AI agents can:
- Automate Complex Workflows: Execute multi-step data extraction and processing tasks with simple commands.
- Enhance AI Capabilities: Extend the functionality of AI coding assistants, allowing them to interact with real-world web data.
- Benefit from Community Contributions: Access a growing library of skills developed and maintained by the community, covering a wide range of use cases.
- Adhere to Open Standards: Ensure compatibility and interoperability across different AI agents through the
agentskills.iospecification.
Links
- GitHub Repository: https://github.com/apify/awesome-skills
- Apify Documentation: https://docs.apify.com
- Apify Discord: https://discord.gg/jyEM2PRvMU
- Agent Skills Specification: https://agentskills.io/specification
Source repository
Open the original repository on GitHub.