Einstein Research — Headline Scenario Analyzer

v0.1.0

ニュースヘッドラインを入力として18ヶ月シナリオを分析するスキル。\nscenario-analystエージェントで主分析を実行し、\nstrategy-reviewerエージェントでセカンドオピニオンを取得。\n1次・2次・3次影響、推奨銘柄、レビューを含む包括的レポートを日本語で生成。\n使用例: /scen...

0· 132·0 current·0 all-time
byRunByDaVinci@clawdiri-ai

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for clawdiri-ai/einstein-research-scenario-dv.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Einstein Research — Headline Scenario Analyzer" (clawdiri-ai/einstein-research-scenario-dv) from ClawHub.
Skill page: https://clawhub.ai/clawdiri-ai/einstein-research-scenario-dv
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install einstein-research-scenario-dv

ClawHub CLI

Package manager switcher

npx clawhub@latest install einstein-research-scenario-dv
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (headline → 18‑month scenario analysis with two agents) match the SKILL.md and reference files. The README and references support the declared features (multi-agent workflow, sector matrices, playbooks).
Instruction Scope
SKILL.md provides explicit runtime instructions to spawn two agents (scenario-analyst and strategy-reviewer) using a sessions_spawn command and a specific model (gemini/gemini-2.5-pro). The instructions stay within the stated purpose and do not reference unrelated files, credentials, or external endpoints. Note: the workflow assumes platform support for sessions_spawn and pre-configured agents; the skill instructs model invocation rather than arbitrary file reads or exfiltration.
Install Mechanism
Instruction-only skill with no install spec and no code files. No downloads, packages, or binaries are requested—lowest install risk.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. This is proportionate to its stated function (analysis using configured LLM agents).
Persistence & Privilege
Flags are default (always:false, disable-model-invocation:false). The skill does not request permanent presence or elevated system privileges.
Assessment
This skill appears coherent and does not request secrets or install code. Before installing: 1) Confirm your platform supports the sessions_spawn workflow and that the named agents (scenario-analyst, strategy-reviewer) are configured as intended; the README references a python script (scripts/scenario_analyzer.py) that is not present in the package — expect manual configuration. 2) Understand the skill invokes LLM agents (it will call models like gemini/gemini-2.5-pro) — verify where those model requests are sent and whether logs/outputs are retained by your provider. 3) Remember outputs include stock recommendations; this is analytical assistance, not trade execution—do not supply sensitive credentials or private data to the skill, and treat recommendations as advisory only. If you need higher assurance, ask the publisher for the missing helper scripts and exact agent deployment instructions before use.

Like a lobster shell, security has layers — review code before you run it.

latestvk97dywn4p674ftedsp36770pcs83cvb9
132downloads
0stars
1versions
Updated 1mo ago
v0.1.0
MIT-0

ニュースシナリオ分析

概要

このスキルは、ニュースヘッドラインを入力として、今後18ヶ月の市場シナリオを分析し、包括的な投資戦略レポートを生成します。2つの専門エージェントを活用し、多角的な視点からの分析を提供します。

主要機能:

  • デュアルエージェント分析:
    • scenario-analyst: 主分析を担当し、影響の連鎖を深く掘り下げます。
    • strategy-reviewer: セカンドオピニオンを提供し、主分析のリスクや代替シナリオを評価します。
  • 多段階の影響分析: 1次(直接的)、2次(間接的)、3次(長期的・構造的)の影響を分析。
  • 具体的アクション: 推奨セクター、推奨銘柄、およびそれらの根拠を提示。
  • 日本語レポート: すべての分析結果を構造化された日本語のレポートとして出力。

利用シーン

トリガー:

  • 「[ニュースヘッドライン]の影響を分析して」
  • 「このニュースが市場にどう影響するか教えて」
  • 「18ヶ月の投資シナリオを立てて」
  • /scenario-analyzer "[ニュースヘッドライン]"

使用例:

  • /scenario-analyzer "連邦準備制度理事会(FRB)が50bpの利上げを実施"
  • /scenario-analyzer "大手テクノロジー企業がAIの画期的な進展を発表"
  • /scenario-analyzer "中東での地政学的リスクが再燃"

