A living collection of paper-conditioned research reports. Paper Scout is an agent-native workflow that scouts recent papers (default source: Hugging Face), filters hard, investigates the most promising or interesting ones deeply, and delivers a fresh Feishu report for each run. The record accumulates here as runs happen.
There is no code to build and nothing to install. The repository is the instance. What it ships is prompts — instruction files and skills that are easy to read and tune.
scout.shstarts the reading agent fromworkspace/with a date-stampedprompt.txt.- The agent reads
workspace/AGENTS.md(its contract) and loads skills fromworkspace/.agents/skills/as needed: scout the recent pool, filter aggressively, deep-dive a small handful, compose the report, deliver a fresh Feishu doc. - The analysis is saved under
workspace/runs/and the run is logged toworkspace/runs/INDEX.md. The delivered report is archived toreports/.
prompt.txt— the run triggerscout.sh— launches a runworkspace/AGENTS.md— the reading agent's contract (your interests, cadence, Feishu destination)workspace/.agents/skills/— the scouting, deep-dive, and Feishu-doc skillsworkspace/runs/— deep-dive notes andINDEX.md(the readable record)reports/— delivered reports archived as DocxXML, one per runAGENTS.md— contract for coding agents maintaining this repo
workspace/papers/ is the tracked paper-text cache. workspace/runs/ holds durable research packets. workspace/{repos,drafts,assets}/ hold scratch run data and are gitignored.
Want your own tracker? Clone this, then tell your agent something like: "read this repo and configure a paper tracker for me in the same spirit, tailored to my interests." The agent edits workspace/AGENTS.md (interests, exclusions, cadence, Feishu destination) and tunes the skills as needed. No setup script required — it's all prompts.