| name | runprompt |
| description | Use this skill when the user wants to run LLM prompts from .prompt files in the shell. |
Runprompt Plugin
Run LLM .prompt files from your shell with a single-file Python script.
Commands
Version
supercli runprompt self version — Print runprompt version
Run Prompt
supercli runprompt prompt run <prompt_file> [variables] — Run a .prompt file with template variables
Passthrough
supercli runprompt -- <args> — Pass through to runprompt CLI
Usage Examples
./runprompt hello.prompt '{"name": "World"}'
echo '{"name": "World"}' | ./runprompt hello.prompt
export OPENAI_API_KEY="your-key"
./runprompt --model openai/gpt-4o hello.prompt
./runprompt --chat expert.prompt
Installation
pip install runprompt
Key Features
- Dotprompt template format support
- Multiple LLM providers (Anthropic, OpenAI, Google AI, OpenRouter)
- Structured JSON output with Picoschema
- Shell tool execution before prompts
- File attachments and glob patterns
- Response caching