# Quickstart

> Social Analyzer Quickstart

- Skill: `javimosch/quickstart-2827` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/quickstart-2827`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/quickstart-2827/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/quickstart-2827

---

# Social Analyzer Quickstart

Find a person's profile across 1000+ social media websites.

## Installation

```bash
npm install -g social-analyzer
```

## Basic Usage

```bash
# Analyze a username across all platforms
social-analyzer --username johndoe

# List all supported websites
social-analyzer --websites

# Save results to file
social-analyzer --username johndoe --output results.json
```

## Options

```bash
# Filter by specific sites
social-analyzer --username johndoe --filter "twitter,github,linkedin"

# Extract metadata from profiles
social-analyzer --username johndoe --metadata

# Verbose output
social-analyzer --username johndoe --verbose
```

## Output

Results include:
- Profile URLs
- Profile existence status
- Extracted metadata (if available)
- Response time

## Use Cases

- OSINT investigations
- Username availability checking
- Digital footprint analysis
- Security research

## Note

This tool performs passive reconnaissance by checking public profile pages. It does not attempt to log in or bypass any security measures.

