Skip to content

dependabit / plugins/plugin-skills/src / SkillsChecker

Class: SkillsChecker

Defined in: packages/plugins/plugin-skills/src/checker.ts:150

@dependabit/plugin-skills

Skills.sh plugin for monitoring AI agent skill versions

Constructors

Constructor

ts
new SkillsChecker(): SkillsChecker;

Returns

SkillsChecker

Methods

compare()

ts
compare(prev, curr): Promise<SkillChangeDetection>;

Defined in: packages/plugins/plugin-skills/src/checker.ts:499

Compare two skill snapshots to detect changes

Parameters

ParameterType
prevSkillSnapshot
currSkillSnapshot

Returns

Promise<SkillChangeDetection>


fetch()

ts
fetch(config): Promise<SkillSnapshot>;

Defined in: packages/plugins/plugin-skills/src/checker.ts:440

Fetch skill information and create a snapshot

Parameters

ParameterType
configSkillsConfig

Returns

Promise<SkillSnapshot>

Released under the MIT License.