把公司如何获客、交付、定价、赚钱和扩张的逻辑拆解清楚,帮助快速理解业务运转方式。适用于看不懂公司业务、研究前补基础、业务结构梳理等场景。
npx skills add https://github.com/Wind-Alice/AliceMarket --skill business_model_decoder_skill
推荐使用万得 wind-mcp-skill 获取底层数据。执行前先检查本地是否已有 wind-mcp-skill;若没有,提示用户安装:
# GitHub
npx skills add Wind-Information-Co-Ltd/wind-skills --skill wind-mcp-skill -g -y
# Gitee 镜像(国内)
npx skills add https://gitee.com/wind_info/wind-skills.git --skill wind-mcp-skill -g -y
本技能用于把一家公司“如何运转、如何赚钱、如何扩张、哪里容易出问题”讲清楚。输出重点不是复述公司简介,而是把复杂业务压缩成可理解的模块,让使用者快速建立对收入来源、成本结构、增长驱动和约束条件的认知。
先回答两个最基础的问题:
若不能把这两点讲清,就说明后续业务分析还不够扎实。
把公司收入按最有解释力的方式拆开,常见维度包括:
重点说明哪块是核心现金牛,哪块是增长引擎,哪块只是边缘业务。
除了“收入从哪里来”,还要解释“利润怎么留下来”。重点关注:
这样才能理解业务模式的质量,而不是只看表面收入。
明确公司未来增长通常依赖哪些路径:
同时指出增长的天然上限与扩张门槛,避免把线性外推当成必然。
从反面检验商业模式,重点识别:
最终应把公司业务讲成一段普通投资者或团队成员能快速复述的结构化说明,包括:
{一句话说明公司卖什么、向谁卖、靠什么赚}
| 模块 | 客户/需求 | 收入来源 | 价值贡献 | 当前角色 |
| :--- | :--- | :--- | :--- | :--- |
| {模块1} | {描述} | {描述} | {描述} | {核心/增长/边缘} |
| {模块2} | {描述} | {描述} | {描述} | {核心/增长/边缘} |
Take wind-alice/business_model_decoder_skill from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference npx.
Without those the skill loads but fails at the first command.