finance-report
Quarterly / monthly financial report — masthead with KPIs, revenue and burn charts, P&L summary table, top-line highlights, and an outlook paragraph. Use when the brief mentions "financial report", "Q3 report", "MRR review", "P&L", or "财报".
DeepseekModel
官方收录技能
质量 优秀 · 90
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=nexu-io-open-design-plugins-official-examples-finance-report-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name finance-report description Quarterly / monthly financial report — masthead with KPIs, revenue and burn charts, P&L summary table, top-line highlights, and an outlook paragraph. Use when the brief mentions "financial report", "Q3 report", "MRR review", "P&L", or "财报". triggers ["financial report","finance report","quarterly report","p&l","mrr review","财报","财务报告"] od {"mode":"prototype","platform":"desktop","scenario":"finance","featured":10,"preview":{"type":"html","entry":"index.html"},"design_system":{"requires":true,"sections":["color","typography","layout","components"]},"craft":{"requires":["rtl-and-bidi"]},"example_prompt":"Build me a Q3 financial report for an early-stage SaaS — MRR, burn, gross margin, top accounts."} Finance Report Skill Produce a single-screen financial report in one self-contained HTML file. Workflow Read the active DESIGN.md. Tables, KPI cards, and chart strokes use palette tokens — never invent new ones. Classify the period (monthly / quarterly / yearly) and entity (startup, division, project) from the brief. If unspecified, assume a quarterly SaaS report and pick believable numbers. Layout the page in this order: Masthead: company / period / "Confidential — Finance" badge. Headline KPI strip (4 cards): Revenue, Net new MRR, Gross margin, Cash runway. Revenue trend chart (inline SVG line + area). Cost breakdown chart (inline SVG bar) with a 2–3 bullet caption. P&L summary table (Revenue / Gross profit / Opex / Net) with current vs prior period. Top accounts table with logo placeholders, plan, ARR, status badge. Outlook paragraph + footer with author + signature line. Write one self-contained HTML doc (CSS in one inline <style> block). Self-check : every number ties to a labelled chart or table; deltas show direction and percentage; accent colour used at most twice. Output contract <artifact identifier="finance-report-q3" type="text/html" title="Q3 Finance Report"> <!doctype html> <html>...</html> </artifact>
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |