Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
balance-sheet-analyzer logo

balance-sheet-analyzer

balance-sheet-analyzer-marketplace

OtherClaude Codeby cwstedctw

Summary

資產負債表分析教學助手 — 比率計算、Chart.js 圖表、中英對照

Install to Claude Code

/plugin install balance-sheet-analyzer@balance-sheet-analyzer-marketplace

Run in Claude Code. Add the marketplace first with /plugin marketplace add cwstedctw/balance-sheet-analyzer if you haven't already.

README.md

資產負債表分析教學助手 Balance Sheet Analyzer

![License: MIT](LICENSE)

專為經濟/財務/會計課教師設計的 Claude Code Plugin,協助快速解讀上市公司資產負債表、計算財務比率、產出課堂視覺化圖表。

功能

  • 比率計算 — 流動比率、速動比率、現金比率、負債比率、D/E、權益乘數、ROE、ROA
  • 視覺化圖表 — Chart.js 產出資產結構堆疊圖、負債權益環形圖、財務健康雷達圖
  • 真實財報搜尋 — 支援中英雙語搜尋台灣及國際上市公司財報資料
  • 圖片 OCR — 上傳財報截圖或照片,自動辨識數字
  • CSV/Excel 解析 — 直接讀取結構化財報資料
  • 課堂練習題 — 自動產出教師版(含答案)與學生版
  • 中英對照 — 預設繁體中文輸出,科目名稱附英文

安裝

方法一:Plugin Marketplace(推薦)

在 Claude Code 中執行:

/plugin marketplace add cwstedctw/balance-sheet-analyzer
/plugin install balance-sheet-analyzer@balance-sheet-analyzer-marketplace

方法二:手動安裝

git clone https://github.com/cwstedctw/balance-sheet-analyzer.git
# 複製 skill 到專案目錄
cp -r balance-sheet-analyzer/skills/balance-sheet-analyzer /path/to/project/.claude/skills/
# 或複製到全域目錄
cp -r balance-sheet-analyzer/skills/balance-sheet-analyzer ~/.claude/skills/

依賴

  • Python >= 3.8
  • pandas(CSV/Excel 解析用,選用)

使用範例

安裝後在 Claude Code 中直接說:

幫我查台積電 2024 資產負債表
幫我算一下這些數字的財務比率:總資產 5000、總負債 2000、股東權益 3000...
做一個台積電的財務健康雷達圖
幫我出一份流動比率的課堂練習題

檔案結構

balance-sheet-analyzer/
├── .claude-plugin/
│   ├── marketplace.json        # Plugin Marketplace 定義
│   └── plugin.json             # Plugin manifest
├── skills/
│   └── balance-sheet-analyzer/
│       ├── SKILL.md            # Skill 定義(Claude Code 讀取)
│       ├── assets/             # 範例輸出(待補)
│       ├── references/
│       │   ├── glossary.md     # 中英術語對照 + 產業基準
│       │   ├── demo-data-tsmc.md  # 台積電示範資料
│       │   ├── search-sources.md  # 財報搜尋策略
│       │   └── tw-companies.md    # 台灣教學公司列表
│       └── scripts/
│           ├── calc_ratios.py          # 財務比率計算器
│           ├── generate_chart.py       # Chart.js 圖表產生器
│           ├── test_calc_ratios.py     # 回歸測試
│           └── test_generate_chart.py  # 回歸測試
├── README.md
├── LICENSE
└── CHANGELOG.md

獨立使用 Python 腳本

不透過 Claude Code 也可以直接使用:

# 計算比率(使用內建台積電示範資料)
python skills/balance-sheet-analyzer/scripts/calc_ratios.py

# 計算比率(自訂 JSON)
python skills/balance-sheet-analyzer/scripts/calc_ratios.py --json '{"company_name":"範例公司","total_assets":1000,...}'

# 產出圖表
python skills/balance-sheet-analyzer/scripts/generate_chart.py --output charts.html

Codex 使用者

此 skill 目前為 Claude Code plugin 格式。OpenAI Codex 使用不同的 skills 系統,無法直接安裝。但你仍可以:

  • 直接使用 scripts/calc_ratios.pyscripts/generate_chart.py
  • SKILL.md 的內容作為 Codex 自訂指令的參考

貢獻

歡迎提交 Pull Request!

License

MIT

Related plugins

Browse all →