repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| /** |
| #2 | * SKILL.md Parser |
| #3 | * |
| #4 | * Parses SKILL.md files with YAML frontmatter + Markdown body |
| #5 | * into structured skill definitions. |
| #6 | * Follows the SKILL.md convention (OpenClaw/Anthropic format). |
| #7 | */ |
| #8 | import type { Skill, SkillSource } from "../types.js"; |
| #9 | /** |
| #10 | * Parse a SKILL.md file content into frontmatter + body. |
| #11 | * Handles YAML frontmatter delimited by --- markers. |
| #12 | */ |
| #13 | export declare function parseSkillMd(content: string, filePath: string, source?: SkillSource): Skill | null; |
| #14 | //# sourceMappingURL=format.d.ts.map |