chat

star 79

Short chat reply via the ZeroGPU edge model (LFM2.5-1.2B-Instruct). Use when the user wants a quick, single-turn answer that does not need Claude-level reasoning, prior conversation context, or code generation. Optional system instructions via -i.

zerogpu By zerogpu schedule Updated 5/27/2026

name: chat description: Short chat reply via the ZeroGPU edge model (LFM2.5-1.2B-Instruct). Use when the user wants a quick, single-turn answer that does not need Claude-level reasoning, prior conversation context, or code generation. Optional system instructions via -i. argument-hint: " [-i ]" allowed-tools: Bash(zerogpu chat *)

Call the ZeroGPU chat model:

zerogpu chat $ARGUMENTS

Quoting (required, to survive shell parsing of arbitrary user text): format $ARGUMENTS with the prompt wrapped via heredoc command substitution, then any flags after. Pass the user's prompt verbatim inside the heredoc — do not paraphrase, do not escape:

"$(cat <<'ZGPU_T'
<the user's prompt here, verbatim, can span multiple lines and contain quotes/parens/$/etc.>
ZGPU_T
)" [-i "<system instructions>"]

Never inline the prompt as a plain "..." string — newlines, parens, single quotes, and $ in the user's text will break shell parsing. The heredoc form is safe for any input.

Savings note: only if the command output literally contains a line starting with 💰 ZeroGPU savings, append that exact line, unchanged, as the last line of your reply. If no such line is present, say nothing about savings and do not mention or suggest /zerogpu-router:cost-savings — this note is intentionally occasional, not shown every time.

Install via CLI
npx skills add https://github.com/zerogpu/zerogpu-router --skill chat
Repository Details
star Stars 79
call_split Forks 11
navigation Branch main
article Path SKILL.md
More from Creator