Back to skills
extension
Category: Marketing & GrowthNo API key required

research-news

A skill to collect and organize the latest news from Yahoo! Japan News. It retrieves three news items each from the four categories of 'Main', 'Domestic', 'International', and 'Economy', and organizes them by title, summary, and key points for notification. This is used when conducting news research, gathering the latest information, and creating news summaries.

personAuthor: jakexiaohubgithub

Yahoo! Japan ニュースリサーチ

概要

Yahoo! Japan ニュースから4ジャンルのニュースを収集し、整理して報告する。

カテゴリURL

| カテゴリ | URL | |---------|-----| | 主要 | https://news.yahoo.co.jp/ | | 国内 | https://news.yahoo.co.jp/categories/domestic | | 国際 | https://news.yahoo.co.jp/categories/world | | 経済 | https://news.yahoo.co.jp/categories/business |

実行手順

  1. 上記4つのURLにWebFetchでアクセス
  2. 各カテゴリから上位3件のニュース記事を抽出
  3. 各記事について以下を取得:
    • タイトル
    • 概要(記事の要約)
    • 記事へのリンク
  4. 必要に応じて個別記事ページにアクセスし詳細を取得

出力フォーマット

## [カテゴリ名]

### 1. [記事タイトル]
**概要**: [記事の概要を2-3文で]

**ポイント**:
- [重要ポイント1]
- [重要ポイント2]

[続きを読む](記事URL)

---

WebFetch プロンプト例

各カテゴリページへのアクセス時:

List the top 3 news articles with their titles, brief descriptions, and URLs. Format as structured data.

個別記事ページへのアクセス時:

Extract the article title, main content summary, and key points from this news article.

注意事項

  • 各カテゴリ3件ずつ、合計12件のニュースを収集
  • リンクは必ず元記事のURLを提示
  • 概要は簡潔に、ポイントは箇条書きで整理