用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/bilalbayram/opencode-finance --skill report命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | report |
| description | Generate a comprehensive public-company financial report and PDF export. Usage: /report <ticker> [focus] |
| user-invocable | true |
| disable-model-invocation | true |
| metadata | {"openclaw":{"skillKey":"opencode-finance-report","requires":{"env":"[Truncated]"}}} |
Run this skill only when the user invokes /report.
Parse the raw arguments after /report:
If ticker is missing, stop and reply with:
Usage: /report <ticker> [focus]
Use today's date in YYYY-MM-DD format as report_date.
Write all report artifacts under:
reports/<ticker>/<report_date>/
Produce:
report.mddashboard.mdassumptions.jsonadjustment-log.mdThen always generate:
<ticker>-<report_date>.pdfWorkflow requirements:
financial_search with coverage: "comprehensive" for numeric financial claims.financial_search with intent: "insider" and coverage: "comprehensive" for insider analysis and reference ownershipChange when available.N/A. Use observed values, unknown, or explicit reason text.report_pdf with:
subcommand: reportoutputRoot: reports/<ticker>/<report_date>/filename: <ticker>-<report_date>.pdfreport.md requirements:
Sector: <value>Headquarters: <value>Website: <value>Icon URL: <value>Top Positive DriversTop Negative Drivers[N] in text.## Sources section. It must be the last section in report.md.dashboard.md requirements:
| KPI | Value | Period | Source | Source URL | Retrieval timestamp |assumptions.json requirements:
scenario_assumptionsscore_inputsfactor_weightsuncertainty_flagsAnalysis requirements:
directional_conviction_score from 0-100bearish (0-39), neutral (40-59), or bullish (60-100)Not evaluated: missing portfolio holdings, benchmark, and mandateReturn a concise in-chat executive summary plus the artifact paths, including the generated PDF path.
Keep the output analytic and non-advisory.