Execution procedure
How WinClaw tracks subsidies and refunds
- 01Open bizinfo.go.kr
SUBSIDY_MOCK=1 — runs on the mock page (refund-tracker-mock.html). Real site not accessed.
- 02Scan eligible items
ai.see() analyses the screen and extracts a list of available government support programmes.
- 03Check card-fee refund
Extracts refundable amount from the cardfee.or.kr mock page.
- 04Compare delivery-app settlements
Compares POS sales against Coupang Eats settlements and flags any discrepancy.
- 05Telegram report
Sends found subsidies, refunds, and unsettled amounts to the owner via Telegram.
- 06Safe stop before application
stop_before("apply_subsidy") — the apply button is never clicked automatically.
Found items
Subsidies and refunds found by WinClaw (Mock)
| Programme | Amount | Deadline | Status |
|---|---|---|---|
| Small Business Stability Fund | Up to 70,000,000 KRW | 2026-06-30 | Apply now |
| Card fee refund | Approx. 45,000 KRW | 2026-05-31 | Closing soon |
| Coupang Eats settlement gap | 12,000 KRW unsettled | Review required | Review needed |
Evidence recorded
Every step is recorded
From portal query to Telegram report, every step is saved as an evidence package.
- evidence.json — timestamps for connect, scan, refund check, delivery comparison, Telegram send
- subsidy-scan.json — ai.see extraction result (subsidy list, eligibility)
- card-refund.json — card fee refundable amount (cardfee.or.kr mock)
- delivery-diff.json — delivery-app settlement vs. POS comparison
- screenshots/01-bizinfo-loaded.png — bizinfo.go.kr loaded
- screenshots/02-subsidy-items-found.png — subsidy list extracted
- screenshots/03-approval-stop.png — safe stop before apply_subsidy
Safety design
The owner applies directly
WinClaw only finds and summarises subsidies. Actual applications must be submitted directly by the owner.
- No real portal access — runs only on mock page (SUBSIDY_MOCK=1)
- Settlement and sales data use mock figures only
- Subsidy application button requires direct owner click
- stop_before("apply_subsidy") — no automatic application
- No card or delivery-app account data collected