NanoSkill
スキルを投稿

Redditコンテンツ取得エージェントスキル

作成者ReScienceLab911GitHub スターGitHub

Redditの公開JSON APIを使用して、投稿、コメント、サブレディット情報、ユーザープロフィールを取得します。APIキー不要でリアルタイムの議論やコミュニティの洞察にアクセスできます。

レディットセキュリティスキャン済み
結果プレビュー

完全デモ

このスキルを活用した本番環境対応のRedditマーケットインテリジェンスレポートをご覧ください。

はじめる

最初のタスクを実行

  1. Terminal-based AI agent interface showing installation of a Reddit retrieval skill from the ReScienceLab opc-skills repository using an npx skills add command. The system processes an interactive agent selection prompt, selects Claude Code, retries installation with an auto-confirm flag, and successfully installs the Reddit skill. The output confirms symlink setup for Hermes Agent and shows capability details including accessing Reddit via public JSON endpoints without API keys. A command reference table lists available scripts such as get_posts, search_posts, get_subreddit, get_post by ID, and get_user profile data, enabling Reddit content search, retrieval, and analysis workflows.
    01

    インストール

    AIエージェントにRedditマーケットインテリジェンススキルを追加します。

  2. AI agent interface showing a detailed prompt for generating a Reddit-based market intelligence report for FlowMind, an AI productivity startup. The instructions describe extracting and analyzing real Reddit discussions across relevant subreddits to understand user sentiment, pain points, feature requests, adoption barriers, and competitor comparisons. The workflow specifies structured output sections including sentiment analysis, key frustrations, feature expectations, competitor mentions, emerging trends, and direct user quotes. A follow-up section shows the agent planning research, critiquing subreddit selection strategy, and preparing to launch parallel data collection and synthesis for high-confidence insights.
    02

    データを分析

    Redditの洞察を抽出するためのトピックまたは製品を提供します。

  3. Clean executive cover page for a confidential strategy document titled FlowMind Reddit Market Intelligence Report. The design uses a minimalist white background with bold black typography for 'FlowMind' and a subtitle describing Reddit-based market intelligence. A small label indicates 'CONFIDENTIAL STRATEGY ARTIFACT' at the top. The page includes a visual network graph on the right representing community connections and Reddit discussion networks, along with tags such as June 2026 and Reddit sentiment analysis. The layout resembles a consulting-style research report cover focused on turning community intelligence into product advantage.
    03

    洞察を生成

    主要な調査結果と推奨事項を含む構造化レポートを作成します。

インストールコマンド

$ npx skills add https://github.com/ReScienceLab/opc-skills/tree/main/skills/reddit

概要

Redditコンテンツ取得スキルは、Redditで利用可能な膨大な情報にアクセスするための強力で簡単な方法を提供します。Redditの公開JSON APIを活用することで、APIキーや複雑な認証プロセスを必要とせずに、投稿、コメント、サブレディットの詳細、ユーザープロフィールをプログラム的に取得できます。コミュニティの議論を分析したり、トレンドを追跡したり、インターネット最大のソーシャルプラットフォームの1つからデータを収集したい人にとって不可欠なツールです。

このスキルは、Redditデータとやり取りするための包括的なコマンドスイートを提供します。ユーザーは特定のサブレディットから投稿を取得し、「ホット」「新着」「トップ」などのさまざまな基準で並べ替え、時間フィルターを適用して結果を絞り込むことができます。一般的なブラウジングを超えて、キーワードベースの投稿検索をサポートし、特定のトピックに関するターゲットを絞った調査を可能にします。個々の投稿を掘り下げてコメントを抽出したり、サブレディットやユーザープロフィールに関する詳細情報を取得することもできます。

研究者、データアナリスト、開発者に最適なRedditコンテンツ取得スキルは、感情分析やトレンドの監視、コンテンツ集約、カスタムアプリケーションの構築のためにRedditコンテンツを収集するプロセスを簡素化します。使いやすさとアクセスできるデータの深さの組み合わせにより、Redditでの公開談話やコミュニティのダイナミクスを理解するための貴重な資産となります。

主な機能

強力な理由

  • APIキー不要

    認証やAPIキーなしでRedditの公開JSON APIに直接アクセスでき、セットアップが簡単ですぐに使用できます。

  • 包括的なコンテンツ取得

    個別の投稿、関連コメント、詳細なサブレディット情報、ユーザープロフィールなど、さまざまなタイプのRedditコンテンツを簡単に取得できます。

  • 柔軟な検索と並べ替え

    「ホット」、「新着」、「トップ」、「ライジング」、「議論を呼ぶ」などの多様な並べ替えオプションと、時間フィルター(時間、日、週、月、年、全期間)を利用して、Redditコンテンツの検索を絞り込むことができます。

  • サブレディットとユーザーデータへの直接アクセス

    特定のサブレディットやユーザープロフィールの情報をすばやく取得し、ユーザーの最近の投稿を含めて、コミュニティと個人の活動に関する洞察を得ることができます。

ユースケース

使うべきタイミング

  • サブレディットのディスカッションを監視

    特定のサブレディット内のトレンドトピック、新着投稿、またはトップディスカッションを追跡して、コミュニティの感情や人気コンテンツについて常に把握します。

  • ユーザーアクティビティの分析

    特定のRedditユーザーの貢献、関心、またはエンゲージメントパターンを理解するために、ユーザープロフィールと最近の投稿を取得します。

  • 特定のトピックの調査

    キーワードを使用してReddit全体または特定のサブレディット内で投稿を検索し、任意のトピックに関する情報と洞察を収集します。

SKILL.md

Redditスキル

公開JSON APIを介してRedditから投稿、コメント、サブレディット情報、ユーザープロフィールを取得します。

前提条件

APIキーは不要です! Redditの公開JSON APIは認証なしで動作します。

クイックチェック:

cd <skill_directory>
python3 scripts/get_posts.py python --limit 3

コマンド

すべてのコマンドはスキルディレクトリから実行します。

サブレディットの投稿

python3 scripts/get_posts.py python --limit 20           # Hot posts (default)
python3 scripts/get_posts.py python --sort new --limit 20
python3 scripts/get_posts.py python --sort top --time week
python3 scripts/get_posts.py python --sort top --time all --limit 10

投稿の検索

python3 scripts/search_posts.py "AI agent" --limit 20
python3 scripts/search_posts.py "MCP server" --subreddit ClaudeAI --limit 10
python3 scripts/search_posts.py "async python" --sort top --time year

サブレディット情報

python3 scripts/get_subreddit.py python
python3 scripts/get_subreddit.py ClaudeAI

投稿とコメント

python3 scripts/get_post.py abc123                       # Get post by ID
python3 scripts/get_post.py abc123 --comments 50         # With more comments

ユーザープロフィール

python3 scripts/get_user.py spez
python3 scripts/get_user.py spez --posts 10              # Include recent posts

ソートオプション

ソート説明時間オプション
hotトレンド投稿(デフォルト)-
new最新の投稿-
top最高評価時, 日, 週, 月, 年, すべて
rising注目度上昇中-
controversial賛否両論時, 日, 週, 月, 年, すべて

API情報

  • メソッド: 公開JSON API(認証不要)
  • TIPS: 任意のReddit URLに.jsonを追加
  • レート制限: 100リクエスト/分
  • ドキュメント: https://www.reddit.com/dev/api

FAQ