openclaw-skills/stock-screener-builder/SKILL.md
Use when building a stock screen, filtering a universe by valuation, growth, quality, or momentum rules, or creating a repeatable shortlist for deeper research.
npx skillsauth add seaworld008/commonly-used-high-value-skills stock-screener-builderInstall 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.
建立一个清晰的研究漏斗(Research Funnel),而不是对着成千上万的股票清单漫无目的地看。本技能旨在帮助投资者构建可重复的筛选逻辑,从全市场数千只标的中通过多维财务指标(估值、增长、质量、动量)快速筛选出具有潜力的“候选池”。
# 确保已安装金融数据接口与数据处理库
pip install pandas numpy openbb requests
# 下载筛选模板
npx clawhub install stock-screener-builder
scripts/screen_stocks.py。comps-valuation-analyst 或 sec-filing-reviewer 技能进行深度背景调查。{
"name": "GARP_Strategy_V1",
"universe": "S&P 500",
"filters": {
"market_cap_min": 5000000000,
"pe_ratio_max": 25.0,
"peg_ratio_max": 1.2,
"revenue_growth_min": 0.15,
"roe_min": 0.18,
"debt_to_equity_max": 0.5
},
"sort_by": "peg_ratio",
"ascending": true,
"limit": 20
}
### 🔎 股票筛选报告:[GARP_Strategy_V1]
**1. 筛选概述 (Execution Summary)**:
- **初选池**: 500 只 (S&P 500)
- **通过过滤器**: 18 只
- **平均分值**: 7.2/10
**2. 核心幸存标的 (Top Surviving Names)**:
| 代码 | 行业 | 市盈率 (P/E) | 营收增速 | ROE | 综合得分 |
| :--- | :--- | :--- | :--- | :--- | :--- |
| **GOOGL** | Interactive Media | 22.5 | 15% | 25% | 8.8 |
| **META** | Interactive Media | 24.2 | 22% | 28% | 8.5 |
| **KLAC** | Semiconductors | 23.5 | 18% | 35% | 8.2 |
**3. 排除说明 (Why others failed)**:
- 35% 的标的因 `ROE < 18%` 被排除。
- 15% 的标的因 `PEG > 1.2` 被排除(估值过高)。
**4. 后续动作 (Next Steps)**:
- [ ] 调用 `earnings-call-analyzer` 分析 GOOGL 最新财报。
- [ ] 使用 `sec-filing-reviewer` 检查 KLAC 的地缘政治风险披露。
# 运行预定义的筛选规则
python scripts/screen_stocks.py --config assets/garp_config.json --export output/screener_results.csv
cron 技能,每天收盘后自动运行筛选器,如果出现符合“深度价值”(如:破净且现金充足)的新标的,立即通过 question 发送提醒给投资经理。tavily-search 抓取的新闻情绪得分结合。筛选出那些“基本面极佳但近期市场情绪极度悲观”(即:跌出价值)的错杀股。MEMORY.md。tools
飞书审批:查询和处理审批待办/已办/实例,搜索可发起审批定义、查看定义详情并发起原生审批实例。当用户要处理审批任务、查看审批实例、搜索或发起审批时使用。审批待办不是飞书任务;非审批类待办走 lark-task。不负责创建审批定义;三方审批定义不走原生提单。
development
Use when a user needs reproducible repository sizing, language composition, file counts, or code-versus-comment ratios with pygount; record exclusions and verify measurement scope before interpreting results.
development
Route a development task to the official Hermes Agent skill, Graphify Codex artifact set, Open GSD Core bundle, or optional GSD Pi bundle without duplicating their installers or state machines.
development
飞书 / Lark 通讯录:按姓名 / 邮箱解析成 open_id,或按 open_id 反查姓名 / 部门 / 邮箱 / 联系方式 / 个人状态 / 签名,以及按关键词搜索当前用户可见的机器人 / 智能体(agent)。当用户提到一个名字要下一步发消息 / 排日程,或拿到 open_id 想查具体信息时使用。不负责部门树遍历、按部门列员工、组织架构图,这类需求走原生 OpenAPI。