Habilidades web-research-assistant
📦

web-research-assistant

Riesgo bajo ⚡ Contiene scripts🌐 Acceso a red📁 Acceso al sistema de archivos🔑 Variables de entorno⚙️ Comandos externos

ウェブ検索とリサーチレポートの作成

AIアシスタントは直接的なウェブアクセスが</minimax:tool_call>、または制限されたサイトにアクセスできないことが多いです。このスキルはBrowserAct MCP APIを使用してライブ検索を実行し、重要なデータを抽出し、構造化されたMarkdownまたはJSON形式のリサーチレポートを生成します。

Soporta: Claude Codex Code(CC)
📊 71 Adecuado
1

Descargar el ZIP de la skill

2

Subir en Claude

Ve a Configuración → Capacidades → Skills → Subir skill

3

Activa y empieza a usar

Pruébalo

Usando "web-research-assistant". Research AI agent benchmarks from the past month

Resultado esperado:

「Web Research Report」というタイトルのMarkdownレポート。エグゼクティブサマリーには見つかったソース数が記載され、主な発見リスト、抽出された統計、最大10件のタイトルとURLを含む引用ソース、推奨事項セクションが含まれます。

Usando "web-research-assistant". Search for 'electric vehicle sales 2025' and export as JSON

Resultado esperado:

元のクエリ、BrowserAct APIからの生検索結果、total_results、key_facts、statistics、sources、summary文字列を含む抽出オブジェクトを含むJSONオブジェクト。

Auditoría de seguridad

Riesgo bajo
v2 • 5/21/2026

After AI evaluation, all 43 static analysis findings are determined to be false positives. The skill is a legitimate web research assistant that uses the BrowserAct API for web searches. The __import__('datetime') call at research.py:125 uses an unusual lazy import pattern but only imports a standard library module with a hardcoded string. All network calls, filesystem writes, and credential access patterns are consistent with the skill's documented purpose. SKILL.md backtick findings are markdown code formatting, not shell execution. No evidence of prompt injection, data exfiltration, or malicious intent was found. Risk level downgraded from static analyzer's suggested NEEDS_AI/SKIP to LOW.

2
Archivos escaneados
390
Líneas analizadas
6
hallazgos
2
Auditorías totales
Problemas de riesgo bajo (1)
Unconventional lazy import using __import__
Uses __import__('datetime') at runtime instead of a standard import statement. While functionally equivalent to importing the standard datetime module, this pattern is unusual and could be mistaken for dynamic code execution by automated scanners.

Puntuación de calidad

45
Arquitectura
100
Mantenibilidad
87
Contenido
36
Comunidad
88
Seguridad
91
Cumplimiento de la especificación

Lo que puedes crear

競合インテリジェンスの収集

競合の製品ローンチ、価格変動、市場ポジショニングを検索してビジネス戦略に活用します。

学術研究とニュース調査

期間フィルタリングとソース引用を付けて、トピックに関する最近の記事、研究、ニュースを見つけます。

技術的なトラブルシューティング

キャッシュされた知識が古い場合、現在のエラーメッセージ、ライブラリのドキュメント、コミュニティの議論を検索します。

Prueba estos prompts

基本的なウェブ検索
Research the latest trends in renewable energy and summarize the top findings.
競合企業を狙った検索
Search for news about Acme Corp from the past month. Limit to 15 results and focus on articles. Save the report to acme_news.md.
マルチソースデータ抽出
Run a deep research query on 'quantum computing breakthroughs 2025' using DuckDuckGo, retrieve 30 results, and output a JSON file with full sources and snippets.
構造化レポート生成
Research the global semiconductor market. Generate a markdown report with an executive summary, key statistics, data sources, and recommendations. Use the past_year time range.

Mejores prácticas

  • 結果の関連性を向上させノイズを減らすために、具体的な検索クエリを提供します。
  • 最新データが重要な場合は、time_rangeパラメータを「past_month」または「past_year」に設定します。
  • 意思決定を行う前に、複数のソースで重要な統計と主張を必ず交差検証してください。

Evitar

  • 単一の検索結果だけを唯一の信頼できる情報源として信頼しないでください。
  • 無関係または低品質の結果を返す、過度に広範なクエリは避けてください。
  • BrowserAct MCPトークンをプロンプトやバージョン管理で共有しないでください。

Preguntas frecuentes

このスキルにはどのようなAPI認証情報が必要ですか?
このスキルにはBROWSERACT_MCP_TOKEN環境変数が必要です。必要に応じてBrowserActプランに応じてBROWSERACT_API_KEYを使用できます。
このスキルと互換性のあるAIツールはどれですか?
このスキルはClaude、Codex、Claude Code向けに設計されています。OpenClawや同様のMCP互換アシスタントでも動作します。
リサーチレポートをファイルに保存できますか?
はい。--outputまたは-oフラグfollowed byファイルパスを指定してください。このスキルはMarkdownとJSONの両方の出力形式をサポートしています。
どの検索エンジンがサポートされていますか?
BrowserAct MCP API経由でGoogle、Bing、DuckDuckGoをサポートしています。
なぜこのスキルはネットワークアクセスが必要ですか?
BrowserAct MCP APIを呼び出して代わりにライブウェブ検索を実行するには、ネットワークアクセスが必要です。
検索データはサードパーティと共有されますか?
検索クエリはBrowserAct MCPサービスに送信されます。データ処理と保持の詳細については、BrowserActの隐私权政策を確認してください。

Detalles del desarrollador

Estructura de archivos

📁 scripts/

📄 research.py

📄 SKILL.md