MCPcopy Create free account
hub / github.com/Fibi66/FeiControl / FrontMatter

Interface FrontMatter

src/lib/skill-parser.ts:19–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19interface FrontMatter {
20 name?: string;
21 description?: string;
22 homepage?: string;
23 metadata?: {
24 openclaw?: {
25 emoji?: string;
26 };
27 };
28}
29
30interface ConfiguredSkill {
31 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected