Agent skill
RSS Feed Generator
Generate an Atom XML feed from articles in the repo
Install this agent skill to your Project
npx add-skill https://github.com/aaronjmars/aeon/tree/main/skills/rss-feed
SKILL.md
${var} — Base URL override for article links. If empty, uses
https://github.com/${repo}/blob/main/.
Generate a valid Atom XML feed from all markdown articles in the articles/ directory.
Steps:
- Read
memory/MEMORY.mdfor context. - Run the feed generator script:
bashThis script scans
bash scripts/generate-feed.sharticles/*.md, extracts metadata (title, date, first paragraph) from each file, and writes a valid Atom XML feed toarticles/feed.xml. - Verify the feed was generated:
bash
head -5 articles/feed.xml - Stage and commit the updated feed:
bash
git add articles/feed.xml git diff --cached --quiet || git commit -m "chore: update articles feed.xml" - Log what you did to
memory/logs/${today}.md. - Send a notification via
./notify: "RSS feed updated with latest articles.\n\nSubscribe: https://raw.githubusercontent.com/${repo}/main/articles/feed.xml"
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
Polymarket
Trending and top markets on Polymarket — volume, new markets, biggest movers
Daily Article
Research trending topics and write a publication-ready article
DeFi Monitor
Check pool health, positions, and yield rates for tracked protocols
Skill Evals
Evaluate skill output quality against assertion manifests — detects regressions before users notice
Monitor Polymarket
Monitor specific prediction markets for 24h price moves, volume changes, and fresh comments
Self Review
Weekly audit of what Aeon did, what failed, and what to improve
Didn't find tool you were looking for?