AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Xs Tech News Curation

skill-karaage0703-ai-assistant-workspace-xs-tech-news-curation · by karaage0703

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

No reviews yet
0 installs
12 views
0.0% view→install

Install

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

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-karaage0703-ai-assistant-workspace-xs-tech-news-curation)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Xs Tech News Curation? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

テックニューススキル

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

Source & license

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

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.