v0.26.19
reddit-fetch skill: block-escalation ladder
Reworked the reddit-fetch skill around a 5-rung fallback ladder for when Reddit blocks requests:
- curl JSON API (host)
- curl JSON API (safeclaw container)
- browser
.jsonvia Playwright - the reliable workhorse when curl 403s - browser HTML thread page +
shreddit-*DOM scrape (also returns more comments), with DuckDuckGo HTML for URL discovery since WebSearch refuses reddit.com - 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