Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Investigate a username across 1000+ social media platforms and websites using social-analyzer. Use this skill whenever the user wants to look up, investigate...
Investigate a username across 1000+ social media platforms and websites using social-analyzer. Use this skill whenever the user wants to look up, investigate...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Cross-platform username investigation using social-analyzer. Searches 1000+ platforms and returns a natural language summary of findings.
pip3 install social-analyzer --break-system-packages Verify it works: python3 -m social-analyzer --username "testuser" --top 10 --output json --filter "good"
python3 -m social-analyzer \ --username "{USERNAME}" \ --metadata \ --output json \ --filter "good" \ --top 100
python3 -m social-analyzer \ --username "{USERNAME}" \ --metadata \ --extract \ --output json \ --filter "good,maybe" \ --top 300
# Specific websites python3 -m social-analyzer --username "{USERNAME}" --websites "youtube twitter instagram tiktok github" # By content type python3 -m social-analyzer --username "{USERNAME}" --type "music" # By country python3 -m social-analyzer --username "{USERNAME}" --countries "us uk"
python3 -m social-analyzer --username "{NAME1},{NAME2},{NAME3}" --metadata --top 100
After running the command, parse the JSON output and produce a conversational summary — do NOT dump raw JSON to the user.
From each detected profile: website — platform name url — direct link rate — confidence score (0–100) status — "good" / "maybe" / "bad" metadata.name — display name if available metadata.bio — bio/description if available metadata.followers — follower count if available
rate ≥ 80 → 高置信度,几乎确定是同一人 rate 50–79 → 中等,值得关注但需人工确认 rate < 50 → 低,通常跳过,除非用户要求显示全部
No results found: 在扫描的 100 个平台中未找到该用户名的公开账号。可能原因:用户名拼写不同、账号已删除、或平台设置了隐私保护。 Command takes too long (>5 min): Reduce scope: --top 50 or specify --websites explicitly. pip install fails: pip3 install social-analyzer # or pip install social-analyzer --user Rate limiting from platforms: Some platforms block rapid scanning. Use --mode slow for more polite requests: python3 -m social-analyzer --username "{USERNAME}" --mode slow --top 50
This tool only accesses publicly available information. Always remind the user: Results are public data only — no private messages, emails, or passwords Intended for legitimate use: self-auditing, security research, journalism, law enforcement support Do not use to stalk, harass, or violate anyone's privacy Different jurisdictions have different laws around OSINT — use responsibly Include a one-line reminder at the end of every investigation summary: ⚠️ 以上均为公开信息,请合法合理使用。
For Chinese social media platforms, use the dedicated script instead of social-analyzer.
平台覆盖情况备注Bilibili 哔哩哔哩✅ 用户名搜索 + 主页信息最可靠知乎 Zhihu✅ 用户名/URL token 搜索需精确匹配微博 Weibo⚠️ 移动端降级搜索仅存在性检测小红书 / 抖音 / 微信❌ 不支持强制登录,无公开接口
python3 skills/osint-social/scripts/cn_lookup.py "{USERNAME}"
User mentions Chinese platforms, Bilibili, 知乎, 微博 → use cn_lookup.py User mentions username is Chinese or used on Chinese internet → run both General global lookup → use social-analyzer only
# Step 1: Global platforms python3 -m social-analyzer --username "{USERNAME}" --metadata --output json --filter "good" --top 100 # Step 2: Chinese platforms python3 skills/osint-social/scripts/cn_lookup.py "{USERNAME}" Then combine and summarize both outputs together in a single natural language response.
references/platforms.md — Notable platforms covered and their categories references/platforms.md — Notable platforms covered and their categories scripts/run_osint.sh — Shell wrapper for global platform lookup scripts/cn_lookup.py — Chinese platform lookup (Bilibili, Zhihu, Weibo)
Long-tail utilities that do not fit the current primary taxonomy cleanly.
Largest current source with strong distribution and engagement signals.