Minimal static repo for publishing the paper-to-research-outreach skill and a landing page that teaches agents or humans how to install it.
The landing page is live at:
https://y3z.ai/scholar-connect/
From the repo root:
python3 -m http.server 8000Then open http://localhost:8000.
SKILL.md: reusable outreach skillindex.html,styles.css,script.js: static landing page.github/workflows/publish-skill.yml: release workflow for Cloudflare R2 publishing
Each GitHub release republishes SKILL.md to this object key in your public R2 bucket:
scholar-connect/SKILL.md
Configure these GitHub repository secrets before creating a release:
CLOUDFLARE_ACCOUNT_IDR2_ACCESS_KEY_IDR2_SECRET_ACCESS_KEYR2_BUCKET_NAME
The workflow uploads to the standard Cloudflare R2 S3 endpoint:
https://<CLOUDFLARE_ACCOUNT_ID>.r2.cloudflarestorage.com