ワークフロー

ステップ1: ニュースヘッドラインの入力

ユーザーから分析対象のニュースヘッドラインを受け取ります。

# DaVinciへの指示
/scenario-analyzer "NVIDIA、次世代GPUの驚異的な性能を発表"

ステップ2: 主分析エージェントの実行 (scenario-analyst)

scenario-analystエージェントをバックグラウンドで実行し、主分析レポートを生成します。

# DaVinciが内部で実行
sessions_spawn \
  --agentId scenario-analyst \
  --task "ニュースヘッドライン:'NVIDIA、次世代GPUの驚異的な性能を発表' に基づき、今後18ヶ月の市場シナリオを分析せよ。1次・2次・3次の影響、恩恵を受けるセクター、具体的な推奨銘柄(3つ)とその根拠を提示すること。" \
  --model gemini/gemini-2.5-pro

scenario-analystの役割:

  • ニュースの核心を特定し、市場への影響を連鎖的に分析。
  • 1次影響: GPUメーカー、半導体セクターへの直接的な影響。
  • 2次影響: AI、データセンター、ゲーミング、自動車(自動運転)セクターへの波及。
  • 3次影響: 産業全体の生産性向上、新たなAIアプリケーション市場の創出、エネルギー消費の変化など。
  • 上記分析に基づき、最も有望なセクターと具体的な推奨銘柄を3つ選定。

ステップ3: セカンドオピニオンエージェントの実行 (strategy-reviewer)

scenario-analystのレポートをインプットとして、strategy-reviewerエージェントを実行します。

# DaVinciが内部で実行
sessions_spawn \
  --agentId strategy-reviewer \
  --task "以下の主分析レポートをレビューし、代替シナリオ、潜在的リスク、異なる視点からの推奨銘柄(1-2つ)を提示せよ。\n\n[scenario-analystのレポート内容]" \
  --model gemini/gemini-2.5-pro

strategy-reviewerの役割:

  • 主分析の論理的な脆弱性や見落としを指摘。
  • 過度に楽観的・悲観的な見方を修正。
  • 代替シナリオ(例: サプライチェーンの問題、競合の台頭など)を提示。
  • 主分析とは異なるセクターや銘柄を推奨し、ポートフォリオの多様化を促す。

ステップ4: 最終レポートの統合と生成

DaVinciが両エージェントの出力を統合し、以下の構造で最終的な日本語レポートを作成します。

レポート構造:

  1. エグゼクティブサマリー:
    • ニュースの核心と最も重要な結論。
    • 総合的な投資スタンス(強気、中立、弱気)。
  2. 主分析 (by scenario-analyst):
    • 影響の連鎖(1次、2次、3次)。
    • 推奨セクターと戦略的根拠。
    • 推奨銘柄(3つ)と詳細な分析。
  3. セカンドオピニオン (by strategy-reviewer):
    • 主分析へのレビューと評価。
    • 代替シナリオと潜在的リスク。
    • 追加の推奨銘柄(1-2つ)。
  4. 総合評価とアクションプラン:
    • 両者の意見を統合した最終的な見解。
    • 具体的なポートフォリオへのアクション(例: 「コアとしてA銘柄、サテライトとしてB銘柄を検討」)。

ステップ5: ユーザーへの報告

生成された最終レポートをユーザーに提示します。


エージェントプロファイル

scenario-analyst

  • ペルソナ: 経験豊富なマクロアナリスト。物事の関連性を見抜き、連鎖的な影響を予測することに長けている。データドリブンで論理的。
  • 得意分野: 経済、テクノロジー、地政学のトレンド分析。

strategy-reviewer

  • ペルソナ: 懐疑的でリスク管理を重視するファンドマネージャー。常に最悪のシナリオを考え、分析の穴を探す。逆張り的な視点を持つ。
  • 得意分野: リスク分析、定性的な評価、市場心理の読解。

このデュアルエージェントシステムにより、分析の深さと幅を両立させ、より頑健な投資戦略の構築を支援します。

Comments

Loading comments...