Collect and summarize Substack search results via browser automation.
Run the browser automation script:
python "${SKILL_DIR}/scripts/scrape_substack.py" "SEARCH QUERY" [--range day|week|month]
For environments without Python, fall back to the manual agent-browser commands documented in references/browser-flow.md.
Return results as a numbered list:
N. **Title**
— Author · Publication · X min read — *one-line summary if available*
If fewer than 20 results exist on the page, report exactly what is found. No padding.
The script auto-scrolls up to 3 times to capture additional results.
Substack typically returns 10-20 posts per 24-hour window.
web_fetch cannot extract it — browser automation is required.day (default), week, month.agent-browser close.共 1 个版本