An AI agent skill leveraging the OOMOL CLI to query IP2Proxy for detecting proxy, VPN, and Tor exit node IP addresses securely.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install oo-ip2proxy
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install oo-ip2proxy using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The oo-ip2proxy skill is a robust integration designed for Openclaw Skills to identify proxy servers, VPNs, Tor exit nodes, and hosting IP addresses automatically. By leveraging the OOMOL-connected oo CLI, this skill abstracts away the complexities of manual API integration and raw token management, ensuring all credentials are safe and injected server-side.
Using this skill alongside other Openclaw Skills streamlines cybersecurity checks, user traffic auditing, and automated threat detection. It empowers developers to build secure, AI-driven networking workflows that adapt dynamically to traffic patterns without exposing sensitive API credentials.
oo connector schema to ensure the structure matches target schemas.oo CLI.To get started with oo-ip2proxy, perform the following one-time setup steps:
curl -fsSL https://cli.oomol.com/install.sh | bash
For Windows PowerShell environments:
irm https://cli.oomol.com/install.ps1 | iex
oo auth login
https://console.oomol.com/app-connections?provider=ip2proxyThe oo-ip2proxy skill relies on a structured input-output format for executing CLI actions. Developers can inspect the exact live schemas at any time.
| Parameter | Description | Required |
|---|---|---|
--action |
The targeted action, currently lookup_ip |
Yes |
--data |
JSON input payload string containing parameters like IP address | Yes |
--json |
Flag to return formatted JSON outputs | No |
| Input Parameter | Type | Description |
|---|---|---|
ip |
string | The target IPv4 or IPv6 address to evaluate |
{
"data": {
"ipAddress": "8.8.8.8",
"isProxy": "no",
"proxyType": "-",
"countryCode": "US",
"countryName": "United States",
"regionName": "California",
"cityName": "Mountain View",
"isp": "Google LLC",
"domain": "google.com",
"usageType": "DCH",
"asn": "15169",
"as": "Google LLC",
"lastSeen": "-",
"threat": "-"
},
"meta": {
"executionId": "exec_abc123xyz"
}
}
--action schema inspection flag to dynamically query input structures without hardcoded templates.executionId metadata in downstream observability and monitoring services to audit agent lookups.Loading
An AI-ready CLI tool for reading, creating, updating, and deleting LaunchDarkly configurations safely and without managing raw API tokens.

A powerful NASA science and astronomy data exploration skill for AI coding agents to search near-Earth objects, fetch space weather alerts, and retrieve deep space imagery without handling raw API credentials.

An OpenCage geocoding skill that enables AI agents to perform forward, reverse, and GeoJSON-formatted coordinate lookup through the OOMOL-connected oo CLI.

An advanced API development and testing skill that lets AI agents seamlessly manage Postman collections, workspaces, specifications, and mock servers without manual token handling.

A developer-focused automation tool that programmatically converts raw HTML/CSS strings or public webpage URLs into high-quality images.

An automation skill for Freshservice that lets AI agents and developers programmatically manage IT service tickets, assets, and service catalogs.








































