Jaz Payment Run banner
teamtinvio teamtinvio

Jaz Payment Run

Productivity community

Description

--- description: "Run a batch payment processing workflow in Jaz — select outstanding bills by due date, process payments in bulk" argument-hint: "[--due-before YYYY-MM-DD]" --- # Payment Run Execute a batch payment run via `clio jobs payment-run`. Identifies outstanding bills and processes payments. ## Usage ``` /jaz-payment-run due before 2025-02-28 /jaz-payment-run all overdue bills ``` ## Workflow ### 1. Generate the blueprint ```bash clio jobs payment-run --due-before 2025-02-28 --js

Installation

Installs to ~/.claude/skills/teamtinvio-jaz-ai-jaz-payment-run/SKILL.md

Terminal
mkdir -p ~/.claude/skills/teamtinvio-jaz-ai-jaz-payment-run && curl -fsSL https://raw.githubusercontent.com/teamtinvio/jaz-ai/HEAD/commands/jaz-payment-run.md -o ~/.claude/skills/teamtinvio-jaz-ai-jaz-payment-run/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository