MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / useSkillService

Function useSkillService

src/services/skill/service.ts:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import type { SkillServiceAdapter } from './types'
3
4export function useSkillService(): SkillServiceAdapter {
5 return getRegisteredAdapter<SkillServiceAdapter>('skill-crud')
6}

Callers 9

loadSkillsFunction · 0.90
loadBuiltinCatalogFunction · 0.90
importFromCloudFunction · 0.90
getSkillConfigFunction · 0.90
updateSkillFunction · 0.90
createSkillFunction · 0.90
deleteSkillFunction · 0.90
importSkillFunction · 0.90
reimportSkillFunction · 0.90

Calls 1

getRegisteredAdapterFunction · 0.90

Tested by

no test coverage detected