# Xs Tech News Curation

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

- **Type:** Skill
- **Install:** `agentstack add skill-karaage0703-ai-assistant-workspace-xs-tech-news-curation`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [karaage0703](https://agentstack.voostack.com/s/karaage0703)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [karaage0703](https://github.com/karaage0703)
- **Source:** https://github.com/karaage0703/ai-assistant-workspace/tree/main/skills/xs-tech-news-curation

## Install

```sh
agentstack add skill-karaage0703-ai-assistant-workspace-xs-tech-news-curation
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# テックニューススキル

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

## トリガー

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

## 実行手順

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

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

```bash
# 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: フォーマットして報告

```markdown
## 今日のテックニュース（YYYY-MM-DD）

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

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

## カスタマイズ

ユーザーが特定のジャンルを指定した場合：
- 「AIのニュースだけ教えて」→ AI関連のみに絞る
- 「Pythonのニュース」→ Python関連のみに絞る
- 「日本語の記事だけ」→ 日本語ソースのみ使用

## RSSフィードの追加

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

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

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [karaage0703](https://github.com/karaage0703)
- **Source:** [karaage0703/ai-assistant-workspace](https://github.com/karaage0703/ai-assistant-workspace)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** yes
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-karaage0703-ai-assistant-workspace-xs-tech-news-curation
- Seller: https://agentstack.voostack.com/s/karaage0703
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
