@wonsukchoi/crondex 0.8.0 → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/README.md +22 -8
  2. package/bin/crondex.js +44 -0
  3. package/catalog.json +862 -16
  4. package/jobs/agriculture/equipment-maintenance-due-reminder.yaml +36 -0
  5. package/jobs/agriculture/irrigation-schedule-check.yaml +41 -0
  6. package/jobs/agriculture/weather-frost-alert.yaml +41 -0
  7. package/jobs/crypto/gas-price-alert.yaml +34 -0
  8. package/jobs/crypto/smart-contract-upgrade-watch.yaml +49 -0
  9. package/jobs/crypto/wallet-balance-watch.yaml +37 -0
  10. package/jobs/devops/cost-alert.yaml +2 -2
  11. package/jobs/devops/github-issue-triage.yaml +38 -0
  12. package/jobs/devops/repo-health-check.yaml +2 -2
  13. package/jobs/ecommerce/abandoned-cart-recovery-check.yaml +38 -0
  14. package/jobs/ecommerce/low-stock-reorder-alert.yaml +33 -0
  15. package/jobs/ecommerce/return-refund-backlog-check.yaml +29 -0
  16. package/jobs/finance/subscription-price-hike-watch.yaml +44 -0
  17. package/jobs/gaming/game-patch-notes-watch.yaml +39 -0
  18. package/jobs/gaming/stream-schedule-reminder.yaml +30 -0
  19. package/jobs/gaming/subscriber-churn-watch.yaml +39 -0
  20. package/jobs/healthcare/appointment-no-show-follow-up.yaml +32 -0
  21. package/jobs/healthcare/license-credential-expiry-check.yaml +35 -0
  22. package/jobs/healthcare/patient-recall-reminder.yaml +34 -0
  23. package/jobs/hr/benefits-enrollment-deadline-reminder.yaml +34 -0
  24. package/jobs/hr/new-hire-paperwork-check.yaml +35 -0
  25. package/jobs/hr/payroll-run-reminder.yaml +30 -0
  26. package/jobs/insurance/claim-status-check.yaml +30 -0
  27. package/jobs/insurance/coverage-gap-audit.yaml +37 -0
  28. package/jobs/insurance/policy-renewal-reminder.yaml +35 -0
  29. package/jobs/marketing/competitor-page-diff-watch.yaml +52 -0
  30. package/jobs/personal/bill-due-reminder.yaml +2 -2
  31. package/jobs/personal/end-of-day-wrap-message.yaml +32 -0
  32. package/jobs/personal/new-restaurant-roundup.yaml +35 -0
  33. package/jobs/productivity/morning-briefing-digest.yaml +42 -0
  34. package/jobs/productivity/recurring-task-queue-reset.yaml +37 -0
  35. package/jobs/restaurant/health-inspection-prep-reminder.yaml +29 -0
  36. package/jobs/restaurant/inventory-waste-log-review.yaml +32 -0
  37. package/jobs/restaurant/reservation-noshow-deposit-check.yaml +32 -0
  38. package/jobs/sales/newly-funded-leads-scout.yaml +44 -0
  39. package/jobs/security/open-port-check.yaml +2 -2
  40. package/package.json +3 -2
package/catalog.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "generated_by": "scripts/build-catalog.js",
3
3
  "schema": "schema/job.schema.json",
4
- "count": 150,
4
+ "count": 182,
5
5
  "jobs": [
6
6
  {
7
7
  "id": "1on1-prep-reminder",
@@ -51,6 +51,33 @@
51
51
  ],
52
52
  "path": "jobs/security/2fa-enrollment-audit.yaml"
53
53
  },
54
+ {
55
+ "id": "abandoned-cart-recovery-check",
56
+ "version": 1,
57
+ "name": "Abandoned Cart Recovery Check",
58
+ "description": "Reviews carts abandoned in the last day and drafts recovery emails for ones above a minimum value, instead of relying only on your platform's generic auto-recovery flow. Use this if you've ever suspected your default abandoned-cart email is too generic to convert high-value carts.",
59
+ "category": "ecommerce",
60
+ "tags": [
61
+ "ecommerce",
62
+ "cart-abandonment",
63
+ "recovery",
64
+ "sales"
65
+ ],
66
+ "schedule": "0 10 * * *",
67
+ "timezone": "UTC",
68
+ "runner": "agent-prompt",
69
+ "modes": [
70
+ "agent-prompt"
71
+ ],
72
+ "compatible_agents": [
73
+ "claude",
74
+ "codex",
75
+ "hermes",
76
+ "openclaw",
77
+ "generic"
78
+ ],
79
+ "path": "jobs/ecommerce/abandoned-cart-recovery-check.yaml"
80
+ },
54
81
  {
55
82
  "id": "ad-spend-pacing-check",
56
83
  "version": 1,
@@ -101,6 +128,33 @@
101
128
  ],
102
129
  "path": "jobs/devops/api-rate-limit-check.yaml"
103
130
  },
131
+ {
132
+ "id": "appointment-no-show-follow-up",
133
+ "version": 1,
134
+ "name": "Appointment No-Show Follow-Up",
135
+ "description": "Reviews yesterday's no-show appointments and drafts a follow-up message offering to rebook. Use this if you've ever let a missed appointment go quiet and lost the patient/client entirely instead of just rebooking them.",
136
+ "category": "healthcare",
137
+ "tags": [
138
+ "appointments",
139
+ "no-show",
140
+ "patients",
141
+ "scheduling"
142
+ ],
143
+ "schedule": "0 9 * * *",
144
+ "timezone": "America/New_York",
145
+ "runner": "agent-prompt",
146
+ "modes": [
147
+ "agent-prompt"
148
+ ],
149
+ "compatible_agents": [
150
+ "claude",
151
+ "codex",
152
+ "hermes",
153
+ "openclaw",
154
+ "generic"
155
+ ],
156
+ "path": "jobs/healthcare/appointment-no-show-follow-up.yaml"
157
+ },
104
158
  {
105
159
  "id": "assignment-grading-backlog-check",
106
160
  "version": 1,
@@ -176,8 +230,35 @@
176
230
  "path": "jobs/devops/backup-reminder.yaml"
177
231
  },
178
232
  {
179
- "id": "bill-due-reminder",
233
+ "id": "benefits-enrollment-deadline-reminder",
180
234
  "version": 1,
235
+ "name": "Benefits Open Enrollment Deadline Reminder",
236
+ "description": "Counts down to the open-enrollment deadline and flags employees who haven't submitted elections yet. Use this if open enrollment has ever closed with people accidentally defaulting to no coverage or last year's plan.",
237
+ "category": "hr",
238
+ "tags": [
239
+ "hr",
240
+ "benefits",
241
+ "enrollment",
242
+ "deadline"
243
+ ],
244
+ "schedule": "0 9 * * *",
245
+ "timezone": "UTC",
246
+ "runner": "agent-prompt",
247
+ "modes": [
248
+ "agent-prompt"
249
+ ],
250
+ "compatible_agents": [
251
+ "claude",
252
+ "codex",
253
+ "hermes",
254
+ "openclaw",
255
+ "generic"
256
+ ],
257
+ "path": "jobs/hr/benefits-enrollment-deadline-reminder.yaml"
258
+ },
259
+ {
260
+ "id": "bill-due-reminder",
261
+ "version": 2,
181
262
  "name": "Bill Due Reminder",
182
263
  "description": "Warns you a few days before a recurring monthly bill is due. Use this if you've ever paid a late fee just because you forgot the date.",
183
264
  "category": "personal",
@@ -547,6 +628,60 @@
547
628
  ],
548
629
  "path": "jobs/devops/ci-build-time-regression-watch.yaml"
549
630
  },
631
+ {
632
+ "id": "claim-status-check",
633
+ "version": 1,
634
+ "name": "Open Claim Status Check",
635
+ "description": "Checks the status of any open insurance claims and flags ones that haven't moved in a while. Use this if a claim has ever gone quiet for weeks because nobody was following up with the adjuster.",
636
+ "category": "insurance",
637
+ "tags": [
638
+ "insurance",
639
+ "claims",
640
+ "follow-up"
641
+ ],
642
+ "schedule": "0 9 * * 1",
643
+ "timezone": "UTC",
644
+ "runner": "agent-prompt",
645
+ "modes": [
646
+ "agent-prompt"
647
+ ],
648
+ "compatible_agents": [
649
+ "claude",
650
+ "codex",
651
+ "hermes",
652
+ "openclaw",
653
+ "generic"
654
+ ],
655
+ "path": "jobs/insurance/claim-status-check.yaml"
656
+ },
657
+ {
658
+ "id": "competitor-page-diff-watch",
659
+ "version": 2,
660
+ "name": "Competitor Page Diff Watch",
661
+ "description": "Snapshots a competitor's pricing or landing page and diffs it against the last snapshot, turning any real change into a short action memo instead of a wall of markup diff. Use this if a competitor has ever changed pricing or repositioned a page and you found out from a customer instead of noticing it yourself.",
662
+ "category": "marketing",
663
+ "tags": [
664
+ "competitor",
665
+ "monitoring",
666
+ "pricing",
667
+ "marketing"
668
+ ],
669
+ "schedule": "0 9 * * 1",
670
+ "timezone": "UTC",
671
+ "runner": "hybrid",
672
+ "modes": [
673
+ "script",
674
+ "agent-prompt"
675
+ ],
676
+ "compatible_agents": [
677
+ "claude",
678
+ "codex",
679
+ "hermes",
680
+ "openclaw",
681
+ "generic"
682
+ ],
683
+ "path": "jobs/marketing/competitor-page-diff-watch.yaml"
684
+ },
550
685
  {
551
686
  "id": "conference-cfp-deadline-reminder",
552
687
  "version": 1,
@@ -625,7 +760,7 @@
625
760
  },
626
761
  {
627
762
  "id": "cost-alert",
628
- "version": 1,
763
+ "version": 2,
629
764
  "name": "Cloud/API Cost Alert",
630
765
  "description": "Checks your recent cloud or API spend against a budget and warns you if you're over or on pace to go over. Use this if you've ever been surprised by a bill.",
631
766
  "category": "devops",
@@ -674,6 +809,33 @@
674
809
  ],
675
810
  "path": "jobs/learning/course-progress-checkin.yaml"
676
811
  },
812
+ {
813
+ "id": "coverage-gap-audit",
814
+ "version": 1,
815
+ "name": "Coverage Gap Audit",
816
+ "description": "Compares your current insurance policies against a standard coverage checklist for your situation and flags anything missing or underinsured. Use this if you've ever added a policy for one specific thing and never circled back to check the overall picture still made sense.",
817
+ "category": "insurance",
818
+ "tags": [
819
+ "insurance",
820
+ "coverage",
821
+ "audit",
822
+ "risk"
823
+ ],
824
+ "schedule": "0 9 1 1,7 *",
825
+ "timezone": "UTC",
826
+ "runner": "agent-prompt",
827
+ "modes": [
828
+ "agent-prompt"
829
+ ],
830
+ "compatible_agents": [
831
+ "claude",
832
+ "codex",
833
+ "hermes",
834
+ "openclaw",
835
+ "generic"
836
+ ],
837
+ "path": "jobs/insurance/coverage-gap-audit.yaml"
838
+ },
677
839
  {
678
840
  "id": "crosspost-lag-check",
679
841
  "version": 1,
@@ -1048,6 +1210,33 @@
1048
1210
  ],
1049
1211
  "path": "jobs/marketing/email-deliverability-check.yaml"
1050
1212
  },
1213
+ {
1214
+ "id": "end-of-day-wrap-message",
1215
+ "version": 1,
1216
+ "name": "End-of-Day Wrap Message",
1217
+ "description": "Fires around the end of your work calendar and drafts a short wrap-up: what got done today, what's carrying over to tomorrow. Use this if you close your laptop most days without a clear sense of what actually happened or what's still pending.",
1218
+ "category": "personal",
1219
+ "tags": [
1220
+ "reflection",
1221
+ "end-of-day",
1222
+ "productivity",
1223
+ "wrap-up"
1224
+ ],
1225
+ "schedule": "0 18 * * 1-5",
1226
+ "timezone": "America/Los_Angeles",
1227
+ "runner": "agent-prompt",
1228
+ "modes": [
1229
+ "agent-prompt"
1230
+ ],
1231
+ "compatible_agents": [
1232
+ "claude",
1233
+ "codex",
1234
+ "hermes",
1235
+ "openclaw",
1236
+ "generic"
1237
+ ],
1238
+ "path": "jobs/personal/end-of-day-wrap-message.yaml"
1239
+ },
1051
1240
  {
1052
1241
  "id": "engagement-drop-watch",
1053
1242
  "version": 1,
@@ -1122,6 +1311,31 @@
1122
1311
  ],
1123
1312
  "path": "jobs/podcast/episode-publish-gap-check.yaml"
1124
1313
  },
1314
+ {
1315
+ "id": "equipment-maintenance-due-reminder",
1316
+ "version": 1,
1317
+ "name": "Farm Equipment Maintenance Due Reminder",
1318
+ "description": "Tracks engine hours or mileage against manufacturer service intervals for tractors and other equipment, and warns when service is coming due. Use this if equipment has ever broken down mid-season because a service interval slipped by.",
1319
+ "category": "agriculture",
1320
+ "tags": [
1321
+ "equipment",
1322
+ "maintenance",
1323
+ "tractor",
1324
+ "service"
1325
+ ],
1326
+ "schedule": "0 6 * * 1",
1327
+ "timezone": "UTC",
1328
+ "runner": "shell",
1329
+ "modes": [
1330
+ "script"
1331
+ ],
1332
+ "compatible_agents": [
1333
+ "generic",
1334
+ "claude",
1335
+ "codex"
1336
+ ],
1337
+ "path": "jobs/agriculture/equipment-maintenance-due-reminder.yaml"
1338
+ },
1125
1339
  {
1126
1340
  "id": "error-rate-spike-watch",
1127
1341
  "version": 1,
@@ -1468,6 +1682,86 @@
1468
1682
  ],
1469
1683
  "path": "jobs/finance/fx-rate-watch.yaml"
1470
1684
  },
1685
+ {
1686
+ "id": "game-patch-notes-watch",
1687
+ "version": 1,
1688
+ "name": "Game Patch Notes Watch",
1689
+ "description": "Checks whether any game you regularly stream or play competitively has shipped a new patch, and summarizes what changed. Use this if you've ever gone live only to discover mid-stream that a balance patch dropped and your strategies are stale.",
1690
+ "category": "gaming",
1691
+ "tags": [
1692
+ "gaming",
1693
+ "patch-notes",
1694
+ "updates",
1695
+ "competitive"
1696
+ ],
1697
+ "schedule": "0 8 * * *",
1698
+ "timezone": "UTC",
1699
+ "runner": "hybrid",
1700
+ "modes": [
1701
+ "script",
1702
+ "agent-prompt"
1703
+ ],
1704
+ "compatible_agents": [
1705
+ "claude",
1706
+ "codex",
1707
+ "hermes",
1708
+ "openclaw",
1709
+ "generic"
1710
+ ],
1711
+ "path": "jobs/gaming/game-patch-notes-watch.yaml"
1712
+ },
1713
+ {
1714
+ "id": "gas-price-alert",
1715
+ "version": 1,
1716
+ "name": "Gas Price Alert",
1717
+ "description": "Checks current network gas price and alerts when it drops below your target, so you can time a planned transaction instead of overpaying during a busy window. Use this if you've ever paid 5x normal gas because you executed at a random moment instead of waiting.",
1718
+ "category": "crypto",
1719
+ "tags": [
1720
+ "crypto",
1721
+ "gas",
1722
+ "ethereum",
1723
+ "blockchain"
1724
+ ],
1725
+ "schedule": "*/15 * * * *",
1726
+ "timezone": "UTC",
1727
+ "runner": "shell",
1728
+ "modes": [
1729
+ "script"
1730
+ ],
1731
+ "compatible_agents": [
1732
+ "generic",
1733
+ "claude",
1734
+ "codex"
1735
+ ],
1736
+ "path": "jobs/crypto/gas-price-alert.yaml"
1737
+ },
1738
+ {
1739
+ "id": "github-issue-triage",
1740
+ "version": 1,
1741
+ "name": "GitHub Issue Triage",
1742
+ "description": "Reviews new GitHub issues opened since the last run and sorts them into urgent/normal/low-priority with a suggested label and one-line reason. Use this if issues pile up untriaged and the urgent ones get lost in the noise until someone stumbles on them days later.",
1743
+ "category": "devops",
1744
+ "tags": [
1745
+ "github",
1746
+ "issues",
1747
+ "triage",
1748
+ "devops"
1749
+ ],
1750
+ "schedule": "0 8,14 * * 1-5",
1751
+ "timezone": "UTC",
1752
+ "runner": "agent-prompt",
1753
+ "modes": [
1754
+ "agent-prompt"
1755
+ ],
1756
+ "compatible_agents": [
1757
+ "claude",
1758
+ "codex",
1759
+ "hermes",
1760
+ "openclaw",
1761
+ "generic"
1762
+ ],
1763
+ "path": "jobs/devops/github-issue-triage.yaml"
1764
+ },
1471
1765
  {
1472
1766
  "id": "grant-deadline-reminder",
1473
1767
  "version": 1,
@@ -1567,6 +1861,31 @@
1567
1861
  ],
1568
1862
  "path": "jobs/hospitality/health-inspection-due-reminder.yaml"
1569
1863
  },
1864
+ {
1865
+ "id": "health-inspection-prep-reminder",
1866
+ "version": 1,
1867
+ "name": "Health Inspection Prep Reminder",
1868
+ "description": "Reminds the team of the standard health-inspection checklist on a recurring basis, not just when an inspection is imminent. Use this if you've ever scrambled the morning an inspector showed up unannounced.",
1869
+ "category": "restaurant",
1870
+ "tags": [
1871
+ "compliance",
1872
+ "health-inspection",
1873
+ "checklist",
1874
+ "kitchen"
1875
+ ],
1876
+ "schedule": "0 7 * * 1",
1877
+ "timezone": "America/New_York",
1878
+ "runner": "shell",
1879
+ "modes": [
1880
+ "script"
1881
+ ],
1882
+ "compatible_agents": [
1883
+ "generic",
1884
+ "claude",
1885
+ "codex"
1886
+ ],
1887
+ "path": "jobs/restaurant/health-inspection-prep-reminder.yaml"
1888
+ },
1570
1889
  {
1571
1890
  "id": "hreflang-audit",
1572
1891
  "version": 1,
@@ -1740,6 +2059,33 @@
1740
2059
  ],
1741
2060
  "path": "jobs/inventory/inventory-count-discrepancy-check.yaml"
1742
2061
  },
2062
+ {
2063
+ "id": "inventory-waste-log-review",
2064
+ "version": 1,
2065
+ "name": "Inventory Waste Log Review",
2066
+ "description": "Reviews the kitchen's waste log for the week and flags which items are being tossed most, in case it's an over-ordering or portioning problem. Use this if food cost keeps creeping up and nobody's sure why.",
2067
+ "category": "restaurant",
2068
+ "tags": [
2069
+ "inventory",
2070
+ "waste",
2071
+ "food-cost",
2072
+ "kitchen"
2073
+ ],
2074
+ "schedule": "0 10 * * 1",
2075
+ "timezone": "America/New_York",
2076
+ "runner": "agent-prompt",
2077
+ "modes": [
2078
+ "agent-prompt"
2079
+ ],
2080
+ "compatible_agents": [
2081
+ "claude",
2082
+ "codex",
2083
+ "hermes",
2084
+ "openclaw",
2085
+ "generic"
2086
+ ],
2087
+ "path": "jobs/restaurant/inventory-waste-log-review.yaml"
2088
+ },
1743
2089
  {
1744
2090
  "id": "invoice-overdue-check",
1745
2091
  "version": 1,
@@ -1765,21 +2111,48 @@
1765
2111
  "path": "jobs/finance/invoice-overdue-check.yaml"
1766
2112
  },
1767
2113
  {
1768
- "id": "k8s-pod-restart-watch",
2114
+ "id": "irrigation-schedule-check",
1769
2115
  "version": 1,
1770
- "name": "Kubernetes Pod Restart Watch",
1771
- "description": "Checks for pods with a high restart count and flags them. Use this if a crash-looping pod has ever burned through hours before anyone noticed it wasn't actually staying up.",
1772
- "category": "devops",
2116
+ "name": "Irrigation Need Check",
2117
+ "description": "Checks recent rainfall and forecast against a soil-moisture threshold to tell you whether irrigation is actually needed today. Use this if you've ever watered on a fixed schedule and either wasted water after rain or under-watered during a dry stretch.",
2118
+ "category": "agriculture",
1773
2119
  "tags": [
1774
- "kubernetes",
1775
- "pods",
1776
- "monitoring"
2120
+ "irrigation",
2121
+ "water",
2122
+ "weather",
2123
+ "crops"
1777
2124
  ],
1778
- "schedule": "*/15 * * * *",
1779
- "timezone": "UTC",
1780
- "runner": "shell",
2125
+ "schedule": "0 6 * * *",
2126
+ "timezone": "America/Chicago",
2127
+ "runner": "agent-prompt",
1781
2128
  "modes": [
1782
- "script"
2129
+ "agent-prompt"
2130
+ ],
2131
+ "compatible_agents": [
2132
+ "claude",
2133
+ "codex",
2134
+ "hermes",
2135
+ "openclaw",
2136
+ "generic"
2137
+ ],
2138
+ "path": "jobs/agriculture/irrigation-schedule-check.yaml"
2139
+ },
2140
+ {
2141
+ "id": "k8s-pod-restart-watch",
2142
+ "version": 1,
2143
+ "name": "Kubernetes Pod Restart Watch",
2144
+ "description": "Checks for pods with a high restart count and flags them. Use this if a crash-looping pod has ever burned through hours before anyone noticed it wasn't actually staying up.",
2145
+ "category": "devops",
2146
+ "tags": [
2147
+ "kubernetes",
2148
+ "pods",
2149
+ "monitoring"
2150
+ ],
2151
+ "schedule": "*/15 * * * *",
2152
+ "timezone": "UTC",
2153
+ "runner": "shell",
2154
+ "modes": [
2155
+ "script"
1783
2156
  ],
1784
2157
  "compatible_agents": [
1785
2158
  "generic",
@@ -1884,6 +2257,31 @@
1884
2257
  ],
1885
2258
  "path": "jobs/devops/license-compliance-check.yaml"
1886
2259
  },
2260
+ {
2261
+ "id": "license-credential-expiry-check",
2262
+ "version": 1,
2263
+ "name": "Staff License/Credential Expiry Check",
2264
+ "description": "Checks a tracked list of staff licenses, certifications, or credentials (e.g. nursing license, CPR cert, DEA registration) and warns before any expire. Use this if you've ever had a provider accidentally see patients on a lapsed license or certification.",
2265
+ "category": "healthcare",
2266
+ "tags": [
2267
+ "compliance",
2268
+ "licensing",
2269
+ "credentials",
2270
+ "staff"
2271
+ ],
2272
+ "schedule": "0 8 * * 1",
2273
+ "timezone": "UTC",
2274
+ "runner": "shell",
2275
+ "modes": [
2276
+ "script"
2277
+ ],
2278
+ "compatible_agents": [
2279
+ "generic",
2280
+ "claude",
2281
+ "codex"
2282
+ ],
2283
+ "path": "jobs/healthcare/license-credential-expiry-check.yaml"
2284
+ },
1887
2285
  {
1888
2286
  "id": "log-cleanup",
1889
2287
  "version": 1,
@@ -1955,6 +2353,31 @@
1955
2353
  ],
1956
2354
  "path": "jobs/inventory/low-stock-alert.yaml"
1957
2355
  },
2356
+ {
2357
+ "id": "low-stock-reorder-alert",
2358
+ "version": 1,
2359
+ "name": "Low Stock Reorder Alert",
2360
+ "description": "Checks inventory levels against a reorder threshold per SKU and flags anything that needs restocking before it actually sells out. Use this if a bestseller has ever gone out of stock because nobody was watching the count.",
2361
+ "category": "ecommerce",
2362
+ "tags": [
2363
+ "ecommerce",
2364
+ "inventory",
2365
+ "stock",
2366
+ "reorder"
2367
+ ],
2368
+ "schedule": "0 7 * * *",
2369
+ "timezone": "UTC",
2370
+ "runner": "shell",
2371
+ "modes": [
2372
+ "script"
2373
+ ],
2374
+ "compatible_agents": [
2375
+ "generic",
2376
+ "claude",
2377
+ "codex"
2378
+ ],
2379
+ "path": "jobs/ecommerce/low-stock-reorder-alert.yaml"
2380
+ },
1958
2381
  {
1959
2382
  "id": "meal-plan-reminder",
1960
2383
  "version": 1,
@@ -2006,6 +2429,34 @@
2006
2429
  ],
2007
2430
  "path": "jobs/personal/medication-refill-reminder.yaml"
2008
2431
  },
2432
+ {
2433
+ "id": "morning-briefing-digest",
2434
+ "version": 1,
2435
+ "name": "Morning Briefing Digest",
2436
+ "description": "Pulls together overnight email, today's calendar, and any connected analytics/monitoring dashboards into one short digest waiting for you at the start of the day. Use this if you start your morning tab-hopping across five dashboards before you've even had coffee.",
2437
+ "category": "productivity",
2438
+ "tags": [
2439
+ "briefing",
2440
+ "digest",
2441
+ "morning",
2442
+ "calendar",
2443
+ "email"
2444
+ ],
2445
+ "schedule": "0 7 * * 1-5",
2446
+ "timezone": "America/Los_Angeles",
2447
+ "runner": "agent-prompt",
2448
+ "modes": [
2449
+ "agent-prompt"
2450
+ ],
2451
+ "compatible_agents": [
2452
+ "claude",
2453
+ "codex",
2454
+ "hermes",
2455
+ "openclaw",
2456
+ "generic"
2457
+ ],
2458
+ "path": "jobs/productivity/morning-briefing-digest.yaml"
2459
+ },
2009
2460
  {
2010
2461
  "id": "nda-expiry-check",
2011
2462
  "version": 1,
@@ -2054,6 +2505,88 @@
2054
2505
  ],
2055
2506
  "path": "jobs/finance/net-worth-snapshot.yaml"
2056
2507
  },
2508
+ {
2509
+ "id": "new-hire-paperwork-check",
2510
+ "version": 1,
2511
+ "name": "New Hire Paperwork Completion Check",
2512
+ "description": "Checks which recently started employees still have incomplete onboarding paperwork (I-9, tax forms, benefits enrollment, signed handbook) and flags them before they become a compliance problem. Use this if onboarding paperwork has ever slipped through the cracks past the legal deadline.",
2513
+ "category": "hr",
2514
+ "tags": [
2515
+ "hr",
2516
+ "onboarding",
2517
+ "compliance",
2518
+ "paperwork"
2519
+ ],
2520
+ "schedule": "0 9 * * 1",
2521
+ "timezone": "UTC",
2522
+ "runner": "agent-prompt",
2523
+ "modes": [
2524
+ "agent-prompt"
2525
+ ],
2526
+ "compatible_agents": [
2527
+ "claude",
2528
+ "codex",
2529
+ "hermes",
2530
+ "openclaw",
2531
+ "generic"
2532
+ ],
2533
+ "path": "jobs/hr/new-hire-paperwork-check.yaml"
2534
+ },
2535
+ {
2536
+ "id": "new-restaurant-roundup",
2537
+ "version": 1,
2538
+ "name": "New Restaurant Roundup",
2539
+ "description": "Checks for restaurants that newly opened near you in the last week and gives you a short list to consider. Use this if you like trying new places but never remember to actually go looking for what just opened.",
2540
+ "category": "personal",
2541
+ "tags": [
2542
+ "restaurants",
2543
+ "local",
2544
+ "discovery",
2545
+ "weekly"
2546
+ ],
2547
+ "schedule": "0 17 * * 5",
2548
+ "timezone": "America/Los_Angeles",
2549
+ "runner": "agent-prompt",
2550
+ "modes": [
2551
+ "agent-prompt"
2552
+ ],
2553
+ "compatible_agents": [
2554
+ "claude",
2555
+ "codex",
2556
+ "hermes",
2557
+ "openclaw",
2558
+ "generic"
2559
+ ],
2560
+ "path": "jobs/personal/new-restaurant-roundup.yaml"
2561
+ },
2562
+ {
2563
+ "id": "newly-funded-leads-scout",
2564
+ "version": 1,
2565
+ "name": "Newly Funded Companies Lead Scout",
2566
+ "description": "Checks funding-announcement sources for companies that just raised in your target market and drafts a first-outreach message for each. Use this if you sell to companies that spend differently right after a funding round and you want to reach them before every other vendor does.",
2567
+ "category": "sales",
2568
+ "tags": [
2569
+ "sales",
2570
+ "leads",
2571
+ "funding",
2572
+ "outreach",
2573
+ "prospecting"
2574
+ ],
2575
+ "schedule": "0 8 * * 1-5",
2576
+ "timezone": "UTC",
2577
+ "runner": "agent-prompt",
2578
+ "modes": [
2579
+ "agent-prompt"
2580
+ ],
2581
+ "compatible_agents": [
2582
+ "claude",
2583
+ "codex",
2584
+ "hermes",
2585
+ "openclaw",
2586
+ "generic"
2587
+ ],
2588
+ "path": "jobs/sales/newly-funded-leads-scout.yaml"
2589
+ },
2057
2590
  {
2058
2591
  "id": "offer-expiry-reminder",
2059
2592
  "version": 1,
@@ -2104,7 +2637,7 @@
2104
2637
  },
