actions-marketplace-validations/pi GitHub Action

Run the pi coding agent (pi.dev) in GitHub Actions workflows

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGitHub token for API accessyes
providerLLM provider (e.g. anthropic, openai, google, zai, etc.)yes
modelModel to use (e.g. claude-sonnet-4-5, gpt-4o, gemini-2.5-pro, glm-4.7)yes
tokenAPI token for the LLM provideryes
thinking_levelThinking level (e.g. off, low, medium, high)nooff
promptOptional prompt to send to the agent. When provided, the trigger phrase is not required and the prompt is used as-is (useful for non-interactive workflows). Falls back to extracting the prompt from the triggering comment if not set.no
triggerTrigger phrase for the pi agent (e.g. /pi)no/pi
extensionsCustom Pi extensions to load (one per line). Supports npm packages (npm:package-name), git repos (git:github.com/user/repo), or local file paths.no""

no outputs