Scenario Analyzer

v0.1.0

ニュースヘッドラインを入力として18ヶ月シナリオを分析するスキル。 scenario-analystエージェントで主分析を実行し、 strategy-reviewerエージェントでセカンドオピニオンを取得。 1次・2次・3次影響、推奨銘柄、レビューを含む包括的レポートを日本語で生成。 使用例: /scenario-analyzer "Fed raises rates by 50bp" トリガー: ニュース分析、シナリオ分析、18ヶ月展望、中長期投資戦略

1· 1.6k·3 current·3 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (headline → 18‑month scenario analysis) match the SKILL.md: it parses headlines, consults local references, calls two analysis subagents, collects recent news, and produces saved reports. No unrelated binaries, env vars, or external credentials are requested.
Instruction Scope
Runtime instructions are scoped to the declared purpose: parse headline, classify event type, read the three local reference markdown files, run WebSearch for recent news, invoke two named subagents, integrate outputs, and save a report under reports/. There is no instruction to read unrelated system files, ask for secrets, or send data to third‑party endpoints beyond WebSearch and the platform's task tool.
Install Mechanism
This is an instruction-only skill with no install spec and no code files to execute. No downloads, package installs, or external installers are present.
Credentials
No environment variables, credentials, or config paths are required. The declared scope (news collection and US ticker recommendations) justifies the absence of secrets; nothing requests unrelated tokens or keys.
Persistence & Privilege
The skill writes report files into a reports/ directory inside the project workspace (creates the directory if missing). This is consistent with producing output files, but you should confirm that writing into the workspace is acceptable for your environment and that the agent has only the intended filesystem access.
Assessment
This skill appears coherent for its stated purpose, but check these operational points before installing: - Dependents: The skill calls two subagents (scenario-analyst and strategy-reviewer). Verify those subagents exist and inspect their implementations (they could request env vars or network access that this orchestration doc doesn't show). - Network use: The workflow requires WebSearch (past 2 weeks) and invoking the platform Task tool; expect outbound network/search queries for each run. If you have privacy concerns about headlines or proprietary text being sent to external search, avoid using confidential inputs. - File writes: It will create a reports/ directory and save markdown reports there. Make sure writing files to the agent workspace is permitted and that no sensitive data will be stored inadvertently. - Financial advice: The skill selects and recommends US tickers; if you are concerned about regulatory/ethical implications, treat outputs as informational, not professional investment advice. - Autonomy: The skill is user-invocable and not forced-always; if you prefer to limit autonomous actions, restrict model invocation or require explicit consent before running subagents or WebSearch. If you want a deeper safety check, provide the implementations (code) for the scenario-analyst and strategy-reviewer agents so they can be reviewed for unexpected credential access, hidden endpoints, or unsafe shell/network operations.

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

latestvk976qdmnre4cdgmn979k7kmabs808qt7

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments