A customizable AI-powered research agent that delivers daily curated briefs to your team.
Enterprise Professional
Every day, the Newsletter Bot autonomously searches multiple sources for the latest news in your chosen domain, filters out noise, and delivers a concise, formatted digest to your preferred communication channel.
The bot comes pre-configured for AI industry news and Hermes Agent ecosystem updates (new skills, MCP servers, tools), but is fully reconfigurable to any domain your business needs.
📰 Your AI Brief — May 11, 2026 🤖 AI Agents & Models: • [Tavily] Anthropic Releases Claude 4.5 — New reasoning model, 1M context • [RSS] OpenAI Announces Agent SDK v2 — Multi-agent orchestration • [Tavily] Meta Open-Sources Llama 4 — 400B parameter model • [RSS] DeepSeek v4 Pro Now on OpenRouter — $2/M tokens • [Tavily] EU AI Act Final Text Published — Compliance deadlines 2027 🔧 New Tools & Skills: • hermes-devops-toolkit — Docker, K8s, CI/CD management • tavily-deep-research — Multi-source research MCP server • obsidian-graph-analyzer — Wiki connection visualizer
| Source | What It Covers | Cost |
|---|---|---|
| Tavily MCP | Web search — news, announcements, launches, funding | Free tier (1,000 searches/mo) |
| Blogwatcher (RSS) | Blogs, news sites, company engineering blogs | Free (open-source) |
| YouTube Transcripts | Video content from configured channels | Free |
| Hermes Skills Hub | New skills and MCP servers on the Hermes registry | Free |
The bot is driven by a single YAML configuration file. Change the domain, sources, keywords, and delivery settings without touching any code.
# domains/your-industry.yaml
domain:
name: "Your Industry News"
slug: your-industry
cron_schedule: "0 22 * * *" # 10 PM daily
output_channels:
- telegram
- discord # optional
- obsidian # wiki vault
max_items: 5
sources:
tavily:
enabled: true
queries:
- "most important news in your industry"
- "new tools and platforms in your field"
model: mini
blogwatcher:
enabled: true
feeds:
- "Industry Blog A"
- "Industry Blog B"
youtube:
enabled: true
channels:
- "UCxxxx" # YouTube channel ID
keywords:
- "keyword1"
- "keyword2"
filters:
keywords:
- "relevant term 1"
- "relevant term 2"
exclude_keywords:
- "irrelevant topic"
- "spam category"
delivery:
digest_title: "Your Industry Brief"
max_chars: 3500
Configuration
│
┌───┴───┐
│ Fetch │ Tavily (web) → Blogwatcher (RSS) → YouTube
└───┬───┘
│
┌───┴───┐
│ Filter │ Dedup by URL → Keyword match → Score & rank
└───┬───┘
│
┌───┴───┐
│ Deliver│ Telegram → Discord → Slack → Email → Wiki
└─────────┘
| Channel | Format | Method |
|---|---|---|
| Telegram | HTML (rich text, clickable links) | Direct Bot API |
| Discord | Markdown embed | Hermes gateway |
| Slack | mrkdwn | Hermes gateway |
| Plain text + HTML | Gateway email adapter | |
| Obsidian Wiki | Markdown with frontmatter | Direct file write |
Every item in the digest carries a source tag — [Tavily], [RSS], or [YouTube] — so readers know where each finding came from.
After your Hermes Agent installation, your consultant will configure the Newsletter Bot for your specific industry. The setup process involves:
| Property | Value |
|---|---|
| Runtime | Hermes Agent cron job |
| Duration | ~3-8 minutes per run |
| Schedule | Configurable (default: daily 10 PM) |
| Model | deepseek/deepseek-v4-flash via OpenRouter |
| Cost per run | ~$0.20-0.30 |
| Monthly cost | ~$6-9 (daily) or ~$12-18 (twice daily) |
| Storage | Obsidian wiki vault (local markdown) |
| Dependencies | Tavily MCP, blogwatcher-cli, youtube-transcript-api |
Built on Hermes Agent. Part of the Consultancy AI deployment package.