Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/commandoperator/cmdop-sdk
/ skills
Method
skills
python/src/cmdop/client.py:91–92 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
89
90
@cached_property
91
def
skills(self) -> SkillsResource:
92
return
SkillsResource(self)
93
94
# -- lifecycle ---------------------------------------------------------
95
Callers
nothing calls this directly
Calls
1
SkillsResource
Class · 0.90
Tested by
no test coverage detected