openclaw/src/agents/skills/source.ts

6 lines
145 B
TypeScript

import type { Skill } from "@mariozechner/pi-coding-agent";
export function resolveSkillSource(skill: Skill): string {
return skill.source;
}