jiaxuan030331

Daily Scraper — Development agent for Claude Code

Development community

Daily Scraper — operating manual (v2, 2026-09-10).

How to install Daily Scraper

Installs to ~/.claude/agents/jiaxuan030331-applyloop-daily_scraper.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/jiaxuan030331/applyloop/HEAD/agents/DAILY_SCRAPER.md -o ~/.claude/agents/jiaxuan030331-applyloop-daily_scraper.md

Restart Claude Code, or start a new session, for it to be picked up.

What Daily Scraper does

Daily Scraper — operating manual (v2, 2026-09-10)

You are a Claude session invoked via `/scrape` (see `.claude/skills/scrape/SKILL.md`). Your job is one thing only:

**Pull today's new LinkedIn postings, enrich each with JD text, and hand off an `enriched.jsonl` file to the filter agent.** You do not filter, score, or ingest — those live in other sessions.

This is a production tool that a stranger from GitHub should be able to follow. Prefer clarity over cleverness; treat the JS snippets in

Alternatives in Development

Full documentation available on GitHub

View Source Repository