SKILLS/investment-committee/SKILL.md
组建高级投资委员会,由三位传奇投资人风格的虚拟专家(Buffett, Wood, Druckenmiller)进行独立多轮对抗辩论。采用物理隔离的 Gemini API 调用实现真正独立思考,并通过投票形成最终决议。Use when evaluating investment decisions, reviewing stock research reports, or seeking multi-perspective analysis on public companies.
npx skillsauth add pinkpixel-dev/skills-collection-2 investment-committeeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
启动一个由三位顶级投资人风格组成的虚拟委员会,对目标公司进行严格的独立审查、对抗式辩论和投票决议。
ffill) 处理节假日/缺失数据,确保德肯米勒始终获得有效情报。| 角色 | 投资哲学内核 | 数据注入 | | :--- | :--- | :--- | | 巴菲特 | "生意"思维、护城河、安全边际 | 标准研报 | | 木头姐 | 莱特定律、S曲线拐点、技术融合 | 标准研报 | | 德肯米勒 | 流动性为王、价格行为、不对称赔率 | 实时宏观快照 (美债/美元/VIX) |
详细人设见: references/personas/ 目录。
脚本自动从 Yahoo Finance 抓取:
^TNX)DX-Y.NYB)^VIX)SPY, QQQ)每位专家阅读研报(德肯米勒额外获得宏观数据),给出独立判断。
多轮辩论,针对性反驳,并更新立场。
google-genai)yfinance)pip install -r requirements.txt
# Windows PowerShell
$env:GEMINI_API_KEY='<YOUR_API_KEY>' # 替换为你的 Gemini API Key
# 可选代理(如使用 Clash/V2Ray 等)
$env:HTTP_PROXY='http://127.0.0.1:<PORT>' # 替换为你的代理端口
$env:HTTPS_PROXY='http://127.0.0.1:<PORT>'
获取 API Key: 访问 Google AI Studio 创建 API Key
python scripts/run_committee.py <path_to_report.md> --rounds 3 --output ./output
investment-committee/
├── SKILL.md # 本文件 (架构说明)
├── TROUBLESHOOTING.md # 问题排查
├── requirements.txt # 依赖 (google-genai, yfinance)
├── scripts/
│ └── run_committee.py # 核心执行脚本 (包含数据抓取逻辑)
└── references/
└── personas/ # 通用化人设提示词
├── buffett.md
├── wood.md
└── druckenmiller.md
tools
Perform lateral movement across Windows networks using WMI-based remote execution techniques including Impacket wmiexec.py, CrackMapExec, and native WMI commands for stealthy post-exploitation during red team engagements.
data-ai
Detects lateral movement techniques including Pass-the-Hash, PsExec, WMI execution, RDP pivoting, and SMB-based spreading using SIEM correlation of Windows event logs, network flow data, and endpoint telemetry mapped to MITRE ATT&CK Lateral Movement (TA0008) techniques.
tools
Kubernetes penetration testing systematically evaluates cluster security by simulating attacker techniques against the API server, kubelet, etcd, pods, RBAC, network policies, and secrets. Using tools
testing
Assess the security posture of Kubernetes etcd clusters by evaluating encryption at rest, TLS configuration, access controls, backup encryption, and network isolation.