MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / install

Method install

src/types/scriptcat.zh-CN.d.ts:1453–1453  ·  view source on GitHub ↗

* 从 SKILL.md 字符串安装 Skill,可附带打包的脚本和参考资料。 * @param skillMd - SKILL.md 内容(含 YAML frontmatter)。 * @param scripts - 要打包的 Skill Script 脚本。 * @param references - 要打包的参考资料。

(
      skillMd: string,
      scripts?: Array<{ name: string; code: string }>,
      references?: Array<{ name: string; content: string }>
    )

Source from the content-addressed store, hash-verified

1451 * @param references - 要打包的参考资料。
1452 */
1453 install(
1454 skillMd: string,
1455 scripts?: Array<{ name: string; code: string }>,
1456 references?: Array<{ name: string; content: string }>

Callers 4

scriptImportAsyncFunction · 0.65
saveFunction · 0.65
installOrUpdateScriptFunction · 0.65
handleInstallFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected