| 17 | } |
| 18 | |
| 19 | interface FrontMatter { |
| 20 | name?: string; |
| 21 | description?: string; |
| 22 | homepage?: string; |
| 23 | metadata?: { |
| 24 | openclaw?: { |
| 25 | emoji?: string; |
| 26 | }; |
| 27 | }; |
| 28 | } |
| 29 | |
| 30 | interface ConfiguredSkill { |
| 31 | name: string; |
nothing calls this directly
no outgoing calls
no test coverage detected