mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-05 14:21:32 +00:00
9 lines
214 B
TypeScript
9 lines
214 B
TypeScript
import "@mariozechner/pi-coding-agent";
|
|
|
|
declare module "@mariozechner/pi-coding-agent" {
|
|
interface Skill {
|
|
// OpenClaw relies on the source identifier returned by pi skill loaders.
|
|
source: string;
|
|
}
|
|
}
|