Gather recent news from configured RSS/API sources, translate when needed, summarize it, and format it as a newsroom-ready brief.
Use this skill when the user wants a current news brief, a translated article summary, or a concise report assembled from the local OpenClaw newsroom toolchain.
{baseDir}/../../.openclaw/agents/main/agent/tools/news_search.py only when that path is available in the current machine context.news_search_config.json; do not invent sources and do not switch to scraping unless the user explicitly changes that policy.Use these local tools when they are present on the machine hosting OpenClaw:
python3 ~/.openclaw/agents/main/agent/tools/news_search.py 5
python3 ~/.openclaw/agents/main/agent/tools/translator.py "TEXT" ar
python3 ~/.openclaw/agents/main/agent/tools/summarizer.py "TEXT"
If the user asks for Kuwaiti coverage, bias selection toward the configured Kuwaiti feeds first, then supplement with major global wires when needed.
Default to this structure unless the user asks for another format:
العنوان: <headline>
المصدر: <source>
الرابط: <url>
الخلاصة:
- <bullet 1>
- <bullet 2>
- <bullet 3>
For multi-story digests, repeat the block per story and keep the total output compact.