agentsclimarketplace

Xs tech news curation

Skill karaage0703/ai-assistant-workspace/skills/xs-tech-news-curation

Install
npx -y skills add karaage0703/ai-assistant-workspace --skill xs-tech-news-curation

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

RSSフィードからAI・技術系の最新ニュースを取得して紹介するスキル。「テックニュース」「最新のニュース教えて」「技術ニュースまとめて」で使用。

SKILL.md

2.0 KB, as published. Nobody here has run it

テックニューススキル

AI・技術系の最新ニュースをRSSフィードから取得して紹介するスキルです。

トリガー

「テックニュース」「最新のニュース教えて」「技術ニュースまとめて」

実行手順

ステップ1: RSSフィードを取得

以下のRSSフィードから最新記事を取得します:

# Hacker News(テック全般)
curl -s "https://hnrss.org/newest?points=100" | head -200

# はてなテクノロジー(日本語テック)
curl -s "https://b.hatena.ne.jp/hotentry/it.rss" | head -200

# Reddit Programming
curl -s "https://www.reddit.com/r/programming/.rss?limit=10" | head -200

Web検索も併用して最新情報を補完します。

ステップ2: 記事を選定

以下の基準で3〜5件を選びます:

  • 優先: AI・機械学習、プログラミング、開発ツール
  • 除外: 有料記事(冒頭しか読めないもの)、広告記事
  • 多様性: 同じジャンルばかりにならないようにする

ステップ3: フォーマットして報告

## 今日のテックニュース(YYYY-MM-DD)

### 1. 記事タイトル
- 概要: 2〜3行で内容を説明
- ポイント: なぜ注目すべきか
- リンク: URL

### 2. 記事タイトル
...

カスタマイズ

ユーザーが特定のジャンルを指定した場合:

  • 「AIのニュースだけ教えて」→ AI関連のみに絞る
  • 「Pythonのニュース」→ Python関連のみに絞る
  • 「日本語の記事だけ」→ 日本語ソースのみ使用

RSSフィードの追加

ユーザーが好きなRSSフィードを追加したい場合は、このファイルに追記してもらう。

# 追加例
curl -s "https://example.com/feed.xml" | head -200

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.