Commit Graph

  • 5bfec66a34 docs(polymarket-browse): remove Changelog and Credits from SKILL.md master polymarket-browse/v0.0.3 shoko 2026-03-27 02:47:09 +00:00
  • 0902bfafaa docs(polymarket-browse): remove SECURITY.md - overhead for users/agents shoko 2026-03-27 02:44:05 +00:00
  • 3d7b136cca docs(polymarket-browse): update SKILL.md for v0.0.3 release shoko 2026-03-27 02:40:51 +00:00
  • b9ad8ac41b Merge remote-tracking branch 'origin/0.0.3-draft' into docs/11-12-skill-updates shoko 2026-03-27 02:36:54 +00:00
  • efad771e85 Merge branch 'pr-38' into 0.0.3-draft shoko 2026-03-27 02:28:27 +00:00
  • a2aea41ae3 Merge branch 'pr-36' (rate limiting) into 0.0.3-draft shoko 2026-03-27 02:28:16 +00:00
  • 54679cac44 Merge branch 'pr-35' into 0.0.3-draft shoko 2026-03-27 02:26:52 +00:00
  • ca13a2e194 Merge branch 'pr-34' (URL encoding) into 0.0.3-draft shoko 2026-03-27 02:26:41 +00:00
  • 893243ba39 Merge branch 'pr-33' into 0.0.3-draft shoko 2026-03-27 02:24:59 +00:00
  • 2b7a2bda90 Merge branch 'pr-32' into 0.0.3-draft shoko 2026-03-27 02:24:48 +00:00
  • aef5f79dad Merge branch 'pr-31' (timezone) into 0.0.3-draft shoko 2026-03-27 02:24:28 +00:00
  • b4148570f4 Merge branch 'pr-30' into 0.0.3-draft shoko 2026-03-27 01:50:42 +00:00
  • 2c636048e7 security(polymarket-browse): improve response size limit with dynamic calculation shoko 2026-03-27 01:36:32 +00:00
  • 3016d1287c test(polymarket-browse): add URL encoding unit tests shoko 2026-03-27 01:14:45 +00:00
  • 350fe17e87 docs(polymarket-browse): create SECURITY.md tracking audit findings shoko 2026-03-26 19:17:16 +00:00
  • 32ed72868b docs(polymarket-browse): update SKILL.md with troubleshooting, examples, changelog, credits shoko 2026-03-26 19:16:19 +00:00
  • c0484ab340 security(polymarket-browse): add token bucket rate limiter for API calls shoko 2026-03-26 19:15:02 +00:00
  • 36a7e8b3eb security(polymarket-browse): add MAX_RESPONSE_SIZE limit to prevent memory exhaustion shoko 2026-03-26 19:13:13 +00:00
  • bb7eebf502 security(polymarket-browse): use proper URL encoding for --search parameter shoko 2026-03-26 19:11:59 +00:00
  • 3928cdef7c security(polymarket-browse): validate --detail argument and show error if out of range shoko 2026-03-26 19:10:40 +00:00
  • 8bd76f3301 security(polymarket-browse): replace bare except: with specific exception handling shoko 2026-03-26 19:09:19 +00:00
  • 0a1aab7883 fix(polymarket-browse): add --timezone CLI argument for display timezone shoko 2026-03-26 19:07:59 +00:00
  • dfad8d3072 chore(polymarket-browse): add version 0.0.2 to SKILL.md frontmatter polymarket-browse/v0.0.2 shoko 2026-03-26 18:43:26 +00:00
  • cc197b0c7e feat(polymarket-browse): add --starts-before filter for match events shoko 2026-03-26 18:27:54 +00:00
  • c0f008ab8b Merge pull request 'Fix: Event happening exactly now shows LIVE instead of In 0m' (#28) from fix/live-time-display into master shoko 2026-03-26 18:48:23 +01:00
  • 53c268511a Add test for event happening exactly now shows LIVE fix/live-time-display shoko 2026-03-26 17:46:53 +00:00
  • 7f3b885521 Fix: Event happening exactly now shows 'LIVE' instead of 'In 0m' shoko 2026-03-26 17:43:28 +00:00
  • e0ae6bbd14 Remove incorrect '100 pages safety cap' claim from SKILL.md shoko 2026-03-26 17:37:41 +00:00
  • f468a12ea4 Merge pull request 'Add parallel fetching, caching, and max_total parameter' (#26) from feat/parallel-fetch-cache into master shoko 2026-03-26 18:23:20 +01:00
  • c75d123dfd Update SKILL.md with new caching and parallel fetching documentation feat/parallel-fetch-cache shoko 2026-03-26 17:19:03 +00:00
  • 9d1e328f53 Make page size calculation dynamic based on first API response shoko 2026-03-26 17:15:28 +00:00
  • 09f3cb9066 Add comment explaining total_pages ceiling division calculation shoko 2026-03-26 17:06:25 +00:00
  • 1ae60f5661 Fix total_pages calculation bug and add tests shoko 2026-03-26 16:54:41 +00:00
  • bab373ab8f Add unit tests for parallelization, cache, and max_total shoko 2026-03-26 16:43:13 +00:00
  • eafbdba4a5 Add parallel fetching, caching, and max_total parameter shoko 2026-03-26 16:29:25 +00:00
  • 0a7911653b Merge pull request 'Fix line lengths in browse.py' (#24) from fix/line-lengths into master shoko 2026-03-26 16:42:53 +01:00
  • bae69043f8 Merge pull request 'Add type hints to browse.py' (#23) from feat/add-type-hints into master shoko 2026-03-26 16:42:08 +01:00
  • d6c0342c0f Fix line lengths in browse.py fix/line-lengths shoko 2026-03-26 15:40:21 +00:00
  • ce526b1aa3 Add type hints to browse.py feat/add-type-hints shoko 2026-03-26 15:35:18 +00:00
  • ae50fd14f0 Merge pull request 'Fix #14: Refactor print_browse/send_to_telegram into single pipeline' (#22) from fix/issue-14-refactor-browse into master shoko 2026-03-25 20:11:07 +01:00
  • c348d6daa1 tests: Add unit tests for browse_events, fetch_all_pages, filter_events, is_match_market, get_ml_market, get_ml_volume, sort_events fix/issue-14-refactor-browse shoko 2026-03-25 19:08:36 +00:00
  • 764c75e712 Fix: Switch fetch_page from subprocess to urllib, add early-exit to fetch_all_pages, add sort_by to browse_events shoko 2026-03-25 18:53:11 +00:00
  • 3a9f8fb365 Fix #14: Refactor print_browse/send_to_telegram into single pipeline shoko 2026-03-25 17:47:03 +00:00
  • a7837cec0f Merge #15: Unify duplicate time functions shoko 2026-03-25 14:34:05 +00:00
  • 8cde441996 Fix #15: Unify duplicate time functions into _get_time_data() shoko 2026-03-25 13:59:54 +00:00
  • b2180a4a34 Merge pull request 'Fix #5: HTML injection in Telegram messages' (#20) from fix/issue-5-html-injection-telegram into master shoko 2026-03-25 13:13:52 +01:00
  • d0534aedbf Fix #5: HTML injection in Telegram messages shoko 2026-03-25 11:42:42 +00:00
  • 2703b942c1 Merge pull request 'Fix #4: Extract send() to module-level send_telegram_message() for testability' (#19) from fix/issue-4-telegram-token-refactor into master shoko 2026-03-25 12:17:00 +01:00
  • f9c4bac7b8 Refactor send() to module-level send_telegram_message() for testability shoko 2026-03-25 11:07:10 +00:00
  • c49600cd4d Fix CRITICAL: Telegram bot token exposed in process command line shoko 2026-03-25 10:46:10 +00:00
  • 3a988943b9 docs: rename review folder to match skill structure shoko 2026-03-25 10:02:43 +00:00
  • da367c594b docs: add polymarket-browse review (2026-03-25) shoko 2026-03-25 10:00:12 +00:00
  • 27c8cb3597 Add security audit to polymarket-browse review hermes/hermes-e8a6100e shoko 2026-03-25 09:27:28 +00:00
  • 4a33d6924e Add polymarket-browse skill review (2026-03-25) shoko 2026-03-25 09:12:05 +00:00
  • b1b5ecaa2e polymarket-browse: fix relative time - show LIVE instead of In 0m when event is starting now shoko 2026-03-25 06:20:13 +00:00
  • 88dc651232 polymarket-browse: add --search, --telegram, --matches-only, --non-matches-only flags; fix partial fetch warnings; clean up output formatting shoko 2026-03-24 13:26:29 +00:00
  • 46ecb38049 Add OpenClaw installation guide shoko 2026-03-24 07:26:43 +00:00
  • a8560f7170 Add installation guide to SKILL.md shoko 2026-03-24 07:20:51 +00:00
  • cd842df060 Add polymarket-browse skill shoko 2026-03-24 07:18:05 +00:00