scenario-analyzer
ニュースヘッドラインを入力として18ヶ月シナリオを分析するスキル。 scenario-analystエージェントで主分析を実行し、 strategy-reviewerエージェントでセカンドオピニオンを取得。 1次・2次・3次影響、推奨銘柄、レビューを含む包括的レポートを日本語で生成。 使用例: /scenario-analyzer "Fed raises rates by 50bp" トリガー: ニュース分析、シナリオ分析、18ヶ月展望、中長期投資戦略
Why use this skill?
Analyze news headlines with an 18-month horizon. The OpenClaw scenario-analyzer provides expert dual-agent reports on market impacts and investment strategy.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/veeramanikandanr48/scenario-analyzerWhat This Skill Does
The scenario-analyzer is an advanced OpenClaw agent skill designed to bridge the gap between real-time news headlines and long-term investment strategy. By utilizing a dual-agent architecture, it performs a systematic 18-month outlook analysis. First, the 'scenario-analyst' agent dissects the headline, classifies the event type (e.g., geopolitical, monetary policy, or technological), and builds a baseline scenario. Subsequently, the 'strategy-reviewer' agent acts as a critical peer, providing a second opinion to minimize confirmation bias and identify overlooked risks. The output is a comprehensive, multi-layered report delivered in Japanese, which includes primary, secondary, and tertiary economic impact assessments, recommended asset classes, and strategic review notes.
Installation
To integrate this skill into your environment, run the following command in your terminal:
clawhub install openclaw/skills/skills/veeramanikandanr48/scenario-analyzer
Ensure your OpenClaw CLI is updated to the latest version before executing the command to ensure compatibility with the multi-agent orchestration framework.
Use Cases
This tool is ideal for portfolio managers, financial analysts, and individual investors who need to cut through market noise. Use it when:
- A major geopolitical or regulatory headline breaks and you need to assess the ripple effects over the next 18 months.
- You are performing quantitative or qualitative scenario planning for a specific industry or asset class.
- You require a structured, defensible justification for investment rebalancing based on external macro drivers.
Example Prompts
- "/scenario-analyzer Fed raises interest rates by 50bp, signals more hikes ahead"
- "/scenario-analyzer China announces new tariffs on US semiconductors"
- "/scenario-analyzer OPEC+ agrees to cut oil production by 2 million barrels per day"
Tips & Limitations
- Depth vs. Breadth: The analysis is most effective when the headline is specific. If the input is too vague, the agent may struggle to identify sector-specific impacts.
- Language: While the tool is optimized for Japanese output, the internal reasoning and research processes utilize English-language reference datasets.
- Temporal Horizon: This skill is strictly calibrated for an 18-month horizon. It is not intended for high-frequency day trading or millisecond-latency signal generation.
- Review: Always treat the generated report as a decision-support tool rather than an automated financial advisor. The 'strategy-reviewer' provides critical perspective, but human oversight remains essential for final capital allocation.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-veeramanikandanr48-scenario-analyzer": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read
Related Skills
earnings-calendar
This skill retrieves upcoming earnings announcements for US stocks using the Financial Modeling Prep (FMP) API. Use this when the user requests earnings calendar data, wants to know which companies are reporting earnings in the upcoming week, or needs a weekly earnings review. The skill focuses on mid-cap and above companies (over $2B market cap) that have significant market impact, organizing the data by date and timing in a clean markdown table format. Supports multiple environments (CLI, Desktop, Web) with flexible API key management.
better-auth
Self-hosted auth for TypeScript/Cloudflare Workers with social auth, 2FA, passkeys, organizations, RBAC, and 15+ plugins. Requires Drizzle ORM or Kysely for D1 (no direct adapter). Self-hosted alternative to Clerk/Auth.js. Use when: self-hosting auth on D1, building OAuth provider, multi-tenant SaaS, or troubleshooting D1 adapter errors, session caching, rate limits, Expo crashes, additionalFields bugs.
dividend-growth-pullback-screener
Use this skill to find high-quality dividend growth stocks (12%+ annual dividend growth, 1.5%+ yield) that are experiencing temporary pullbacks, identified by RSI oversold conditions (RSI ≤40). This skill combines fundamental dividend analysis with technical timing indicators to identify buying opportunities in strong dividend growers during short-term weakness.
cli-developer
Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions.
options-strategy-advisor
Options trading strategy analysis and simulation tool. Provides theoretical pricing using Black-Scholes model, Greeks calculation, strategy P/L simulation, and risk management guidance. Use when user requests options strategy analysis, covered calls, protective puts, spreads, iron condors, earnings plays, or options risk management. Includes volatility analysis, position sizing, and earnings-based strategy recommendations. Educational focus with practical trade simulation.