SkillAgentSearch skills...

Rdomains

Classifying the content of domains

Install / Use

/learn @themains/Rdomains
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

rdomains: Classify Domains Based on Their Content

CRAN_Status_Badge R-CMD-check

The package provides several ways to classify domains based on their content. You can get categorizations from Shallalist (service discontinued - using archived data), DMOZ (service ended; available at curlie), Alexa API (discontinued), VirusTotal API, OpenAI GPT models, Anthropic Claude models, or use validated machine learning models based off the shallalist data.

Installation

To get the current release version from CRAN:

install.packages("rdomains")

To get the current development version from GitHub:

# install.packages("devtools")
devtools::install_github("themains/rdomains", build_vignettes = TRUE)

Usage

To learn how to use rdomains, launch the vignette within R:

vignette("rdomains", package = "rdomains")

License

Scripts are released under the MIT License.

View on GitHub
GitHub Stars58
CategoryContent
Updated3mo ago
Forks8

Languages

R

Security Score

82/100

Audited on Dec 12, 2025

No findings