2105
2638
  {
2106
2639
  "id": "open-port-check",
2107
- "version": 1,
2640
+ "version": 2,
2108
2641
  "name": "Expected Open Ports Check",
2109
2642
  "description": "Checks that the ports you expect to be open on a host actually are, and flags any that aren't. Use this if a service has ever silently stopped listening and you found out from a user instead of a monitor.",
2110
2643
  "category": "security",
@@ -2224,6 +2757,33 @@
2224
2757
  ],
2225
2758
  "path": "jobs/travel/passport-expiry-check.yaml"
2226
2759
  },
2760
+ {
2761
+ "id": "patient-recall-reminder",
2762
+ "version": 1,
2763
+ "name": "Patient Recall Reminder",
2764
+ "description": "Finds patients due (or overdue) for a routine checkup, cleaning, or screening and lists them for outreach. Use this if recall/recare lists pile up and patients quietly fall off the schedule for a year or more.",
2765
+ "category": "healthcare",
2766
+ "tags": [
2767
+ "patients",
2768
+ "recall",
2769
+ "checkup",
2770
+ "outreach"
2771
+ ],
2772
+ "schedule": "0 8 1 * *",
2773
+ "timezone": "America/New_York",
2774
+ "runner": "agent-prompt",
2775
+ "modes": [
2776
+ "agent-prompt"
2777
+ ],
2778
+ "compatible_agents": [
2779
+ "claude",
2780
+ "codex",
2781
+ "hermes",
2782
+ "openclaw",
2783
+ "generic"
2784
+ ],
2785
+ "path": "jobs/healthcare/patient-recall-reminder.yaml"
2786
+ },
2227
2787
  {
2228
2788
  "id": "payroll-run-reminder",
2229
2789
  "version": 1,
@@ -2248,6 +2808,31 @@
2248
2808
  ],
2249
2809
  "path": "jobs/finance/payroll-run-reminder.yaml"
2250
2810
  },
2811
+ {
2812
+ "id": "payroll-run-reminder",
2813
+ "version": 1,
2814
+ "name": "Payroll Run Cutoff Reminder",
2815
+ "description": "Reminds you before the payroll submission cutoff so timesheets and changes get in on time. Use this if payroll has ever run late because a timesheet or new-hire update missed the cutoff by a day.",
2816
+ "category": "hr",
2817
+ "tags": [
2818
+ "payroll",
2819
+ "hr",
2820
+ "reminder",
2821
+ "deadline"
2822
+ ],
2823
+ "schedule": "0 9 * * *",
2824
+ "timezone": "America/New_York",
2825
+ "runner": "shell",
2826
+ "modes": [
2827
+ "script"
2828
+ ],
2829
+ "compatible_agents": [
2830
+ "generic",
2831
+ "claude",
2832
+ "codex"
2833
+ ],
2834
+ "path": "jobs/hr/payroll-run-reminder.yaml"
2835
+ },
2251
2836
  {
2252
2837
  "id": "permit-expiry-check",
2253
2838
  "version": 1,
@@ -2296,6 +2881,31 @@
2296
2881
  ],
2297
2882
  "path": "jobs/home/plant-watering-reminder.yaml"
2298
2883
  },
2884
+ {
2885
+ "id": "policy-renewal-reminder",
2886
+ "version": 1,
2887
+ "name": "Policy Renewal Reminder",
2888
+ "description": "Warns you before an insurance policy's renewal date so you have time to shop around or review coverage, instead of auto-renewing on autopilot. Use this if you've ever realized a policy renewed months ago at a higher rate without you noticing.",
2889
+ "category": "insurance",
2890
+ "tags": [
2891
+ "insurance",
2892
+ "renewal",
2893
+ "policy",
2894
+ "reminder"
2895
+ ],
2896
+ "schedule": "0 8 * * *",
2897
+ "timezone": "UTC",
2898
+ "runner": "shell",
2899
+ "modes": [
2900
+ "script"
2901
+ ],
2902
+ "compatible_agents": [
2903
+ "generic",
2904
+ "claude",
2905
+ "codex"
2906
+ ],
2907
+ "path": "jobs/insurance/policy-renewal-reminder.yaml"
2908
+ },
2299
2909
  {
2300
2910
  "id": "portfolio-rebalance-check",
2301
2911
  "version": 1,
@@ -2514,6 +3124,31 @@
2514
3124
  ],
2515
3125
  "path": "jobs/finance/recurring-payment-failure-check.yaml"
2516
3126
  },
