用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ginlix-ai/LangAlpha --skill check-deck命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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 | check-deck |
| description | Investment deck QC: number consistency, data-narrative alignment, IB language, formatting audit |
| license | Derived from anthropics/financial-services-plugins (Apache-2.0). Modified for langalpha. |
Perform comprehensive QC on investment banking presentations across four dimensions.
Extract presentation content before checking:
python -m markitdown presentation.pptx > content.md
For visual inspection, convert to images using the pptx skill workflow.
Extract numbers with slide references:
python scripts/extract_numbers.py content.md --check
Verify:
Flag pattern:
ISSUE: Revenue mismatch
- $500M on Slides 3, 8
- $485M on Slide 15 (DCF input)
ACTION: Reconcile figures
Map claims to supporting data:
Flag contradictions:
ISSUE: Narrative contradicts data
- Slide 4: "declining margins"
- Slide 7 chart: margins 18% → 22%
ACTION: Update narrative or verify data
Check plausibility (e.g., "#1 player in $100B market" with $200M revenue = 0.2% share).
Scan for:
See references/ib-terminology.md for replacement patterns.
Flag pattern:
ISSUE: Casual language (Slide 12)
- "This deal is a no-brainer"
→ "The transaction presents a compelling value proposition"
Audit each slide for:
Present findings using the template in references/report-format.md.
Categorize by severity: