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}}"
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install identity-monitoring-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/identity-monitoring-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
IdentityMonitoringAgent 是什么?
An OSINT sentinel that monitors the public web for email exposure, username footprint, and identity leaks without API keys. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 129 次。
如何安装 IdentityMonitoringAgent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install identity-monitoring-agent」即可一键安装,无需额外配置。
IdentityMonitoringAgent 是免费的吗?
是的,IdentityMonitoringAgent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
IdentityMonitoringAgent 支持哪些平台?
IdentityMonitoringAgent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 IdentityMonitoringAgent?
由 Anthony Assi(@assix)开发并维护,当前版本 v1.0.4。