pattern-of-life-from-socials

Analyze social media profiles, networks, content, and posting times to infer a subject's pattern of life.

38|2|Updated Aug 2, 2026
One-click install
npx skills add https://github.com/UseOSINT/Skills --skill pattern-of-life-from-socials-useosint
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pattern-of-life-from-socials
Source: https://github.com/UseOSINT/Skills/tree/main/skills/pattern-of-life-from-socials
Command: npx skills add https://github.com/UseOSINT/Skills --skill pattern-of-life-from-socials-useosint

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Turning scattered public social media posts into a defensible intelligence finding requires more than screenshots — it demands structured analysis of account metadata, follower networks, image content, and posting-time behavior, with every claim sourced and graded. ## Core Features & Use Cases - Four-layer analysis: Extracts account metadata (numeric IDs, creation dates, handle history), maps follower and mutual-follow networks, sweeps images for inadvertent disclosures (reflections, documents, plates), and builds hour-of-day and day-of-week posting histograms to infer timezone and routine. - Evidence discipline: Ships an analytic checklist and per-platform disclosure matrix covering Instagram, Facebook, X/Twitter, TikTok, LinkedIn, Reddit, Telegram, and Discord, with confirmed/probable/unconfirmed grading for every finding. - Use Case: Verify whether a supplier's claimed "EU operations lead" actually lives in Europe by decoding their account ID, analyzing four months of post timestamps for a sleep-window UTC offset, and corroborating with inbound tags from relatives. ## Quick Start Analyze this person's public Instagram and X accounts to infer their timezone, daily routine, and inner circle, then write a sourced report with confidence grades.

Frequently Asked Questions about pattern-of-life-from-socials

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I infer someone's timezone from their social media posts?▼

Extract every post timestamp into a table normalized to UTC, then plot hour-of-day and day-of-week histograms. A contiguous seven-to-nine-hour gap indicates the sleep window, whose position gives a UTC offset. Verify posting is manual first, since scheduling tools post at fixed times regardless of location.

How to find when a social media account was created?▼

Some platforms show creation dates directly; others encode them in snowflake-style 64-bit IDs whose high bits are a millisecond timestamp from a platform epoch. Plain sequential IDs give registration order, which you can bracket against accounts of known age.

Can social media analysis identify someone's real-world associates?▼

Yes. Early followers are typically family and close friends, mutual-follow clusters map real-world communities like employers or schools, and inbound tags from less careful relatives often leak details the subject withheld. Build the result as a graph, not a list.

Does viewing someone's profile notify them?▼

It depends on the platform and surface. Ephemeral story views are almost always reported to the poster, professional networks often report profile visits, and ordinary feed posts generally do not. Liking, following, or commenting is always attributable, so use a dedicated research account.

What are the legal limits of social media pattern-of-life analysis?▼

Automated scraping breaches most platforms' terms of service, while manual viewing of public content generally does not. Under GDPR, publicly available data still needs a lawful basis, and sustained monitoring of an individual's location and routine can meet the statutory definition of stalking.

Why do posting-time analyses sometimes give wrong timezones?▼

Scheduling tools post at fixed wall-clock times regardless of the human's location, platforms may render timestamps in the viewer's locale, and shared or team accounts blend multiple people into one histogram. Check replies, which are hard to schedule, against top-level posts before trusting the distribution.