3127
+ {
3128
+ "id": "recurring-task-queue-reset",
3129
+ "version": 2,
3130
+ "name": "Recurring Task Queue Reset",
3131
+ "description": "Clears out last week's completed recurring-task checklist and creates a fresh one from your template, so every cycle starts with the same predefined owners and checklist instead of a copy-pasted mess. Use this if your recurring weekly checklist has ever quietly drifted because someone edited last week's copy instead of starting clean.",
3132
+ "category": "productivity",
3133
+ "tags": [
3134
+ "productivity",
3135
+ "checklist",
3136
+ "recurring",
3137
+ "template"
3138
+ ],
3139
+ "schedule": "0 6 * * 1",
3140
+ "timezone": "UTC",
3141
+ "runner": "shell",
3142
+ "modes": [
3143
+ "script"
3144
+ ],
3145
+ "compatible_agents": [
3146
+ "generic",
3147
+ "claude",
3148
+ "codex"
3149
+ ],
3150
+ "path": "jobs/productivity/recurring-task-queue-reset.yaml"
3151
+ },
2517
3152
  {
2518
3153
  "id": "rent-payment-late-check",
2519
3154
  "version": 1,
@@ -2564,7 +3199,7 @@
2564
3199
  },
2565
3200
  {
2566
3201
  "id": "repo-health-check",
2567
- "version": 1,
3202
+ "version": 2,
2568
3203
  "name": "Git Repo Health Check",
2569
3204
  "description": "Checks a git repo for branches nobody's touched in a while, uncommitted changes sitting around, and pull requests waiting on review, then reports a short digest. Use this if you want a daily nudge on repo hygiene without checking everything by hand.",
2570
3205
  "category": "devops",
@@ -2637,6 +3272,59 @@
2637
3272
  ],
2638
3273
  "path": "jobs/hospitality/reservation-noshow-check.yaml"
2639
3274
  },
3275
+ {
3276
+ "id": "reservation-noshow-deposit-check",
3277
+ "version": 1,
3278
+ "name": "Reservation No-Show Pattern Check",
3279
+ "description": "Reviews recent reservation no-shows and flags parties/times where no-shows cluster, so you know whether a deposit or confirmation-call policy would help. Use this if a certain night or party size keeps costing you empty tables.",
3280
+ "category": "restaurant",
3281
+ "tags": [
3282
+ "reservations",
3283
+ "no-show",
3284
+ "hospitality"
3285
+ ],
3286
+ "schedule": "0 11 * * 1",
3287
+ "timezone": "America/New_York",
3288
+ "runner": "agent-prompt",
3289
+ "modes": [
3290
+ "agent-prompt"
3291
+ ],
3292
+ "compatible_agents": [
3293
+ "claude",
3294
+ "codex",
3295
+ "hermes",
3296
+ "openclaw",
3297
+ "generic"
3298
+ ],
3299
+ "path": "jobs/restaurant/reservation-noshow-deposit-check.yaml"
3300
+ },
3301
+ {
3302
+ "id": "return-refund-backlog-check",
3303
+ "version": 1,
3304
+ "name": "Return/Refund Backlog Check",
3305
+ "description": "Checks how many return/refund requests are sitting unprocessed and flags any past your stated turnaround time. Use this if refund complaints have ever shown up in reviews before anyone internally noticed the backlog.",
3306
+ "category": "ecommerce",
3307
+ "tags": [
3308
+ "ecommerce",
3309
+ "returns",
3310
+ "refunds",
3311
+ "backlog"
3312
+ ],
3313
+ "schedule": "0 9 * * *",
3314
+ "timezone": "UTC",
3315
+ "runner": "agent-prompt",
3316
+ "modes": [
3317
+ "agent-prompt"
3318
+ ],
3319
+ "compatible_agents": [
3320
+ "claude",
3321
+ "codex",
3322
+ "hermes",
3323
+ "openclaw",
3324
+ "generic"
3325
+ ],
3326
+ "path": "jobs/ecommerce/return-refund-backlog-check.yaml"
3327
+ },
2640
3328
  {
2641
3329
  "id": "review-request-nudge",
2642
3330
  "version": 1,
@@ -2955,6 +3643,34 @@
2955
3643
  ],
2956
3644
  "path": "jobs/support/sla-breach-warning.yaml"
2957
3645
  },
3646
+ {
3647
+ "id": "smart-contract-upgrade-watch",
3648
+ "version": 1,
3649
+ "name": "Smart Contract Upgrade/Deprecation Watch",
3650
+ "description": "Watches a tracked smart contract's on-chain events and any linked project announcements for upgrades, migrations, or deprecation notices. Use this if a protocol you depend on has ever migrated to a new contract address and you found out only after something broke.",
3651
+ "category": "crypto",
3652
+ "tags": [
3653
+ "crypto",
3654
+ "smart-contract",
3655
+ "upgrade",
3656
+ "monitoring"
3657
+ ],
3658
+ "schedule": "0 */6 * * *",
3659
+ "timezone": "UTC",
3660
+ "runner": "hybrid",
3661
+ "modes": [
3662
+ "script",
3663
+ "agent-prompt"
3664
+ ],
3665
+ "compatible_agents": [
3666
+ "claude",
3667
+ "codex",
3668
+ "hermes",
3669
+ "openclaw",
3670
+ "generic"
3671
+ ],
3672
+ "path": "jobs/crypto/smart-contract-upgrade-watch.yaml"
3673
+ },
2958
3674
  {
2959
3675
  "id": "smoke-detector-battery-check",
2960
3676
  "version": 1,
@@ -3179,6 +3895,58 @@
3179
3895
  ],
3180
3896
  "path": "jobs/productivity/stale-todo-sweep.yaml"
3181
3897
  },
