Fetch a Reddit post URL via old.reddit.com HTML scraping — the .json API is blocked for unauthenticated requests since May 2026. Returns structured data: post metadata + nested comments (with depth) + unique external links categorized (github/reddit/external). Persists into cap_store tables (reddit.posts, .comments, .links). Uses yesmem cap-blob-put to pipe curl output into daemon DB, then reads back via cap_store — no /tmp file, no Read-tool prompt, bypasses the sh() 30KB wall. Also search across subreddits with LLM classification and multi-subreddit topic research with synthesis.
$npx -y skills add carsteneu/yesmem --skill redditInstalls into the current project.
Run `npx skills use "https://github.com/carsteneu/yesmem" --skill "carsteneu/yesmem/reddit"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/carsteneu/yesmem" that are relevant to the current task. Run `npx skills add "https://github.com/carsteneu/yesmem"` and select the relevant skills, then follow their instructions.