daigest
Installation
SKILL.md
Daigest — Context Feed API for AI Agents
Give your AI grounded context, not hallucinated search results.
Daigest delivers AI-summarized digests from trusted sources (RSS, web pages, Slack, Notion, GitHub, and more) — grounded in real content, always traceable to the original source. Agents can also create and manage their own feeds via this API when they need context on new topics.
When AI agents search the web, they risk hallucination and unreliable results. Daigest solves this: instead of searching and hoping for accuracy, the agent subscribes to trusted sources and gets pre-summarized, factual context on demand. No guesswork, no fabrication — just reliable information the agent can act on.
Core Concepts
| Concept | Description |
|---|---|
| Feed | The core unit. A container that holds sources, content, and memory. |
| Source | An information channel to monitor — RSS feed, web page, Slack channel, etc. |
| Memory | Instructions for the AI: language, focus areas, output format, what to highlight or ignore. |
| Content | The feed's current markdown digest. Generated by sync or written directly by the agent. |
| Post | A published snapshot of content. Both sync and manual publishing create posts. |