jpskill.com
🎨 デザイン コミュニティ

zhihu-search-api-skill

指定されたキーワードに関するZhihuの記事検索、業界トレンド追跡、競合情報収集、市場調査のための構造化データ抽出、AIエージェント向けの全文取得など、Zhihuの情報を幅広く効率的に収集・分析するSkill。

📜 元の英語説明(参考)

This skill helps users automatically extract structured article details and full content from Zhihu via the BrowserAct API. Agent should proactively apply this skill when users express needs like: searching for Zhihu articles on a specific topic, tracking industry trends on Zhihu, monitoring public relations or sentiment on Zhihu, collecting competitor updates, getting the latest reports on specific keywords, monitoring brand exposure in Zhihu media, researching market hot topics, summarizing daily Zhihu industry news, retrieving hot events from the past week, extracting structured data for market research, finding full Zhihu articles for AI agents, extracting full article body from Zhihu links.

🇯🇵 日本人クリエイター向け解説

一言でいうと

指定されたキーワードに関するZhihuの記事検索、業界トレンド追跡、競合情報収集、市場調査のための構造化データ抽出、AIエージェント向けの全文取得など、Zhihuの情報を幅広く効率的に収集・分析するSkill。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o zhihu-search-api-skill.zip https://jpskill.com/download/17646.zip && unzip -o zhihu-search-api-skill.zip && rm zhihu-search-api-skill.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/17646.zip -OutFile "$d\zhihu-search-api-skill.zip"; Expand-Archive "$d\zhihu-search-api-skill.zip" -DestinationPath $d -Force; ri "$d\zhihu-search-api-skill.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して zhihu-search-api-skill.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → zhihu-search-api-skill フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
2

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

Zhihu Search API 自動抽出 Skill

📖 概要

この Skill は、BrowserAct の Zhihu Search API テンプレートを使用して、ワンストップの記事抽出サービスを提供します。キーワードと公開日フィルターに基づいて、Zhihu の記事検索結果から構造化された記事の詳細と全文を抽出します。

✨ 特徴

  1. ハルシネーションがなく、安定した正確なデータ抽出を保証: 事前設定されたワークフローにより、AI 生成によるハルシネーションを回避します。
  2. CAPTCHA の問題なし: reCAPTCHA やその他の検証課題に対処する必要はありません。
  3. IP アクセス制限やジオフェンシングなし: 地域ごとの IP 制限に対処する必要はありません。
  4. より速い実行速度: 純粋な AI 駆動のブラウザ自動化ソリューションと比較して、タスクの実行がはるかに高速です。
  5. 非常に高い費用対効果: 大量のトークンを消費する AI ソリューションと比較して、データ取得コストを大幅に削減します。

🔑 API Key ガイド

実行する前に、BROWSERACT_API_KEY 環境変数が設定されているか確認する必要があります。設定されていない場合は、他のアクションを実行せず、ユーザーが提供するまで待機してください。 Agent はこの時点でユーザーに通知する必要があります:

"BrowserAct API Key がまだ設定されていないため、まず BrowserAct Console にアクセスして Key を取得してください。"

🛠️ 入力パラメータ

Agent は、スクリプトを呼び出す際に、ユーザーのニーズに応じて以下のパラメータを柔軟に設定する必要があります。

  1. keyword (検索キーワード)

    • : string
    • 説明: Zhihu の記事を検索するために使用される検索キーワード。会社名、業界用語などを使用できます。
    • : AI agent, openclaw
  2. Publish_date (公開日範囲)

    • : string
    • 説明: 公開日で記事をフィルタリングします。
    • オプション:
      • 7d: 過去 7 日間
      • 30d: 過去 30 日間
      • 90d: 過去 90 日間
      • 1y: 過去 1 年間
      • all: いつでも
    • デフォルト: 7d
  3. Date_limit (抽出制限)

    • : number
    • 説明: 抽出する記事の最大数。
    • デフォルト: 10

🚀 推奨される使用法

