Marineconnect invoice payment
Installable MarineConnect agent skills and OAuth-backed MCP plugin for Codex and ChatGPT Work mode.
npx -y skills add Marineconnect/marineconnect-agent-skills --skill marineconnect-invoice-paymentAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- 17 days oldThe repository was created 17 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Inspect MarineConnect invoice and payment state. Use for invoice list/detail, invoice dashboard, tenant debt, payment transactions, payment order status, pending QR, batch checkout status, fleet payment checkout, portal payment result, invoice by id, and payment reconciliation questions.
SKILL.md
1.2 KB, as published. Nobody here has run it
MarineConnect Invoice Payment
Workflow
- Resolve tenant/customer/invoice/payment order first.
- Inspect invoices with
finance_list_invoices,finance_get_invoice_detail,portal_payment_invoice_by_id_view. - Inspect payment state with
finance_get_payment_order_status,finance_list_payment_transactions,fleet_payment_get_checkout_status,portal_payment_result_view. - Inspect QR/batch status with
finance_check_pending_payment_qr,finance_invoice_get_batch_checkout_status,finance_invoice_check_batch_pending_qr. - Inspect aggregate financial state with
finance_get_invoice_dashboard_summaryandfinance_get_tenant_debt_overview.
Guardrails
- Do not cancel invoices, mark paid, transfer payment, issue refund, or mutate payment records in Phase 2.
Output
- Invoice/payment timeline, status discrepancy, source rows/counts, and suggested read-safe follow-up.