@deskcreate/agentcraft
    Preparing search index...

    Interface GitHubSkillLoaderConfig

    interface GitHubSkillLoaderConfig {
        allowedRepos?: readonly string[];
        checksums?: ExternalSkillChecksums;
        path?: string;
        ref?: string;
        repo: string;
        token?: string;
        trust?: "reviewed" | "untrusted" | "workspace" | "official";
    }
    Index

    Properties

    allowedRepos?: readonly string[]
    path?: string
    ref?: string
    repo: string
    token?: string
    trust?: "reviewed" | "untrusted" | "workspace" | "official"