← 返回 Skills 市场
chungvic

Finance Report Pro

作者 chungvic · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
394
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install finance-report-pro
功能描述
個人理財報告生成專業版。AI 分析個人財務狀況,提供理財建議, 生成專業 PDF 報告。包含收入支出分析、資產負債評估、理財目標規劃、 被動收入建議。引流到付費產品(FB Ads / 電商)。 Use when: (1) 需要分析個人財務狀況, (2) 需要生成理財報告, (3) 需要理財建議, (4) 需要資產...
使用说明 (SKILL.md)

Finance Report Pro - 個人理財報告專業版

產品定位: 第一層入口產品(低價引流)

價格: $1 USD(ClawHub) / 免費(自建平台引流)

目標: 引流到付費產品(FB Ads / 電商)


🎯 核心功能

1️⃣ 財務狀況分析

輸入:

  • 月收入
  • 月支出
  • 資產(現金/投資/房產)
  • 負債(貸款/信用卡)

輸出:

  • 財務健康評分(0-100)
  • 儲蓄率分析
  • 資產負債比
  • 現金流分析

2️⃣ 理財建議生成

根據分析結果提供:

評分範圍 建議
80-100 優秀,建議投資增值
60-79 良好,建議優化支出
40-59 一般,建議增加收入
\x3C40 需改善,建議理財規劃

3️⃣ 被動收入規劃

提供 5 個被動收入方案:

  1. 股息投資 - 預期收益:$500-1000/月
  2. 房地產 REITs - 預期收益:$300-800/月
  3. P2P 借貸 - 預期收益:$200-500/月
  4. 數字產品 - 預期收益:$1000-3000/月
  5. 聯盟營銷 - 預期收益:$500-2000/月

4️⃣ 引流到付費產品

報告中包含:

  • FB Ads 服務 - $199-799/月
  • AI 電商課程 - $997-2,997
  • 1 對 1 諮詢 - $499/小時
  • 代運營服務 - $999/月

📁 文件結構

finance-report-pro/
├── SKILL.md
├── src/
│   ├── analyzer.py         # 財務分析器
│   ├── report_generator.py # 報告生成器
│   └── pdf_exporter.py     # PDF 導出器
├── docs/
│   ├── sample_report.md    # 報告樣本
│   └── pricing.md          # 定價說明
└── templates/
    └── report_template.md  # 報告模板

🚀 使用示例

輸入示例

{
  "monthly_income": 30000,
  "monthly_expense": 20000,
  "assets": {
    "cash": 100000,
    "investment": 50000,
    "property": 500000
  },
  "liabilities": {
    "loan": 200000,
    "credit_card": 10000
  },
  "financial_goals": [
    "5 年內買房",
    "10 年內財務自由"
  ]
}

輸出示例

# 個人理財報告

**生成日期:** 2026-03-30

## 財務健康評分:75/100 🟢

### 收入支出分析
- 月收入:$30,000
- 月支出:$20,000
- 儲蓄率:33% ✅ 良好

### 資產負債評估
- 總資產:$650,000
- 總負債:$210,000
- 淨資產:$440,000
- 資產負債比:32% ✅ 健康

### 理財建議
1. 儲蓄率良好,建議增加投資
2. 考慮增加被動收入來源
3. 建議配置 20% 資產到股息投資

### 被動收入方案
1. 股息投資 - 預期 $500-1000/月
2. 房地產 REITs - 預期 $300-800/月
...

### 付費產品推薦
- FB Ads 服務:$199-799/月
- AI 電商課程:$997-2,997

💰 定價策略

產品 價格 目的
理財報告(ClawHub) $1 USD 引流
理財報告(自建平台) 免費 收集 Email
FB Ads 服務 $199-799/月 主要收入
AI 電商課程 $997-2,997 高價產品
1 對 1 諮詢 $499/小時 高價服務

📊 預期轉化率

理財報告(免費/$1)
    ↓ 100%
FB Ads 服務(5% 轉化)
    ↓
AI 電商課程(2% 轉化)
    ↓
