Files
shockbot/action.yml
T
David Blass c335032c37 init
2026-01-12 14:12:11 -08:00

21 lines
399 B
YAML

name: "Pullfrog Action"
description: "Execute coding agents with a prompt"
author: "Pullfrog"
inputs:
prompt:
description: "Prompt to send to the agent"
required: true
effort:
description: "Effort level: nothink (fast), think (default), max (most capable)"
required: false
default: "think"
runs:
using: "node24"
main: "entry"
branding:
icon: "code"
color: "green"