Overview
- Skill Key
- chenhaubin/exposure-sentinel
- Author
- chenhaubin
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/chenhaubin/exposure-sentinel
- Latest Commit SHA
- cf8ef6afcb0bbe9bc65722133fad3cbc49d57416
Check if IP addresses are listed on the OpenClaw Exposure Watchboard (openclaw.allegro.earth). Use when you need to verify whether specific IPs are publicly exposed as OpenClaw instances. Scans all 3,357 pages of exposed instances to check for the presence of target IPs.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 exposure-sentinel 技能。 若已安装,则直接安装 exposure-sentinel 技能。
# Exposure Sentinel A sentinel that watches over the OpenClaw Exposure Watchboard, checking if your IPs are publicly listed as exposed instances. ## When to Use - **Security auditing**: Check if your infrastructure IPs are accidentally exposed - **Proactive monitoring**: Verify exposure status of critical endpoints - **Incident response**: Confirm if a suspected exposure is publicly known ## Quick Start ### Check a Single IP ```bash python3 skills/exposure-sentinel/scripts/check_ip.py 1.2.3.4 ``` ### Check Multiple IPs ```bash python3 skills/exposure-sentinel/scripts/check_ip.py 1.2.3.4 5.6.7.8 ``` ### With Progress Output ```bash python3 skills/exposure-sentinel/scripts/check_ip.py 1.2.3.4 -v ``` ### JSON Output (for automation) ```bash python3 skills/exposure-sentinel/scripts/check_ip.py 1.2.3.4 --json ``` ## How It Works 1. **Concurrent scanning**: Uses 50 concurrent connections to scan all 3,357 pages 2. **Pattern matching**: Handles both full IPs and partially masked IPs (e.g., `1.2.3.•••`) 3. **Complete coverage**: Checks every page of the exposure database 4. **Typical runtime**: ~85-95 seconds for full scan ## Interpreting Results - **✅ Not found**: IP is not listed in the exposure database (safe) - **⚠️ EXPOSED**: IP appears on the watchboard with page links for details ## Technical Details - **Source**: https://openclaw.allegro.earth - **Total pages**: 3,357 (100 records per page) - **Total records**: ~335,000 exposed instances - **Scan rate**: ~40 pages/second ## About OpenClaw Exposure Watchboard This is a public security research database listing publicly reachable OpenClaw instances for defensive awareness. If your IP appears here, it means: 1. The instance is directly exposed to the internet 2. Authentication may be disabled or weak 3. Immediate action recommended: enable auth, restrict access, patch
0xnyk
X Intelligence CLI — search, monitor, analyze, and engage on X/Twitter. TypeScript + Bun. AI agent skill.
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
jackculpan
Track flight prices from Google Flights with this OpenClaw skill. Search routes, monitor prices, and get alerts when prices drop.
openclaw-trade
openclaw trading assistant| openclaw trading skill | nof1.ai & openclaw [moltbot] collaboration | We get the best practices from alpha arena trading seasons and bring it to clawdbot All top AI agents, realtime monitoring and news research, gather info from private insiders and many other! Using Hyperliquid API.
xquik-dev
X (Twitter) automation skill for AI coding agents. Tweet search, user lookup, follower/following extraction, media download, reply/retweet/quote extraction, 40+ tools, account monitoring & trending topics. REST API, MCP server, HMAC webhooks. Works with Claude Code, Cursor, Codex, Copilot, Windsurf & 40+ agents.
mohsinkhadim59
Step-by-step guides for installing and running OpenClaw, an open-source AI agent, on Mac, Linux VPS, and AWS covering setup, security, messaging channels, Google integration, skills, and monitoring.