IdentityMonitoringAgent
/install identity-monitoring-agent
IdentityMonitoringAgent
This agent acts as a digital investigator. It scans the public web and platform recovery flows to find where personal data might be exposed.
Setup
Install the necessary OSINT libraries in your LXC environment:
pip install holehe sherlock-project googlesearch-python
Local Testing
Before using the agent via the UI, verify the logic directly on your DGX Spark terminal:
Test Email Scanning
python3 monitor.py --tool scan_email --target [email protected]
Test Username Tracking
python3 monitor.py --tool scan_username --target example_user
Test Web Dorking
python3 monitor.py --tool search_leaks --query "example_query"
Note: If registered_sites returns an empty list [], it indicates no hits were found on supported platforms or the service is temporarily rate-limited.
User Instructions
- "Check if the email [email protected] is registered on any social platforms."
- "Find all social media accounts associated with the username 'example_user'."
- "Search the web for public mentions or leaks of the phone number 555-0123."
Tools
scan_email
Checks 120+ sites to see if an email is registered using forgotten password flows.
- Inputs:
email(string) - Call:
python3 monitor.py --tool scan_email --target {{email}}
scan_username
Hunts for a specific username across 400+ social networks and platforms.
- Inputs:
username(string) - Call:
python3 monitor.py --tool scan_username --target {{username}}
search_leaks
Uses advanced Google Dorks to find identifiers on leak sites, forums, and pastebins.
- Inputs:
query(string) - Call:
python3 monitor.py --tool search_leaks --query "{{query}}"
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install identity-monitoring-agent - After installation, invoke the skill by name or use
/identity-monitoring-agent - Provide required inputs per the skill's parameter spec and get structured output
What is IdentityMonitoringAgent?
An OSINT sentinel that monitors the public web for email exposure, username footprint, and identity leaks without API keys. It is an AI Agent Skill for Claude Code / OpenClaw, with 129 downloads so far.
How do I install IdentityMonitoringAgent?
Run "/install identity-monitoring-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is IdentityMonitoringAgent free?
Yes, IdentityMonitoringAgent is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does IdentityMonitoringAgent support?
IdentityMonitoringAgent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created IdentityMonitoringAgent?
It is built and maintained by Anthony Assi (@assix); the current version is v1.0.4.