Skip to content

Add Cashfree merchant payouts + BulkPe dashboard domain skills#427

Open
abhiman-alt wants to merge 1 commit into
browser-use:mainfrom
abhiman-alt:domain-skills/cashfree-bulkpe
Open

Add Cashfree merchant payouts + BulkPe dashboard domain skills#427
abhiman-alt wants to merge 1 commit into
browser-use:mainfrom
abhiman-alt:domain-skills/cashfree-bulkpe

Conversation

@abhiman-alt

@abhiman-alt abhiman-alt commented Jun 11, 2026

Copy link
Copy Markdown

Two new domain skills from a real finance-ops session:

Cashfree merchant dashboard (merchant.cashfree.com/payouts)

  • Reports flow for statements (no scrapeable txn table)
  • Gotcha: Generate Report is styled active but stays disabled=true until a Fund Source is selected
  • Account Statement CSV column shape + PAYOUT_TRANSFER / SELF_WITHDRAWAL semantics

BulkPe (app.bulkpe.in)

  • It's a Flutter Web canvas app — no DOM at all, coordinate clicks only
  • Virtual Account report generation flow + flaky date-picker notes
  • CSV export contains NUL bytes and non-UTF8 chars (parse recipe included)
  • Penny-drop and FAILED-row semantics so payout totals come out right

🤖 Generated with Claude Code


Summary by cubic

Adds domain skills for the Cashfree merchant payouts dashboard and BulkPe dashboard. Covers report generation, automation gotchas, and CSV parsing so payout totals stay accurate.

  • New Features
    • Cashfree (merchant.cashfree.com/payouts): Use Reports; Fund Source must be set or Generate stays disabled; Account Statement CSV columns and PAYOUT_TRANSFER/SELF_WITHDRAWAL meanings; reliable clicks for custom selects.
    • BulkPe (app.bulkpe.in): Flutter Web canvas (no DOM) → automate with screenshots and coordinate clicks; Virtual Account report flow; CSV cleanup for NUL/non‑UTF8; handle FAILED rows and penny-drops correctly.

Written for commit 3b46a04. Summary will update on new commits.

Review in cubic

Cashfree: Reports flow, required Fund Source gotcha, Account Statement CSV shape.
BulkPe: Flutter canvas app (no DOM), report generation, NUL-byte CSV parsing.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Re-trigger cubic

@browser-harness-review

Copy link
Copy Markdown

✅ Skill review passed

Reviewed 2 file(s) — no findings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant