Interface SkillConfig

Per-skill configuration.

interface SkillConfig {
    enabled?: boolean;
    apiKey?: string;
    env?: Record<string, string>;
    config?: Record<string, unknown>;
}

Properties

enabled?: boolean

Whether the skill is enabled

apiKey?: string

API key for the skill

env?: Record<string, string>

Environment variable overrides

config?: Record<string, unknown>

Additional configuration