These are standard SKILL.md folders and ZIP bundles that can be loaded into an AI agent environment that supports Skills. The enablement process is as follows:
-
Ask the host environment to load the skills bundle ZIP (or folder) from its URL (
file:for local reference) or local path. -
To install the plugin, place the plugin directory in the
.agents/pluginsdirectory of your AI agent environment. Activate it by adding its metadata to themarketplace.jsonfile in the same directory. -
Test the skill using the usage example documented in the
SKILL.mdfile. -
Add it to a workflow schedule if the skill needs to run in automated form on a daily, weekly, or monthly basis.