@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias SkillMetadata

    type SkillMetadata = {
        dependencies?: SkillDependencies;
        description: string;
        enabled: boolean;
        interface?: SkillInterface;
        name: string;
        path: AbsolutePathBuf;
        scope: SkillScope;
        shortDescription?: string;
    }
    Index

    Properties

    dependencies?: SkillDependencies
    description: string
    enabled: boolean
    interface?: SkillInterface
    name: string
    scope: SkillScope
    shortDescription?: string

    Legacy short_description from SKILL.md. Prefer SKILL.json interface.short_description.