MCPcopy Create free account
hub / github.com/Snapchat/Valdi / install

Method install

npm_modules/cli/src/utils/skillsAdapters.ts:10–10  ·  view source on GitHub ↗

Install a skill. resourceDir is the bundled skill directory (contains scripts/ etc).

(skillName: string, content: string, meta: SkillMeta, resourceDir?: string)

Source from the content-addressed store, hash-verified

8 detect(): boolean;
9 /** Install a skill. resourceDir is the bundled skill directory (contains scripts/ etc). */
10 install(skillName: string, content: string, meta: SkillMeta, resourceDir?: string): void;
11 remove(skillName: string): void;
12 listInstalled(): string[];
13}

Callers 4

skillsUpdateFunction · 0.65
skillsInstallFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected