Paper Scout is an agent-native paper scouting workflow. It discovers recent papers on Hugging Face, filters hard, investigates the most promising ones, and delivers a fresh Feishu doc for each run.
This repository installs a reusable agent behavior. There is no code to run. The output is a configured workspace and an installed skill that an AI agent uses on a schedule.
If you are a human, tell your AI agent:
Read https://github.com/Mtrya/paper-scout/blob/main/SETUP.md and install Paper Scout for me.
If you are an AI agent, read SETUP.md in this repository. That file is your complete installation guide. Do not start the installation from this README.
After setup:
~/.paper-scout/workspace/— the agent's working directory~/.paper-scout/workspace/AGENTS.md(or harness equivalent) — the persistent runtime contract~/.paper-scout/prompt.md— a thin run trigger- An installed
paper-scoutskill in the agent harness - Optionally, a scheduled task for automated runs
The repository is not required after installation.
SETUP.md— installation guide (read this to install)AGENTS_TEMPLATE.md— template for the workspace instruction filePROMPT_TEMPLATE.md— template for the thin run triggerskill/SKILL.md— the paper-scouting skillAGENTS.md— repository contract for agents maintaining this codebase