Japan News Digest
Fetch and summarize top Japanese news into a categorized, digestible daily digest.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/sa9saq/japan-news-digestJapan News Digest
Fetch, categorize, and summarize top Japanese news.
Use when user asks for Japanese news, daily digest, or what's happening in Japan.
Triggers: "Japan news", "日本のニュース", "news digest", "today's news Japan"
Requirements
web_searchandweb_fetchtool access- No API keys needed
Instructions
-
Fetch news — Run 2-3 searches:
web_search("Japan news today", country="JP", count=10) web_search("日本 ニュース 今日", search_lang="ja", count=10)For specific topics:
- Tech/AI:
"日本 AI テクノロジー 最新" - Business:
"日本 経済 ビジネス" - Politics:
"日本 政治 国会"
- Tech/AI:
-
Read promising articles with
web_fetch— pick 5-8 most interesting/important articles. -
Categorize:
- 🏛️ Politics & Society
- 💰 Business & Economy
- 🤖 Technology & AI
- 🌏 International
- 🎌 Culture & Entertainment
-
Output format:
## 📰 Japan News Digest **Date:** YYYY-MM-DD ### 🔥 Top Story **[Headline](URL)** 2-3 sentence summary. Key takeaway. ### 🤖 Technology **[Headline](URL)** Summary. (Source: NHK) ### 💰 Economy **[Headline](URL)** Summary. (Source: 日経) --- 📌 = Important | 🔥 = Breaking | 💡 = Interesting *Sources: NHK, 日経, 朝日, Reuters Japan* -
Optional: Save to
~/news-digests/YYYY-MM-DD.mdif requested.
Guidelines
- Default language: Japanese summaries. Switch to English on request.
- Prioritize relevance tags: 🔥 breaking > 📌 important > 💡 interesting
- Always attribute sources
- Don't extract paywalled content — summarize from available preview text
- Include 5-8 articles per digest (not too long, not too short)
Edge Cases
- No major news: Include trending topics or interesting features instead.
- Duplicate stories: Merge coverage from multiple sources, cite all.
- English-only request: Search with English queries and summarize in English.
- Specific topic request: Focus search and categories on that topic only.
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-sa9saq-japan-news-digest": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
threat-model
Threat modeling and attack scenario design. Identify risks before they become vulnerabilities. STRIDE, attack trees, risk matrix.
Sns Auto Poster
Schedule and automate social media posts to X/Twitter with cron-based queue management.
security-review
Comprehensive security review for code, configs, and operations. OWASP, prompt injection, crypto security. Auto-triggers on security-related changes.
Process Monitor
Monitor system processes, identify top CPU/memory consumers, and alert on resource thresholds.
Readme Generator
Auto-generate comprehensive README.md files by analyzing project structure and configuration.