@deskcreate/agentcraft
Preparing search index...
skills
GitHubSkillLoaderConfig
Interface GitHubSkillLoaderConfig
interface
GitHubSkillLoaderConfig
{
allowedRepos
?:
readonly
string
[]
;
checksums
?:
ExternalSkillChecksums
;
path
?:
string
;
ref
?:
string
;
repo
:
string
;
token
?:
string
;
trust
?:
"reviewed"
|
"untrusted"
|
"workspace"
|
"official"
;
}
Index
Properties
allowed
Repos?
checksums?
path?
ref?
repo
token?
trust?
Properties
Optional
Readonly
allowed
Repos
allowedRepos
?:
readonly
string
[]
Optional
Readonly
checksums
checksums
?:
ExternalSkillChecksums
Optional
Readonly
path
path
?:
string
Optional
Readonly
ref
ref
?:
string
Readonly
repo
repo
:
string
Optional
Readonly
token
token
?:
string
Optional
Readonly
trust
trust
?:
"reviewed"
|
"untrusted"
|
"workspace"
|
"official"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allowed
Repos
checksums
path
ref
repo
token
trust
@deskcreate/agentcraft
Loading...