Install
openclaw skills install @itspremkumar/prompt-templates-cliRender parameterized prompt templates from a catalog ({{var}} fill). Stdlib.
openclaw skills install @itspremkumar/prompt-templates-cliManage reusable prompt templates: create, render, and validate with {{variables}}.
Keywords: prompts, templates, cli, ai, automation, render, python, open-source, agent, MIT
Part of the itsPremkumar Hermes / OpenClaw / Paperclip agent stack — 31 free, MIT-licensed, CI-tested agent-native tools.
Hard-coded prompts can't be reused or tested across agents. Prompt Templates CLI solves this: Manage reusable prompt templates: create, render, and validate with {{variables}}.
Best for: Prompt engineers and agent platforms standardizing prompts.
# Requires Python 3.8+. No pip install needed.
curl -O https://raw.githubusercontent.com/itsPremkumar/prompt-templates-cli/main/prompt_templates_cli.py
# Or copy the file anywhere — it's self-contained.
python prompt_templates_cli.py self-test # prove it works end-to-end
python prompt_templates_cli.py list --help # list subcommand
python prompt_templates_cli.py render --help # render subcommand
| Alternative | Why this skill is better |
|---|---|
| String formatting | Structured, validated templates. |
| Copy-paste | Catalog + render. |
| No reuse | One source of truth. |
Q: Variables?
A: {{var}} fill style.
Q: Catalog?
A: --catalog points at your template set.
Q: Validate?
A: Catches undefined/missing vars.
Q: Offline?
A: Yes.
Built and maintained by @itsPremkumar (Chennai, India · serving developers worldwide). Free for individuals and teams everywhere. Documentation in English; tool output is locale-neutral.
# .github/workflows/verify.yml
name: Verify
on: [push]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Self-test prompt-templates-cli
run: python prompt_templates_cli.py self-test
Free + MIT-0 (free, modifiable, no attribution required). Sponsor if useful:
⭐ Star on GitHub