@deskcreate/agentcraft
    Preparing search index...

    Interface LocalSkillLoaderOptions

    interface LocalSkillLoaderOptions {
        checksums?: ExternalSkillChecksums;
        trust?: "reviewed" | "untrusted" | "workspace" | "official";
    }
    Index

    Properties

    Properties

    trust?: "reviewed" | "untrusted" | "workspace" | "official"