AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Second Level Thinker

skill-lj22503-investment-framework-skill-second-level-thinker · by lj22503

[何时使用]当用户需要深入思考时;当用户问"市场共识是什么"时;当进行逆向投资时;当需要判断市场周期时

No reviews yet
0 installs
18 views
0.0% view→install

Install

$ agentstack add skill-lj22503-investment-framework-skill-second-level-thinker

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-lj22503-investment-framework-skill-second-level-thinker)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Second Level Thinker? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

第二层思维者 🤔

基于《投资最重要的事》- 霍华德·马克斯


📋 功能描述

培养第二层思维能力,判断市场周期位置,逆向思考。

适用场景:

  • 市场周期判断
  • 逆向投资决策
  • 共识分析
  • 深度思考

边界条件:

  • 不替代基本面分析
  • 需配合估值分析
  • 逆向不是为反而反
  • 需耐心等待时机

🎯 核心功能

功能 1:第一层思维分析(市场共识)

市场共识识别:

| 观点 | 逻辑 | 问题 | |------|------|------| | 共识 1 | ... | 过于简单? | | 共识 2 | ... | 忽视风险? | | 共识 3 | ... | 线性外推? |

共识特征:

  • 媒体主流观点
  • 分析师一致预期
  • 投资者普遍行为

功能 2:第二层思维分析(深入思考)

第二层问题:

| 问题 | 第一层回答 | 第二层回答 | |------|-----------|-----------| | 价格是否合理? | 合理/不合理 | 相比什么? | | 共识是否正确? | 是/否 | 何时会错? | | 风险在哪里? | 显而易见的风险 | 隐藏的风险 | | 机会在哪里? | 显而易见的机会 | 隐藏的机会 |

功能 3:市场周期位置判断

周期指标:

| 指标 | 当前状态 | 周期信号 | |------|---------|---------| | 估值水平 | 高/中/低 | ⚠️/➡️/✅ | | 市场情绪 | 乐观/中性/悲观 | ⚠️/➡️/✅ | | 信贷条件 | 宽松/正常/紧缩 | ⚠️/➡️/✅ | | 风险偏好 | 高/中/低 | ⚠️/➡️/✅ |

周期位置: 底部/复苏/繁荣/衰退


⚠️ 常见错误

错误 1:为反而反

问题:
• 逆向不是为反而反
• 忽视基本面
• 盲目对抗共识

解决:
✓ 逆向基于深入分析
✓ 配合估值判断
✓ 等待合适时机

错误 2:过早逆向

问题:
• 过早对抗趋势
• 忽视趋势力量
• 承受过大压力

解决:
✓ 等待趋势衰竭
✓ 关注估值极端
✓ 分批建仓

错误 3:忽视市场力量

问题:
• 忽视市场非理性
• 过早判断顶底
• 忽视流动性

解决:
✓ 市场可以非理性很久
✓ 关注流动性
✓ 保持灵活性

错误 4:第二层思维表面化

问题:
• 只是反向思考
• 缺乏深入分析
• 忽视多层思考

解决:
✓ 深入分析基本面
✓ 多层思考
✓ 考虑各种情景

错误 5:忽视心理因素

问题:
• 忽视市场心理
• 忽视自身情绪
• 无法承受压力

解决:
✓ 理解市场心理
✓ 管理自身情绪
✓ 承受逆向压力

🔗 相关资源

  • references/second-level-thinking.md - 第二层思维详解
  • examples/market-cycle.md - 市场周期分析示例
  • templates/contrarian-template.md - 逆向投资模板

📊 输入参数

{
  "market_situation": {
    "type": "string",
    "required": true,
    "description": "当前市场情况描述"
  },
  "consensus_view": {
    "type": "string",
    "required": true,
    "description": "市场主流观点"
  },
  "asset_class": {
    "type": "string",
    "enum": ["股票", "债券", "商品", "房地产", "现金"],
    "required": true,
    "description": "资产类别"
  },
  "sentiment_indicators": {
    "type": "array",
    "items": {"type": "string"},
    "required": false,
    "description": "情绪指标列表"
  }
}

