Daily Article

Fetch current trends and draft a 600-800 word article with citations.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill daily-article-atrium-hermes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Daily Article
Source: https://github.com/Atrium-Hermes/atrium-lighthouse/tree/main/skills/article
Command: npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill daily-article-atrium-hermes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This workflow helps writers and teams quickly convert trending topics into publication-ready articles, reducing research time and ensuring timely content.

Core Features & Use Cases

  • Topic discovery: auto-detects current trends from memory and the web.
  • Source curation: reads 2-3 credible articles to gather facts and quotes using WebFetch.
  • Publication-ready drafting: generates a 600-800 word article in Markdown with a compelling title, intro, 3-4 sections, and citations.
  • Lifecycle integration: saves the article to articles/${today}.md, updates memory/MEMORY.md, and logs activities to memory/logs/${today}.md, then notifies via ./notify.

Quick Start

Provide a topic or let it auto-select and run a complete drafting workflow.

Frequently Asked Questions about Daily Article

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate article writing from web research and current trends?

Automate article writing by fetching current trends and 2-3 credible web sources to compile a 600-800 word publication-ready article with citations in Markdown. It auto-detects topics from memory context and WebFetch, reducing manual research time.

Can I generate publication-ready articles with citations automatically?

Yes, you can generate publication-ready articles with citations automatically. The workflow drafts a 600-800 word Markdown file featuring a compelling title, 3-4 sections, and citations gathered from 2-3 credible articles retrieved via WebFetch.

How does memory context work for trend analysis and topic discovery?

Memory context enables trend analysis by storing recent topics in a memory file, allowing the workflow to auto-detect current developments and select relevant subjects. It reads from memory context to inform the article drafting process and maintain topic continuity.

What is the best way to save and log drafted articles in a content workflow?

The best way to save and log drafted articles is automatically saving to articles/${today}.md, updating memory/MEMORY.md, and logging activities to memory/logs/${today}.md. This lifecycle integration ensures publication-ready content is tracked and notifications are sent via ./notify.

Do I need WebFetch to compile a 600-800 word article from multiple sources?

Yes, you need WebFetch to compile a 600-800 word article because it retrieves 2-3 credible articles to gather facts and quotes. This source curation mechanism ensures the publication-ready output contains verified information and proper citations.

What are the limitations of auto-detecting trends for publication-ready articles?

A limitation of auto-detecting trends for publication-ready articles is the dependency on existing memory context for recent topics; without sufficient memory data, you must manually provide a topic. Additionally, source curation is limited to 2-3 credible articles per draft.