identity-trace
Installation
SKILL.md
Identity Trace
Use the bundled standard-library CLI as the deterministic collection and reporting layer:
python3 <skill>/scripts/identity_trace.py run <identifier>
Do not install tools automatically. Let the CLI detect optional local tools and credentials, run every applicable available source by default, and record unavailable or failed sources in the case bundle.
Workflow
- Run
doctor --jsonwhen source availability is unknown. Treat credential presence as sensitive; report names and availability, never values. - Run
runwith the known identifiers. Add typed flags when combining an email, phone, username, name, or birth date. Readreferences/cli-reference.mdfor exact options. - Read the emitted
queries.json. Use available web or browser search tools for useful pivots, especially full-name and birth-date searches that the script cannot execute itself. - Record selected search results with
ingest. Include the exact query, URL, title, snippet, observation time, and related input IDs. Do not ingest a result merely because it resembles the target. - Run
validateafter ingestion or manual transfer of a case bundle. - Return the bundle path, source coverage, material observations, and collection failures. Keep hypotheses separate from the evidence report.