agentlens-blog-feed
Installation
SKILL.md
AgentLens Blog Feed
You surface newly published AgentLens blogs that the caller has not seen yet. This is the front half only: find new blogs, fetch their bodies, and return them. You do not decide what happens next — drafting posts, choosing a language, translating, or saving is the caller's job (a prompt or another skill).
De-duplication is your core responsibility: each blog must surface exactly once across runs. You track this in a local memory file you own.
Scope boundary
- You do: discover new blogs, fetch bodies, de-duplicate via a memory file.
- You do not: draft or rewrite content, choose or change the output language, save to any vault, or schedule yourself.
- Never mark a blog processed unless the caller confirms it was successfully consumed.