用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/openaccountant/skills --skill client-profitability命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | client-profitability |
| description | Analyze revenue and costs per client to find your most profitable accounts. |
Break down revenue and direct costs by client to determine which accounts are most and least profitable. Reveals hidden costs in high-maintenance clients and identifies your highest-value relationships.
transaction_search — find all revenue transactions grouped by client/vendor name, and all expenses attributable to specific clientsspending_summary — calculate overhead costs to allocate across clientstransaction_search to find all incoming payments, grouped by client name or reference.transaction_search to find all expenses directly tied to each client (contractor costs, materials, software licenses specific to a project).spending_summary to get total overhead (rent, utilities, general subscriptions).CLIENT PROFITABILITY — [Period]
═══════════════════════════════════════════════════════════
Client Revenue Direct Overhead Profit Margin
Costs Alloc.
──────────────────────────────────────────────────────────────
Acme Corp $15,000 $4,500 $3,750 $6,750 45.0%
Beta LLC $10,000 $7,200 $2,500 $300 3.0%
Gamma Inc $8,000 $2,000 $2,000 $4,000 50.0%
Delta Co $7,000 $1,800 $1,750 $3,450 49.3%
──────────────────────────────────────────────────────────────
TOTAL $40,000 $15,500 $10,000 $14,500 36.3%
═══════════════════════════════════════════════════════════
=ClientRevenue/TotalRevenue.=RevenueShare * TotalOverhead.=ClientRevenue - DirectCosts - AllocatedOverhead.=ClientProfit/ClientRevenue*100.=ClientProfit/HoursWorked.