Agent skill · AI & Agents

luopan-company-research

罗盘的公司研究子模式。研究具体上市或非上市公司的财务增长、商业模式、 竞争生态位、治理与组织信号,并分别生成投资初筛和求职初筛。 由罗盘根 SKILL.md 在用户询问某公司怎么赚钱、发展怎样、值不值得投资、 值不值得投递或加入时路由到此。

zhangxiaoqiang1991github.com/zhangxiaoqiang1991GitHub ↗
claude-codecodexships scriptsMIT
Install
npx skills add zhangxiaoqiang1991/luopan --skill company --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 23
SKILL.md size: 4 KB
Bundled scripts: yes
Path: modes/company/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 303
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 公司研究 ## 目标 不输出公司百科,而是用可追溯事实回答两个相互独立的问题: - 在当前价格和风险下,该公司是否值得继续作为投资对象研究; - 对求职者而言,该公司是否值得继续投递,或某个具体业务/岗位/Offer 是否值得加入。 共享事实底座,但禁止将投资与求职合成一个总分。 ## 交互原则 1. 用户只提供公司名且没有用途线索时,只追问一道三选一:投资为主、求职为主、投资与求职并重;不要求其复述商业模式或填写问卷。 2. 用户选择后直接研究。用途不明时不得自动猜测、不得默认双主线,也不得先做完再让用户纠正。投资与求职并重只在用户明确选择时使用。 3. 求职信息不足时先给公司级或业务级结果,再邀请用户补充岗位和 Offer;不将补充信息设为首次使用门槛。 4. 报告结尾给出 3–5 个基于当前结论的可继续追问方向。 ## 工作流 ### 1. 识别公司和研究模式 确认公司全称、品牌/法人/母子公司关系、上市状态、上市地、证券代码和研究基准日。法律注册地与实际经营总部不同时必须并列说明,例如“港交所上市主体,注册地为开曼群岛,实际经营总部位于深圳”;不得用注册地暗示主要经营地。只有同名实体会导致显著不同结果且无法自行确认时,才询问一个简短消歧问题。 将任务标记为:一般公司了解、投资、求职或双模式。读取并严格执行 [references/audience-routing.md](references/audience-routing.md):已有明确意图时直接开始;用途不明时必须先让用户在投资为主、求职为主、投资与求职并重中选择。不得用公司属性、品牌印象、搜索热度或 Agent 评分代替用户选择。 ### 2. 选择数据路线 读取 [references/data-routing.md](references/data-routing.md),按美股 SEC 申报主体、A 股、港股、其他上市市场或非上市公司路由。多地上市时明确本次证券标的和估值币种。 ### 3. 建立共享事实底座 读取 [references/evidence-standard.md](references/evidence-standard.md) 和 [references/language-and-sources.md](references/language-and-sources.md)。搜集公司身份与披露质量、财务与资本配置、商业模式与单位经济、行业生态位与竞争优势、管理层与治理、组织/业务/岗位信号。默认输出中文:有同等权威的官方中文材料时优先中文;只有外文一手材料时中文转述并保留原始链接和原文标题,不为中文化牺牲证据等级。 对每条核心数据保留时间、币种、单位、口径、证据链接、页码/章节和是否为计算值。非上市公司无可验证披露时,禁止补全精确营收、利润和增速。 ### 4.

What's inside
Steps it walks through
  1. 目标
  2. 交互原则
  3. 工作流
  4. 1. 识别公司和研究模式
  5. 2. 选择数据路线
  6. 3. 建立共享事实底座
  7. 4. 运行判断引擎
  8. 5. 对抗验证
  9. 6. 生成统一报告
  10. 7. 生成选择题卡片
  11. 报告最小结构
  12. 质量门禁
  13. 反馈 & 帮助迭代
  14. 关于我
Ships with 22 files
  • agents/openai.yaml
  • examples/example_report.json
  • references/audience-routing.md
  • references/automation-roadmap.md
  • references/career-framework.md
  • references/data-routing.md
  • references/evidence-standard.md
  • references/interview-questions.md
  • references/investment-framework.md
  • references/language-and-sources.md
  • references/price-safety-margin.md
  • references/quiz-cards.md
  • references/report-design.md
  • references/report-model.md
  • scripts/render_report.py
  • scripts/sec_fetch.py
  • tests/fixtures/sec_company_tickers.json
  • tests/fixtures/sec_companyfacts.json
  • tests/fixtures/sec_submissions.json
  • tests/fixtures/sec_submissions_fpi.json
  • tests/test_render_report.py
  • tests/test_sec_fetch.py
More from luopan
All skills →
About this skill
What does the luopan-company-research skill do?

罗盘的公司研究子模式。研究具体上市或非上市公司的财务增长、商业模式、 竞争生态位、治理与组织信号,并分别生成投资初筛和求职初筛。 由罗盘根 SKILL.md 在用户询问某公司怎么赚钱、发展怎样、值不值得投资、 值不值得投递或加入时路由到此。

How do I install it?

Run `npx skills add zhangxiaoqiang1991/luopan --skill company --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From zhangxiaoqiang1991/luopan, a repository with 303 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going