📤 输出格式

{
  "status": "success",
  "data": {
    "first_level_thinking": {
      "consensus_views": [],
      "problems": []
    },
    "second_level_thinking": {
      "deeper_questions": [],
      "deeper_answers": []
    },
    "cycle_analysis": {
      "valuation": "高 | 中 | 低",
      "sentiment": "乐观 | 中性 | 悲观",
      "position": "底部 | 复苏 | 繁荣 | 衰退"
    },
    "contrarian_opportunity": {
      "exists": true,
      "direction": "买入 | 卖出 | 观察",
      "confidence": 0,
      "risks": []
    }
  }
}

🧪 使用示例

示例 1:市场底部分析

输入:

市场情况:股市连续下跌 30%,成交低迷
市场共识:经济要衰退了,股市还要跌
资产类别:股票
情绪指标:
- 新开户数创新低
- 基金发行困难
- 媒体悲观

输出:

【第一层思维分析(市场共识)】

| 观点 | 逻辑 | 问题 |
|------|------|------|
| 经济要衰退 | GDP 增速放缓 | 已反映在价格中? |
| 股市还要跌 | 趋势向下 | 估值已极低? |
| 现金为王 | 避险 | 机会成本? |

【第二层思维分析(深入思考)】

| 问题 | 第一层回答 | 第二层回答 |
|------|-----------|-----------|
| 价格是否合理? | 不合理,还要跌 | 相比历史已极低 |
| 共识是否正确? | 是 | 可能过度悲观 |
| 风险在哪里? | 经济衰退 | 错过底部机会 |
| 机会在哪里? | 没有机会 | 极佳买入机会 |

【市场周期位置判断】

| 指标 | 当前状态 | 周期信号 |
|------|---------|---------|
| 估值水平 | 极低 | ✅ |
| 市场情绪 | 极度悲观 | ✅ |
| 信贷条件 | 紧缩 | ⚠️ |
| 风险偏好 | 极低 | ✅ |

周期位置:底部区域

【逆向投资机会】

机会存在:是
方向:买入
信心:高(8/10)

理由:
1. 估值处于历史底部
2. 情绪极度悲观
3. 共识过度悲观
4. 风险收益比极佳

风险:
- 可能继续下跌
- 底部可能持续很久
- 需要耐心和勇气

【投资建议】

建议:分批买入
理由:
1. 第二层思维显示机会极佳
2. 市场处于底部区域
3. 共识过度悲观
4. 逆向投资最佳时机

策略:
- 分批建仓(3-6 个月)
- 选择优质公司
- 长期持有
- 承受短期波动

📚 核心理念

关键洞察:

  1. 第一层思维看表面
  2. 第二层思维看本质
  3. 逆向不是为反而反
  4. 基于深入分析
  5. 耐心等待时机

健康公式:

好投资 = 第二层思维 × 逆向勇气 × 耐心等待

🔗 相关文件

  • templates/contrarian-template.md - 逆向投资模板
  • examples/contrarian-examples.md - 逆向投资示例集
  • references/second-level-thinking.md - 第二层思维参考

更新日志

  • v2.0.0 (2026-03-19): 按照 SKILL-STANDARD-v2.md 重构,添加 Front Matter、坑点章节、相关资源 🤔
  • v1.0.0 (2026-03-13): 初始版本,第二层思维者上线 🤔

第一层思维看表面,第二层思维看本质。逆向不是为反而反,是基于深入分析。 🤔 ---

🔧 故障排查

| 问题 | 检查项 | 解决方案 | |------|--------|---------| | 不触发 | description 是否包含触发词? | 将关键词加入 description | | 运行失败 | 脚本有执行权限吗? | chmod +x scripts/*.py | | 数据获取失败 | 网络连接正常吗? | 检查网络或 API 状态 | | 数据不足 | Tushare 积分足够吗? | 签到获取更多积分或使用免费数据源 | | 输出异常 | 输入格式正确吗? | 检查股票代码格式(如 600519.SH) |

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.