my_arXiv_daily
Automated daily arXiv paper tracking with code links
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install my_arXiv_daily?โผ
Run `npx skills add BaiShuanghao/my_arXiv_daily --all -g -y` in your terminal to install all skills in this repository globally.
How to track new arXiv papers automatically?โผ
Add your research keywords to config.yaml, and the system fetches matching papers every 12 hours via GitHub Actions, publishing them as organized markdown tables.
Does it find code repositories for papers?โผ
Yes. It checks Hugging Face first, then searches GitHub by paper title and arXiv ID, and a weekly workflow refreshes any missing code links.
Can I customize which research topics are tracked?โผ
Yes. Edit the keywords section in config.yaml to add or remove topic groups, each with its own list of search filters.
Do I need to run a server to use it?โผ
No. Everything runs on free GitHub Actions schedules, and results are published directly to your repository README or a GitHub Pages site.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides