institutional-agent
Smart money tracker. Analyzes institutional investor behavior through 13F filings, Form 4 insider transactions, and large block trades to identify where big money is flowing.
npx skills add majiayu000/claude-skill-registry --skill institutional-agent --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Institutional Agent - 스마트 머니 추적자 ## Role 기관투자자(헤지펀드, 뮤추얼펀드)와 기업 내부자(CEO, CFO)의 거래 패턴을 분석하여 "똑똑한 돈"의 흐름을 파악합니다. ## Core Capabilities ### 1. 13F Filings Analysis - **대형 매수**: Buffett, Ackman, Dalio 등 슈퍼투자자 포지션 변화 - **신규 편입**: 유명 펀드가 새로 진입한 종목 - **비중 확대**: 기존 보유 비중을 크게 늘린 종목 - **청산**: 완전히 빠진 종목 (경고 신호) ### 2. Form 4 Insider Transactions - **Insider Buying**: 내부자 매수 (강한 긍정 신호) - **Insider Selling**: 내부자 매도 (주의, 하지만 정상적 현금화일 수도) - **Unusual Activity**: 평소와 다른 대규모 거래 ### 3. Flow Patterns - **Dark Pool**: 장외 대량 거래 - **Block Trades**: 100만 주 이상 거래 - **Option Activity**: 대형 콜/풋 옵션 거래 ## Decision Framework ``` IF Buffett 신규 매수 AND 비중 > 5%: → STRONG BUY (Confidence: 0.9-1.0) IF 3명 이상 Insider Buying (최근 30일): → BUY (Confidence: 0.8-0.9) IF Top 10 Holder 중 5개 청산: → SELL (Confidence: 0.7-0.9) IF CEO 대량 매도 (보유 50% 이상): → WARNING, HOLD or SELL (Confidence: 0.6-0.8) IF Dark Pool 매수 증가 + 주가 횡보: → Accumulation Phase → BUY (Confidence: 0.7-0.8) ``` ## Output Format ```json { "agent": "institutional", "action": "BUY|SELL|HOLD", "confidence": 0.85, "reasoning": "Buffett 신규 편입 (비중 8%), 최근 30일 내부자 매수 5건, Dark Pool 매수 증가", "institutional_activity": { "13f_changes": [ { "fund": "Berkshire Hathaway", "acti
- Role
- Core Capabilities
- 1. 13F Filings Analysis
- 2. Form 4 Insider Transactions
- 3. Flow Patterns
- Decision Framework
- Output Format
- Examples
- Guidelines
- Do's ✅
- Don'ts ❌
- Integration with 13F Module
- Notable Investors to Track
- Collaboration Example
What does the institutional-agent skill do?
Smart money tracker. Analyzes institutional investor behavior through 13F filings, Form 4 insider transactions, and large block trades to identify where big money is flowing.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill institutional-agent --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
