export type OpenClawAgentSessionSkillSourceAugmentation = never;

declare module "openclaw/plugin-sdk/agent-sessions" {
  interface Skill {
    // OpenClaw relies on the source identifier returned by skill loaders.
    source: string;
  }
}