3898
+ {
3899
+ "id": "stream-schedule-reminder",
3900
+ "version": 1,
3901
+ "name": "Stream Schedule Prep Reminder",
3902
+ "description": "Reminds you before a scheduled stream and checks that your streaming software/overlays are up to date. Use this if you've ever gone live late because you were still fighting an OBS update mid-countdown.",
3903
+ "category": "gaming",
3904
+ "tags": [
3905
+ "streaming",
3906
+ "schedule",
3907
+ "obs",
3908
+ "reminder"
3909
+ ],
3910
+ "schedule": "0 * * * *",
3911
+ "timezone": "America/Los_Angeles",
3912
+ "runner": "shell",
3913
+ "modes": [
3914
+ "script"
3915
+ ],
3916
+ "compatible_agents": [
3917
+ "generic",
3918
+ "claude",
3919
+ "codex"
3920
+ ],
3921
+ "path": "jobs/gaming/stream-schedule-reminder.yaml"
3922
+ },
3923
+ {
3924
+ "id": "subscriber-churn-watch",
3925
+ "version": 1,
3926
+ "name": "Subscriber/Follower Churn Watch",
3927
+ "description": "Checks your channel's subscriber or follower count trend and flags a meaningful drop so you can investigate before it becomes a pattern. Use this if you've ever noticed a slow bleed of subscribers only after checking your dashboard months later.",
3928
+ "category": "gaming",
3929
+ "tags": [
3930
+ "streaming",
3931
+ "subscribers",
3932
+ "churn",
3933
+ "analytics"
3934
+ ],
3935
+ "schedule": "0 9 * * 1",
3936
+ "timezone": "America/Los_Angeles",
3937
+ "runner": "agent-prompt",
3938
+ "modes": [
3939
+ "agent-prompt"
3940
+ ],
3941
+ "compatible_agents": [
3942
+ "claude",
3943
+ "codex",
3944
+ "hermes",
3945
+ "openclaw",
3946
+ "generic"
3947
+ ],
3948
+ "path": "jobs/gaming/subscriber-churn-watch.yaml"
3949
+ },
3182
3950
  {
3183
3951
  "id": "subscription-audit",
3184
3952
  "version": 1,
@@ -3203,6 +3971,31 @@
3203
3971
  ],
3204
3972
  "path": "jobs/finance/subscription-audit.yaml"
3205
3973
  },
3974
+ {
3975
+ "id": "subscription-price-hike-watch",
3976
+ "version": 2,
3977
+ "name": "Subscription Price Hike Watch",
3978
+ "description": "Checks a tracked subscription's current price against the last price you recorded and flags any increase. Use this if a service has ever quietly raised its price and you only noticed months later scrolling through a bank statement.",
3979
+ "category": "finance",
3980
+ "tags": [
3981
+ "subscriptions",
3982
+ "price",
3983
+ "billing",
3984
+ "finance"
3985
+ ],
3986
+ "schedule": "0 8 1 * *",
3987
+ "timezone": "UTC",
3988
+ "runner": "shell",
3989
+ "modes": [
3990
+ "script"
3991
+ ],
3992
+ "compatible_agents": [
3993
+ "generic",
3994
+ "claude",
3995
+ "codex"
3996
+ ],
3997
+ "path": "jobs/finance/subscription-price-hike-watch.yaml"
3998
+ },
3206
3999
  {
3207
4000
  "id": "sudo-usage-audit",
3208
4001
  "version": 1,
@@ -3616,6 +4409,31 @@
3616
4409
  ],
3617
4410
  "path": "jobs/security/waf-rule-change-watch.yaml"
3618
4411
  },
4412
+ {
4413
+ "id": "wallet-balance-watch",
4414
+ "version": 1,
4415
+ "name": "Wallet Balance Watch",
4416
+ "description": "Checks a public wallet address's balance and alerts if it drops below a threshold, without needing any private key or exchange API access. Use this if you've ever wanted a heads-up when a hot wallet's gas/funding balance ran low.",
4417
+ "category": "crypto",
4418
+ "tags": [
4419
+ "crypto",
4420
+ "wallet",
4421
+ "balance",
4422
+ "blockchain"
4423
+ ],
4424
+ "schedule": "*/30 * * * *",
4425
+ "timezone": "UTC",
4426
+ "runner": "shell",
4427
+ "modes": [
4428
+ "script"
4429
+ ],
4430
+ "compatible_agents": [
4431
+ "generic",
4432
+ "claude",
4433
+ "codex"
4434
+ ],
4435
+ "path": "jobs/crypto/wallet-balance-watch.yaml"
4436
+ },
3619
4437
  {
3620
4438
  "id": "warranty-expiry-reminder",
3621
4439
  "version": 1,
@@ -3664,6 +4482,34 @@
3664
4482
  ],
3665
4483
  "path": "jobs/personal/water-intake-reminder.yaml"
3666
4484
  },
4485
+ {
4486
+ "id": "weather-frost-alert",
4487
+ "version": 1,
4488
+ "name": "Frost/Freeze Risk Alert",
4489
+ "description": "Checks the forecast for your fields and warns if frost or freeze temperatures are coming, so you have time to cover crops or run frost-protection irrigation. Use this if a surprise cold snap has ever cost you a harvest.",
4490
+ "category": "agriculture",
4491
+ "tags": [
4492
+ "weather",
4493
+ "frost",
4494
+ "crops",
4495
+ "alert"
4496
+ ],
4497
+ "schedule": "0 18 * * *",
4498
+ "timezone": "America/Chicago",
4499
+ "runner": "hybrid",
4500
+ "modes": [
4501
+ "script",
4502
+ "agent-prompt"
4503
+ ],
4504
+ "compatible_agents": [
4505
+ "claude",
4506
+ "codex",
4507
+ "hermes",
4508
+ "openclaw",
4509
+ "generic"
4510
+ ],
4511
+ "path": "jobs/agriculture/weather-frost-alert.yaml"
4512
+ },
3667
4513
  {
3668
4514
  "id": "weekly-report",
3669
4515
  "version": 1,