スキル wechat-article-search-api-skill
📱

wechat-article-search-api-skill

低リスク 🌐 ネットワークアクセス🔑 環境変数⚙️ 外部コマンド

API経由でWeChat記事を検索・全文抽出

WeChat記事のコンテンツを手動で抽出するのは時間と手間がかかり、エラーも発生しやすいです。このスキルはBrowserAct APIを通じてWeChat記事の検索と全文抽出を自動化し、ソーシャルリスニングや市場調査ワークフローを実現します。

対応: Claude Codex Code(CC)
🥉 72 ブロンズ
1

スキルZIPをダウンロード

2

Claudeでアップロード

設定 → 機能 → スキル → スキルをアップロードへ移動

3

オンにして利用開始

テストする

「wechat-article-search-api-skill」を使用しています。 Search WeChat for articles about AI agents

期待される結果:

Found 5 articles. Top result: 'The Rise of AI Agents in Enterprise' by TechWeekly (published 2026-04-25). This article discusses how AI agents are transforming workplace productivity. [Full content extracted - 2500 words]

「wechat-article-search-api-skill」を使用しています。 Find content about smartphone market trends from April 2026

期待される結果:

Retrieved 3 articles analyzing Q1 2026 smartphone market data. Key insight: Android phone sales grew 15% while iPhone sales declined. Full analysis available in extracted content.

セキュリティ監査

低リスク
v1 • 4/28/2026

Security audit completed. Static scanner flagged 52 potential issues, but after semantic evaluation, all findings are false positives or misclassifications. The skill makes legitimate API calls to BrowserAct service with proper authentication (Bearer token). API key is read from environment variable (secure pattern). No command injection vectors, no prompt injection detected, no data exfiltration patterns. Risk factors (network, env_access, external_commands) are standard for legitimate API integration skills and do not constitute security concerns when properly implemented.

2
スキャンされたファイル
191
解析された行数
7
検出結果
1
総監査数
低リスクの問題 (4)
Network Access via HTTP Libraries
Script uses Python requests library to make HTTP calls to BrowserAct API. This is legitimate API integration with no exfiltration patterns. Requests are authenticated with Bearer token to known service endpoint.
Environment Variable Access for API Credentials
Script reads BROWSERACT_API_KEY from environment variable using os.getenv(). This is the secure pattern for credential management - no hardcoded secrets present.
Hardcoded API Endpoint URL
API_BASE_URL is hardcoded to browseract.com endpoint. This is expected configuration - not a security issue as the service endpoint is legitimate and known.
Bash Command Invocation in Documentation
SKILL.md contains example bash command showing script invocation. This is documentation, not actual command execution. No user input injection possible.
監査者: claude

品質スコア

45
アーキテクチャ
100
保守性
87
コンテンツ
50
コミュニティ
82
セキュリティ
83
仕様準拠

作れるもの

メディア監視とブランド追跡

WeChat公众号で自社ブランドや業界についてどのように議論されているかを監視。リアルタイムで言及、感情分析、新興トレンドを追跡。

競合インテリジェンス調査

関連するWeChat公众号から全文記事を抽出して競合活動と市場ポジショニングを分析包括的な競合レポートを構築。

ナレッジベース向けコンテンツキュレーション

価値のあるWeChat記事を自動的に抽出して社内ナレッジベースにアーカイブ業界インサイトの整理されたリポジトリを構築。

これらのプロンプトを試す

シンプルな記事検索
Search WeChat for articles about {topic}
業界トレンド分析
Find recent WeChat articles about {industry} trends published in the last week
ブランド監視
Extract all WeChat articles mentioning {brand_name} from the past month
マルチキーワード調査
Search WeChat for articles covering {keyword1} and {keyword2}. Get up to {limit} results

ベストプラクティス

  • スケールアップする前に、少数の抽出制限(5〜10件)からテストを開始
  • BrowserActのレート制限内に収まるようAPI使用量を監視
  • 引用と検証のために、元のURLと共に抽出コンテンツを保存

回避

  • BROWSERACT_API_KEY環境変数を設定せずにスキルを実行しない
  • 1回の呼び出しで大量バッチ(100件以上)をリクエストしない - 代わりにページネーションを使用
  • 抽出コンテンツが最新であることを前提としない - WeChat記事は著者によって削除される場合がある

よくある質問

BrowserActとは何ですか?なぜAPIキーが必要ですか?
BrowserActはWeChat検索APIを提供するブラウザ自動化)です。サービスにアクセスするにはAPIキーが必要です。browseract.comからキーを取得してください。
このスキルは非公開のWeChatアカウントからコンテンツを抽出できますか?
いいえ。このスキルは公開されているWeChatコンテンツにのみアクセスします。非公開アカウントや有料の壁の後ろにある記事にはアクセスできません。
記事の抽出にはどのくらい時間がかかりますか?
リクエストする記事数とサーバーの負荷に応じて、実行時間は30秒から数分まで異なります。スクリプトは実行中にステータス更新を提供します。
APIキーが無効な場合はどうなりますか?
スキルは「無効な認証」エラーを返し、リトライしません。有効なAPIキーを提供する必要があります。
特定のWeChat公众号から記事を抽出できますか?
はい。アカウント名をキーワードとして使用して検索できます。ただし、検索の精度はWeChatでのアカウントのインデックス方法に依存します。
抽出できる記事数に制限はありますか?
BrowserActはレート制限を設けていません。小批量(5〜10件)から始めて、APIクォータに基づいてスケールアップできます。スクリプトはパラメータを通じて抽出制限を設定する機能をサポートしています。

開発者の詳細

ファイル構成