eToro-style social investing feed with AI-powered insights.
Features
Investor Activity Stream - Real-time trades, posts, and portfolio changes from followed investors
AI Trade Insights - GPT-powered analysis of why top investors made specific trades
Popular Investor Discovery - Find and filter top performers by strategy, risk, and returns
Trade Intent Signals - See when investors are researching or about to enter positions
Community Sentiment - Aggregate bullish/bearish sentiment from investor discussions
CopyTrader Integration - One-click copy any investor's strategy or individual trade
Performance Verification - Audited track records with verified broker connections
Commands
kit social feed # View activity from followed investors
kit social discover # Find new investors to follow
kit social trending # See trending trades and ideas
kit social follow <investor> # Follow an investor
kit social copy <investor> # Start copying an investor
kit social insights <trade> # AI analysis of a specific trade
API Endpoints
GET /api/social/feed - Personalized activity feed
GET /api/social/investors - Discover popular investors
GET /api/social/trending - Trending trades and discussions
POST /api/social/follow/:id - Follow investor
POST /api/social/copy/:id - Start copy trading
GET /api/social/insights/:tradeId - AI trade analysis
1---2name: social-investor-feed3description: Social Investor Feed4---5# Social Investor Feed67eToro-style social investing feed with AI-powered insights.89## Features1011- **Investor Activity Stream** - Real-time trades, posts, and portfolio changes from followed investors12- **AI Trade Insights** - GPT-powered analysis of why top investors made specific trades13- **Popular Investor Discovery** - Find and filter top performers by strategy, risk, and returns14- **Trade Intent Signals** - See when investors are researching or about to enter positions15- **Community Sentiment** - Aggregate bullish/bearish sentiment from investor discussions16- **CopyTrader Integration** - One-click copy any investor's strategy or individual trade17- **Performance Verification** - Audited track records with verified broker connections1819## Commands2021```22kit social feed # View activity from followed investors23kit social discover # Find new investors to follow24kit social trending # See trending trades and ideas25kit social follow <investor> # Follow an investor26kit social copy <investor> # Start copying an investor27kit social insights <trade> # AI analysis of a specific trade28```2930## API Endpoints3132- `GET /api/social/feed` - Personalized activity feed33- `GET /api/social/investors` - Discover popular investors34- `GET /api/social/trending` - Trending trades and discussions35- `POST /api/social/follow/:id` - Follow investor36- `POST /api/social/copy/:id` - Start copy trading37- `GET /api/social/insights/:tradeId` - AI trade analysis3839## Configuration4041```yaml42social:43 feed_refresh: 30s44 max_followed: 5045 copy_allocation: 10% # Default allocation per copied investor46 ai_insights: true47 sentiment_analysis: true48```4950## Data Sources5152- eToro API (when available)53- On-chain wallet tracking54- Social media monitoring55- Internal user network
Run npx skillmds@latest add signal-execution-labs/social-investor-feed in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Social Investor Feed It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Signal-Execution-Labs (@signal-execution-labs) published this skill. Their other Agent Skills are listed on their SkillMD profile.