Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VectifyAI/OpenKB
/ SkillNotFoundError
Class
SkillNotFoundError
openkb/agent/skill_runner.py:43–44 ·
view source on GitHub ↗
Raised when the requested skill can't be located in any skill root.
Source
from the content-addressed store, hash-verified
41
42
43
class
SkillNotFoundError(RuntimeError):
44
""
"Raised when the requested skill can't be located in any skill root."
""
45
46
47
@dataclass
Callers
4
missing_skill
Function · 0.90
fake_skill
Function · 0.90
missing
Function · 0.90
run_skill
Function · 0.85
Calls
no outgoing calls
Tested by
3
missing_skill
Function · 0.72
fake_skill
Function · 0.72
missing
Function · 0.72