Leaderboard/Automation/agent-skills
Last commit on September 16, 2026·Created on January 7, 2026

apify/agent-skills

A toolkit for building serverless cloud programs and AI agent plugins via Apify Actors
Combined rank
#162
across all skills
In Automation
#15
category rank
Stars
2.4k
+0.4% in last 7d
Forks
257
0.0% in last 7d
Watchers
15
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This collection provides the technical foundation for developing, debugging, and deploying Apify Actors. It assists automation builders in creating serverless programs for web scraping and data processing, while streamlining the creation of AI agent plugins and MCP bundles.

The skills focus on the lifecycle of Actor development, from writing core logic to automatically generating output schemas by analyzing source code.

WHO IT'S FOR
AI agent / automation builders
creating AI agent plugins and MCP bundles
Web scraping and automation engineers
developing serverless cloud programs for data processing
Backend / infrastructure engineers
migrating existing projects into serverless Actors
Technical leads / architects
designing output schemas for Actor data
Repository contents

5 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

Setup

Skills CLI quick start

Installs: Installs only the apify-ultimate-scraper skill selected by the command.

  1. Run this command in a terminal to install the selected apify-ultimate-scraper skill.

    npx skills add https://github.com/apify/agent-skills --skill apify-ultimate-scraper
README.md · Checked Sep 18, 2026.claude-plugin/marketplace.json · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Run a small Google Maps scrape

Uses apify-ultimate-scraper

  • Replace <SEARCH_QUERY> with the business or place query to search for.
  • Replace <LOCATION> with the target city, neighborhood, or area.
  • Apify CLI v1.5.0 or newer must be installed.
  • An authenticated Apify session or APIFY_TOKEN must be available.
Use the apify-ultimate-scraper skill in quick-answer mode to scrape the top 5 Google Maps results for <SEARCH_QUERY> in <LOCATION>. Return the result count and the most useful fields for each result in chat; do not start a larger pipeline or save a file unless I ask.
README.md · Checked Sep 18, 2026skills/apify-ultimate-scraper/SKILL.md · Checked Sep 18, 2026