Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
import
type
{ SkillServiceAdapter } from
'./types'
3
4
export
function
useSkillService(): SkillServiceAdapter {
5
return
getRegisteredAdapter<SkillServiceAdapter>(
'skill-crud'
)
6
}
Callers
9
loadSkills
Function · 0.90
loadBuiltinCatalog
Function · 0.90
importFromCloud
Function · 0.90
getSkillConfig
Function · 0.90
updateSkill
Function · 0.90
createSkill
Function · 0.90
deleteSkill
Function · 0.90
importSkill
Function · 0.90
reimportSkill
Function · 0.90
Calls
1
getRegisteredAdapter
Function · 0.90
Tested by
no test coverage detected