Agent Plugins Marketplace
All plugins

xbert-payment-run

Weekly pay-run brief with remittance drafts ready for review. v1 produces the schedule + remittances; ABA payment file generation is v2.

Claude Code1 Skill

By XBert IntelligenceLicense: MIT1 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 9, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install xbert-payment-run for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install xbert-payment-run@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/XBertIntelligence/XBert-Plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/xbert-payment-run/.

Plugin files

plugins/xbert-payment-run/
├── .claude-plugin/plugin.json
└── skills/payment-run/SKILL.md

Included Skills1

payment-runskills/payment-run/SKILL.md

Plan the week's pay run — inclusion/exclusion logic, supplier grouping, prioritisation, and per-supplier remittance drafting. Use this skill when the user asks to prep the pay run, draft remittances, decide what to pay this week, or runs the /payment-run slash command. Also triggers on: 'weekly pay schedule', 'what to pay this week', 'remittance advice drafts', 'supplier payment list'. v1 scope: schedule + remittances; ABA file generation is v2 (still happens in the ledger).

Plugin manifests1

plugins/xbert-payment-run/.claude-plugin/plugin.json
{
  "name": "xbert-payment-run",
  "displayName": "XBert Payment Run",
  "description": "Weekly pay-run brief with remittance drafts ready for review. v1 produces the schedule + remittances; ABA payment file generation is v2.",
  "author": {
    "name": "XBert Intelligence",
    "email": "[email protected]"
  },
  "homepage": "https://intelligence.xbert.io/plugins/xbert-payment-run",
  "license": "MIT",
  "keywords": [
    "accounts-payable",
    "payments",
    "remittance",
    "weekly",
    "pay-run"
  ],
  "x-xbert": {
    "displayName": "XBert Payment Run",
    "tagline": "Weekly pay-run brief with remittance drafts ready for review.",
    "audience": [
      "bookkeepers"
    ],
    "categories": [
      "accounts-payable",
      "weekly",
      "payments"
    ],
    "prerequisites": [
      "XBert account",
      "Client with AP ledger connected (Xero, MYOB, or QuickBooks Online)",
      "Bank account configured for payment runs",
      "v1 scope note: this plugin produces the pay schedule and draft remittances — it does NOT generate the ABA payment file (coming in v2)"
    ],
    "screenshots": [],
    "demoVideo": null,
    "includes": {
      "skills": 1,
      "commands": 1,
      "mcpTools": 0
    },
    "longDescription": "The weekly payment run is mostly deciding what to pay this week, what to defer, and what to chase the supplier on — then drafting the remittance advice that goes out with each payment. The mechanical part (running the bank file) is straightforward; the cognitive part (which bills go on the run, in what order, with what message) is where the time goes.\n\nXBert Payment Run does the cognitive part: pulls aged payables, applies due-this-week and overdue inclusion logic, excludes anything on hold or in dispute, groups by supplier, and drafts a remittance advice per supplier ready for review. The bookkeeper reviews the pay schedule, approves the remittances, and posts the run in the ledger — v1 stops there. v2 will generate the ABA file directly; for v1, the bookkeeper still triggers the file generation in the ledger.",
    "useCases": [
      {
        "title": "Weekly pay-run planning",
        "description": "Generate the week's pay schedule with overdue + due-this-week inclusion, exclusions for held bills, grouped by supplier."
      },
      {
        "title": "Remittance drafting",
        "description": "Per-supplier remittance advice drafts, ready to email with the payment — no more copy-paste from the ledger."
      },
      {
        "title": "Pay-run review with the client",
        "description": "Show the client the proposed run before posting — including totals, supplier counts, and any excluded bills with reasons."
      },
      {
        "title": "Cashflow-constrained scheduling",
        "description": "When cash is tight, surface the prioritised pay schedule by supplier importance + bill age + early-payment discount window."
      }
    ],
    "benefits": [
      {
        "icon": "Clock",
        "title": "Weekly run prepped in minutes",
        "description": "Replace the Excel cut-and-paste with a single workflow that pulls, filters, groups, and drafts in one pass."
      },
      {
        "icon": "FileText",
        "title": "Remittances ready to send",
        "description": "One PDF remittance per supplier, ready for review and email — the part of the run that's most often handwritten."
      },
      {
        "icon": "ShieldCheck",
        "title": "Held and disputed bills excluded by default",
        "description": "Bills with hold flags, dispute markers, or unresolved approval status are excluded automatically — surfaced as exclusions, never silently dropped."
      }
    ],
    "workflow": [
      "Type /payment-run in Claude Code or Claude Desktop",
      "Confirm the client tenant, the pay window (default: due in next 7 days + all overdue), and the payment bank account",
      "Plugin pulls aged payables, applies inclusion/exclusion logic, and groups by supplier via the XBert MCP",
      "Pay schedule appears in chat with included/excluded bills, supplier groupings, and total amount",
      "Render the deliverable(s) via xbert-working-paper:render-docx / render-xlsx / render-pdf as specified by the skill, and report the saved path(s). You still post the run in the ledger (v1 does not generate the ABA file)"
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[xbert-payment-run on Agent Plugins Marketplace](https://pluginsmp.com/plugins/xbert-payment-run)