Agent は、"1 つのコマンドで結果を得る"ために、以下の独立したスクリプトを実行する必要があります。

# 呼び出し例
python -u ./scripts/zhihu_search_api.py "keyword" "Publish_date" limit

⏳ 実行ステータスの監視

このタスクには自動化されたブラウザ操作が含まれるため、時間がかかる場合があります(数分)。スクリプトは実行中にタイムスタンプ付きのステータスログを継続的に出力します(例:[14:30:05] Task Status: running)。 Agent が知っておくべきこと:

  • スクリプトが結果を返すのを待っている間、ターミナル出力を監視し続けてください。
  • ターミナルが新しいステータスログを出力している限り、タスクは正常に実行されていることを意味します。デッドロックや無応答と誤解しないでください。
  • ステータスが長時間変わらない場合、またはスクリプトが出力を停止して結果を返さない場合は、再試行メカニズムをトリガーすることを検討してください。

📊 データ出力

正常に実行されると、スクリプトは API レスポンスから直接結果を解析して出力します。結果には以下が含まれます。

  • title: 記事の完全なタイトル
  • body_content: 記事の本文全体
  • image_url: メインの画像 URL または記事のカバー画像の URL
  • author: 記事の著者または公開アカウント名
  • publication_date: 記事の公開日
  • url_link: 元の記事の URL

⚠️ エラー処理と再試行

スクリプトの実行中にエラーが発生した場合(ネットワークの変動やタスクの失敗など)、Agent は次のロジックに従う必要があります。

  1. 出力内容の確認:

    • 出力に "Invalid authorization"含まれている場合、API Key が無効または期限切れであることを意味します。この時点では再試行せず、ユーザーに正しい API Key を確認して提供するように指示してください。
    • 出力に "Invalid authorization"含まれていないが、タスクの実行に失敗した場合(たとえば、出力が Error: で始まるか、戻り結果が空の場合)、Agent は自動的にスクリプトをもう一度実行しようとする必要があります。
  2. 再試行制限:

    • 自動再試行は1 回に制限されています。2 回目の試行でも失敗する場合は、再試行を停止し、特定のエラー情報をユーザーに報告してください。

🌟 代表的なユースケース

  1. 業界トレンドの追跡: Zhihu で「低空経済」や「生成 AI」などの特定のトピックに関する最新の業界動向を見つけます。
  2. 広報活動の監視: 特定のブランドまたは企業の過去 30 日間の Zhihu でのメディア露出を監視します。
  3. 競合他社のインテリジェンス収集: 競合他社が Zhihu で公開した最近の製品情報または市場活動を収集します。
  4. 市場のホットスポット調査: さまざまな時間軸にわたって、特定のキーワードに関する人気の Zhihu レポートを取得します。
  5. 人物の動向追跡: 業界のリーダーまたは著名人の最新の Zhihu の記事やインタビューを取得します。
  6. 毎日のブリーフィングの要約: Zhihu から毎日の業界ニュースブリーフィングを自動的に抽出して要約します。
  7. グローバルイベントの監視: Zhihu での主要な速報ニュースや議論にリアルタイムでアクセスします。
  8. 構造化データ抽出: 市場調査分析のために、記事のタイトル、著者、リンクなどの構造化された情報を Zhihu から抽出します。
  9. メディア露出分析: 特定のプロジェクトまたはイベントの Zhihu での広がりと人気を評価します。
  10. 長期的なテーマ別調査: 過去 1 年間の特定の技術トピックに関する詳細なレポートと議論を取得します。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Zhihu Search API Automated Extraction Skill

📖 Brief

This skill uses BrowserAct's Zhihu Search API template to provide a one-stop article extraction service. It extracts structured article details and full content from Zhihu article search results based on keywords and publication date filters.

✨ Features

  1. No hallucinations, ensuring stable and precise data extraction: Pre-set workflows avoid AI generative hallucinations.
  2. No CAPTCHA issues: No need to handle reCAPTCHA or other verification challenges.
  3. No IP access restrictions and geo-fencing: No need to deal with regional IP limits.
  4. Faster execution speed: Compared to pure AI-driven browser automation solutions, task execution is much faster.
  5. Extremely high cost-effectiveness: Significantly reduces data acquisition costs compared to AI solutions that consume a large number of tokens.

🔑 API Key Guide

Before running, you need to check the BROWSERACT_API_KEY environment variable. If it is not set, do not take other actions; wait for the user to provide it. The Agent must inform the user at this time:

"Since you have not configured the BrowserAct API Key yet, please go to the BrowserAct Console first to get your Key."

🛠️ Input Parameters

The Agent should flexibly configure the following parameters according to user needs when calling the script:

  1. keyword (Search Keywords)

    • Type: string
    • Description: Search keywords used to find Zhihu articles. Can be company name, industry term, etc.
    • Example: AI agent, openclaw
  2. Publish_date (Publication Date Range)

    • Type: string
    • Description: Filter articles by publication date.
    • Options:
      • 7d: Past 7 days
      • 30d: Past 30 days
      • 90d: Past 90 days
      • 1y: Past year
      • all: Any time
    • Default: 7d
  3. Date_limit (Extraction Limit)

    • Type: number
    • Description: Maximum number of articles to extract.
    • Default: 10

🚀 Recommended Usage

The Agent should execute the following independent script to achieve "one command gets results":

# Example call
python -u ./scripts/zhihu_search_api.py "keyword" "Publish_date" limit

⏳ Execution Status Monitoring

Because this task involves automated browser operations, it may take a long time (several minutes). The script will continuously output status logs with timestamps (e.g., [14:30:05] Task Status: running) while running. Agent Must Know:

  • While waiting for the script to return a result, keep monitoring the terminal output.
  • As long as the terminal is still outputting new status logs, it means the task is running normally, do not mistake it for a deadlock or unresponsiveness.
  • If the status remains unchanged for a long time or the script stops outputting without returning a result, then consider triggering the retry mechanism.

📊 Data Output

Upon successful execution, the script will directly parse and print the result from the API response. The result includes:

  • title: Full article title
  • body_content: Full body content of the article
  • image_url: Main image URL or article cover image URL
  • author: Article author or publishing account name
  • publication_date: Article publication date
  • url_link: Original article URL

⚠️ Error Handling & Retry

During the execution of the script, if an error is encountered (such as network fluctuations or task failure), the Agent should follow this logic:

  1. Check the output content:

    • If the output contains "Invalid authorization", it means the API Key is invalid or expired. Do not retry at this time, and guide the user to check and provide the correct API Key.
    • If the output does not contain "Invalid authorization" but the task execution fails (for example, the output starts with Error: or the return result is empty), the Agent should automatically try to execute the script once more.
  2. Retry limits:

    • Automatic retry is limited to one time. If the second attempt still fails, stop retrying and report the specific error information to the user.

🌟 Typical Use Cases

  1. Industry Trend Tracking: Find the latest industry dynamics on specific topics like "low-altitude economy" or "generative AI" on Zhihu.
  2. Public Relations Monitoring: Monitor the media exposure of a specific brand or company on Zhihu over the past 30 days.
  3. Competitor Intelligence Gathering: Collect recent product information or market activities published by competitors on Zhihu.
  4. Market Hotspot Research: Get popular Zhihu reports on specific keywords across different time dimensions.
  5. Character Dynamics Tracking: Retrieve the latest Zhihu articles and interviews of industry leaders or public figures.
  6. Daily Briefing Summary: Automatically extract and summarize daily industry news briefings from Zhihu.
  7. Global Event Monitoring: Real-time access to major breaking news and discussions on Zhihu.
  8. Structured Data Extraction: Extract structured information such as article titles, authors, and links from Zhihu for market research analysis.
  9. Media Exposure Analysis: Evaluate the spread and popularity of a specific project or event on Zhihu.
  10. Long-term Thematic Research: Retrieve in-depth reports and discussions on a specific technical topic from the past year.

同梱ファイル

※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。