Skip to content

v0.26.19

Choose a tag to compare

@ykdojo ykdojo released this 27 Jun 14:28

reddit-fetch skill: block-escalation ladder

Reworked the reddit-fetch skill around a 5-rung fallback ladder for when Reddit blocks requests:

  1. curl JSON API (host)
  2. curl JSON API (safeclaw container)
  3. browser .json via Playwright - the reliable workhorse when curl 403s
  4. browser HTML thread page + shreddit-* DOM scrape (also returns more comments), with DuckDuckGo HTML for URL discovery since WebSearch refuses reddit.com
  5. Claude for Chrome

Also: noted that curl 403s regardless of User-Agent, that blocks are intermittent, deduped the User-Agent header, and condensed the skill (94 -> 91 lines).

Plugin version: 0.14.17 -> 0.14.18