用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ginlix-ai/LangAlpha --skill idea-generation命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Search X (Twitter) posts, pull user profiles, fetch specific tweets, and read reply threads for sentiment, news, and event research. Triggers on 'X', 'Twitter', 'tweets about', 'sentiment on', 'what are people saying about', 'historical tweets', or any request to read public X content.
Web scraping: scrape_page / scrape_pages MCP tools for fetching pages as markdown, HTML, or text (fast HTTP, browser rendering, anti-bot stealth), plus the direct Scrapling Python API for selectors, sessions, and spiders
Orchestrate parallel subagent pipelines from a JavaScript workflow script — fan out work across many items (tickers, filings, findings) then synthesize, or run a saved workflow by name. Unlocks the RunWorkflow tool.
基于 SOC 职业分类
正在显示 SKILL.md
| name | idea-generation |
| description | Stock screening and idea generation: quantitative screens, thematic analysis, shortlist |
| license | Derived from anthropics/financial-services-plugins (Apache-2.0). Modified for langalpha. |
Systematic stock screening and investment idea sourcing. Combines quantitative screens, thematic research, and pattern recognition to surface new long and short ideas. Use when looking for new ideas, running screens, or conducting thematic sweeps. Triggers on "idea generation", "stock screen", "find ideas", "what looks interesting", "screen for", "new ideas", or "pitch me something".
Ask the user for parameters:
Data sourcing:
screen_stocks tool with filters (market cap, sector, price, volume, beta, dividend, etc.) to generate initial candidate listsget_company_overview tool for quick company snapshot with ratios, earnings, analyst consensusget_financial_statements(symbol) for detailed financials (income statement, balance sheet, cash flow)get_insider_trades(symbol) for insider transactions and buy/sell statsget_shares_float(symbol) for float data and short interestget_technical_indicator(symbol, 'rsi'), get_technical_indicator(symbol, 'macd') for technical signalsWebSearch / WebFetch for recent news and catalystsRun screens based on the style:
Value Screen
Growth Screen
Quality Screen
Short Screen
Special Situation Screen
For thematic ideas, research the theme and identify beneficiaries:
For each idea that passes the screen, present:
[Company Name] — [Long/Short] — [One-Line Thesis]
| Metric | Value | vs. Peers |
|---|---|---|
| Market cap | ||
| EV/EBITDA (NTM) | ||
| P/E (NTM) | ||
| Revenue growth | ||
| EBITDA margin | ||
| FCF yield |
Thesis (3-5 bullets):
Key Risks:
Suggested Next Steps:
Save all deliverables to $WORK_DIR/work/{task}/:
Move final deliverables to $WORK_DIR/work/{task}/results/.