Skip to contents

Searches GitHub for repositories tagged with a skill topic and matching a keyword query. Searches across all supported agent topic conventions (e.g. claude-skill, cursor-skill).

Usage

find_skill(query = NULL)

Arguments

query

Keyword to search for.

Value

A data frame with columns:

  • name: repository name.

  • description: repository description.

  • owner: repository owner login.

  • url: full URL of the repository.

  • stars: number of GitHub stars.

Examples

find_skill('rstats')
#> [1] name        description owner       url         stars      
#> <0 rows> (or 0-length row.names)