Skip to main content

Module preprocessor

Module preprocessor 

Source
Expand description

Preprocessor for skill content.

Handles substitution of:

  • $ARGUMENTS - replaced with skill invocation arguments
  • !command`` - replaced with shell command output
  • {{variable}} - replaced with context values
  • ${ENV_VAR} - replaced with environment variables

Structsยง

SkillPreprocessor
Preprocessor for skill content.