Who's it for
This template is for teams that want to stay updated on industry trends, tech news, or competitor mentions without manually browsing news sites. It's ideal for marketing, development, and research teams who use Slack as their central hub for automated, timely information.
What it does / How it works
This workflow runs on a daily schedule (default 9 AM), fetches the top articles from Hacker News for a specific keyword you define (e.g., 'AI'), and uses an AI agent with OpenRouter to generate a concise, 3-bullet point summary in Japanese for each article. The final formatted summary, including the article title, is then posted to a designated Slack channel. The entire process is guided by descriptive sticky notes on the canvas, explaining each configuration step.
How to set up
- In the Configure Your Settings node, change the default keyword
AI
to your topic of interest and update the slack_channel
to your target channel name.
- Click the OpenRouter Chat Model node and select your OpenRouter API key from the Credentials dropdown. If you haven't connected it yet, you will need to create a new credential.
- Click the Send Summary to Slack node and connect your Slack account using OAuth2 credentials.
- (Optional) Adjust the schedule in the Trigger Daily at 9 AM node to change how often the workflow runs.
- Activate the workflow.
Requirements
- An n8n instance (Cloud or self-hosted).
- A Slack account and workspace.
- An OpenRouter API key stored in your n8n credentials.
- If self-hosting, ensure the LangChain nodes are enabled.
How to customize the workflow
- Change the News Source: Replace the Hacker News node with an RSS Feed Read node or another news integration to pull articles from different sources.
- Modify the AI Prompt: In the Summarize Article with AI node, you can edit the system message to change the summary language, length, or tone.
- Use a Different AI Model: Swap the OpenRouter node for an OpenAI, Anthropic, or any other supported chat model.
- Track Multiple Keywords: Modify the workflow to loop through a list of keywords in the Configure Your Settings node to monitor several topics at once.