Install a skill. resourceDir is the bundled skill directory (contains scripts/ etc).
(skillName: string, content: string, meta: SkillMeta, resourceDir?: string)
| 8 | detect(): boolean; |
| 9 | /** Install a skill. resourceDir is the bundled skill directory (contains scripts/ etc). */ |
| 10 | install(skillName: string, content: string, meta: SkillMeta, resourceDir?: string): void; |
| 11 | remove(skillName: string): void; |
| 12 | listInstalled(): string[]; |
| 13 | } |
no outgoing calls
no test coverage detected