Install
openclaw skills install template-toolProcess text templates with variable substitution. Use for generating dynamic content from template files.
openclaw skills install template-toolReplace placeholders in template files with provided values. Supports variable substitution with configurable delimiters for content generation.
template-tool [options] <template_file> [key=value...]
-d DELIM: Use custom delimiter (default: {{ }})-o FILE: Write output to filetemplate-tool greeting.txt name=World
template-tool report.md title="Annual Report" year=2026
echo "Hello {{name}}" | template-tool name=Jack