anysite-person-analyzer
Installation
SKILL.md
Person Intelligence Analyzer
Comprehensive multi-platform intelligence analysis combining LinkedIn, Twitter/X, Reddit, GitHub, and web presence data to create actionable intelligence reports with cross-platform personality insights.
Analysis Workflow
Execute phases sequentially, adapting depth based on available data and user requirements.
Phase 1: Initial Data Collection
Starting with LinkedIn Profile URL:
- Use
get_linkedin_profilewith full parameters (education, experience, skills) - Extract and save the full URN (format:
urn:li:fsd_profile:ACoAAABCDEF) - this is critical for all subsequent API calls - Also extract: company URN, current role, location, connections count
- Record profile completeness for confidence scoring
IMPORTANT - URN Format:
Always use the complete URN format urn:li:fsd_profile:ACoAAABCDEF from the profile response for all subsequent calls to get_linkedin_user_posts, get_linkedin_user_comments, and get_linkedin_user_reactions. Do not use shortened versions or profile URLs.