1 對 1 諮詢(1% 轉化)

預計月收入:

  • 理財報告:1000 用戶 × $1 = $1,000
  • FB Ads 服務:50 用戶 × $500 = $25,000
  • AI 電商課程:20 用戶 × $2,000 = $40,000
  • 諮詢:10 用戶 × $499 = $4,990

總計: ~$71,000/月


🫡 開始執行

下一步:

  1. 創建財務分析器(analyzer.py)
  2. 創建報告生成器(report_generator.py)
  3. 創建 PDF 導出器(pdf_exporter.py)
  4. 測試完整流程
  5. 上架 ClawHub
安全使用建议
This package mainly contains local analysis and a Markdown report generator — no network calls or credentials are requested, which is good. However: (1) SKILL.md claims a pdf_exporter and other docs/templates that are missing — ask the publisher for the missing files or an updated package before using. (2) The skill will process sensitive personal financial data; confirm how reports are stored, whether anything is sent to external services, and where PDF export (if present) writes files. (3) Verify the contact links (email/Telegram/Calendly) independently before trusting them for payments or scheduling. (4) If you plan to run this on real user data, review/complete the PDF exporter and add explicit privacy/retention controls and, if needed, logging/telemetry opt-outs. If the missing pdf_exporter is required for your workflow, treat the package as incomplete until provided.
功能分析
Type: OpenClaw Skill Name: finance-report-pro Version: 1.0.1 The bundle is a financial reporting and lead-generation tool designed to analyze user-provided financial data and recommend paid services. The Python logic in `src/analyzer.py` and `src/report_generator.py` performs standard arithmetic calculations and string formatting to generate a Markdown report. While the skill is designed for marketing and upselling (as explicitly stated in `SKILL.md`), there is no evidence of data exfiltration, malicious execution, or unauthorized access to sensitive system information.
能力评估
Purpose & Capability
The name/description match the included analyzer and report generator: both compute scores and produce a Markdown report. However SKILL.md and the documented file tree refer to a pdf_exporter.py, docs, and templates that are not present in the package; the README also emphasizes PDF export and funneling users to paid services, but the shipped code only generates Markdown and inlines marketing/contact links. This mismatch (claimed PDF export + missing file) is an inconsistency.
Instruction Scope
Runtime instructions and code operate only on provided financial data and generate reports; there are no commands to read unrelated files, environment variables, or make network calls. Still, SKILL.md's marketing/monetization steps (collecting emails, funneling to paid products) are described but not implemented in code, and the skill does not state how it will handle/retain sensitive user financial data — a privacy scope gap.
Install Mechanism
No install spec (instruction-only) and the Python source is included. Nothing is downloaded or executed outside the local code, so install mechanism risk is low.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate to the declared functionality. Note: because the skill processes sensitive financial inputs, the absence of any declared telemetry/storage settings is notable — there is no code here that exfiltrates data, but the packaging lacks a data-handling/privacy statement.
Persistence & Privilege
always:false and no code that modifies other skills or system settings. The skill does not request persistent privileges or autonomous always-on behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install finance-report-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /finance-report-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Updated pricing to USD
v1.0.0
Initial release - Personal finance report generator
元数据
Slug finance-report-pro
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Finance Report Pro 是什么?

個人理財報告生成專業版。AI 分析個人財務狀況,提供理財建議, 生成專業 PDF 報告。包含收入支出分析、資產負債評估、理財目標規劃、 被動收入建議。引流到付費產品(FB Ads / 電商)。 Use when: (1) 需要分析個人財務狀況, (2) 需要生成理財報告, (3) 需要理財建議, (4) 需要資產... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 394 次。

如何安装 Finance Report Pro?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install finance-report-pro」即可一键安装,无需额外配置。

Finance Report Pro 是免费的吗?

是的,Finance Report Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Finance Report Pro 支持哪些平台?

Finance Report Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Finance Report Pro?

由 chungvic(@chungvic)开发并维护,当前版本 v1.0.1。

💬 留言讨论