Skip to content

PromptScript API


Variable: OPENCLAW_VERSIONS

const OPENCLAW_VERSIONS: object

Defined in: formatters/src/formatters/openclaw.ts:5

Type Declaration

full

readonly full: object

full.description

readonly description: "Multifile + skills/<name>/SKILL.md" = 'Multifile + skills/<name>/SKILL.md'

full.name

readonly name: "full" = 'full'

full.outputPath

readonly outputPath: "INSTRUCTIONS.md" = 'INSTRUCTIONS.md'

multifile

readonly multifile: object

multifile.description

readonly description: "INSTRUCTIONS.md + skills/<name>/SKILL.md" = 'INSTRUCTIONS.md + skills/<name>/SKILL.md'

multifile.name

readonly name: "multifile" = 'multifile'

multifile.outputPath

readonly outputPath: "INSTRUCTIONS.md" = 'INSTRUCTIONS.md'

simple

readonly simple: object

simple.description

readonly description: "Single INSTRUCTIONS.md file" = 'Single INSTRUCTIONS.md file'

simple.name

readonly name: "simple" = 'simple'

simple.outputPath

readonly outputPath: "INSTRUCTIONS.md" = 'INSTRUCTIONS.md'