danish-news-aggregator
Comprehensive Danish News RSS Aggregator - combines 100+ Danish RSS feeds into category-based unified feeds. Produces 6 curated RSS feeds: - danish-all.xml (top 30 sources) - danish-national.xml (newspapers) - danish-regional.xml (local news) - danish-sports.xml (sports) - danish-business.xml (finance) - danish-tech.xml (technology) - danish-english.xml (English-language Denmark) Auto-refreshes every 15 minutes, deduplicates, ranks by source authority.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/broedkrummen/danish-news-aggregatorWhat This Skill Does
The Danish News Aggregator is a robust OpenClaw AI agent skill designed to unify the fragmented landscape of Danish media into a single, cohesive RSS stream. By pulling data from over 100 disparate sources, the tool employs intelligent deduplication and source authority ranking to ensure that users receive only the most relevant, high-quality updates. Whether you need broad coverage across national headlines or niche updates from the technology or sports sectors, this aggregator provides seven distinct, category-based feeds. It operates autonomously, refreshing every 15 minutes to ensure that your news feed is never stale, making it an essential utility for anyone tracking current events in Denmark.
Installation
Installing this skill requires the OpenClaw CLI. Simply run the following command in your terminal: clawhub install openclaw/skills/skills/broedkrummen/danish-news-aggregator. Once installed, ensure you have the necessary Python dependencies by running pip install feedparser python-dateutil. For local development or customization, you can modify the feeds.json file to fine-tune your source list and refresh intervals. To run the aggregator in a production environment, you may use the provided Docker instructions or set up a system crontab to execute aggregator.py at your preferred frequency.
Use Cases
This skill is perfect for news junkies, researchers, and professional analysts. Use it to build a personal dashboard of Danish affairs, automate the ingestion of market trends for financial monitoring, or feed local news into a company intranet. It is particularly effective for expatriates or international observers needing a quick digest of Danish English-language media alongside local coverage.
Example Prompts
- "OpenClaw, pull the latest tech news from the Danish tech aggregator and summarize the top three headlines about AI regulation."
- "Can you check the danish-business.xml feed and identify if there are any major updates regarding the Nationalbanken today?"
- "Filter the danish-all feed for the last 4 hours and generate a bulleted summary of all national headlines mentioning government policy."
Tips & Limitations
To maximize efficiency, keep your refresh_interval within reasonable limits to avoid excessive network strain. Remember that this tool relies on publicly available RSS feeds; if a provider changes their URL structure, you may need to update your feeds.json configuration file manually. The deduplication algorithm uses headline matching, so be aware that variations in title styling might occasionally cause duplicate entries if they do not match exactly.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-broedkrummen-danish-news-aggregator": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, code-execution
Related Skills
Fast Unified Memory
Skill by broedkrummen
Overkill Memory System
Skill by broedkrummen
Repo Onboarding
Skill by broedkrummen
overkill-mission-control
Comprehensive Mission Control dashboard for OpenClaw - monitor agents, automation, teams, documents, messages, and system metrics. Features real-time dashboards, agent-to-agent messaging, task execution, and enterprise-level monitoring.
brave-api-search
Real-time web search, autosuggest, and AI-powered answers using the official Brave Search API. Use for searching documentation, facts, current events, or any web content. Supports AI grounded answers with citations and query autosuggest. Requires BRAVE_SEARCH_API_KEY and BRAVE_ANSWERS_API_KEY.