Install
openclaw skills install @youjunzhao/awesome-paper-skillResearch-topic literature scouting across multiple platforms (not only arXiv), paper categorization, publication-status labeling, Awesome-style GitHub README...
openclaw skills install @youjunzhao/awesome-paper-skillUse this skill when user asks for a full pipeline:
README.md.topic (required)repo_owner (required)repo_name (required)visibility (optional, default: keep current repo visibility)max_arxiv / max_crossref / max_semantic (optional)If owner/repo are omitted, use defaults from current workspace context or ask once.
python3 skills/awesome-paper-skill/scripts/fetch_papers.py \
--topic "<topic>" \
--max-arxiv 60 \
--max-crossref 60 \
--max-semantic 60 \
--out /tmp/research_papers.json
Policy:
python3 skills/awesome-paper-skill/scripts/build_awesome_readme.py \
--topic "<topic>" \
--input /tmp/research_papers.json \
--output /tmp/README.md
Formatting rules (strict):
[Venue] line.[Preprint] line.(YYYY-MM-DD).python3 skills/awesome-paper-skill/scripts/publish_repo.py \
--owner "<repo_owner>" \
--name "<repo_name>" \
--readme /tmp/README.md \
--visibility private
If repo exists: update README and push. If repo does not exist: create then push.
Before final reply:
Total papers count matches entries.Repo Not Found badges.