# Trending AI agent skills in the last 24 hours

**Use case:** 

Discover trending AI agent skills from the past 24 hours on skills.sh. Get install counts, GitHub stars, summaries, and SKILL.md content.

## Input

```json
{
  "sortBy": "trending",
  "maxResults": 25,
  "includeDetails": true
}
```

## Output

```json
{
  "skillName": {
    "label": "Skill",
    "format": "text"
  },
  "owner": {
    "label": "Owner",
    "format": "text"
  },
  "repo": {
    "label": "Repo",
    "format": "text"
  },
  "weeklyInstalls": {
    "label": "Weekly Installs",
    "format": "text"
  },
  "githubStars": {
    "label": "GitHub Stars",
    "format": "text"
  },
  "firstSeen": {
    "label": "First Seen",
    "format": "text"
  },
  "repository": {
    "label": "Repository",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Agent Skills Scraper](https://apify.com/parsebird/agent-skills-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parsebird/agent-skills-scraper) to learn more, explore other use cases, and run it yourself.