ip2proxy-automation

Automate Ip2proxy toolkit operations through Rube MCP for network security and data analysis workflows.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill ip2proxy-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ip2proxy-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/ip2proxy-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill ip2proxy-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Ip2proxy services by providing a standardized, automated interface for querying and managing proxy detection tasks.

Core Features & Use Cases

  • Automated Tool Discovery: Dynamically fetch current Ip2proxy tool schemas and capabilities via Rube MCP.
  • Connection Management: Handle authentication and session state for Ip2proxy toolkits automatically.
  • Use Case: Integrate real-time proxy detection into your security monitoring pipeline by automating the execution of Ip2proxy tools to validate incoming network traffic.

Quick Start

Use the ip2proxy-automation skill to search for available tools and execute a proxy check for a specific IP address.

Frequently Asked Questions about ip2proxy-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect to Ip2proxy using Rube MCP?

Call the RUBE_MANAGE_CONNECTIONS function with the 'ip2proxy' toolkit parameter. If the connection is not active, the system will provide an authentication link to complete the setup process.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Tool schemas and available parameters for Ip2proxy can change frequently. Searching first ensures you use the most current tool slugs and argument structures, preventing execution errors.

Can I reuse session IDs for multiple Ip2proxy tasks?

Yes, you should reuse session IDs within a single logical workflow to maintain context. However, generate new session IDs when starting entirely different tasks to ensure clean execution states.

What should I do if my Ip2proxy tool execution fails?

Verify that your connection status is ACTIVE via RUBE_MANAGE_CONNECTIONS and ensure your arguments strictly match the schema returned by RUBE_SEARCH_TOOLS. Always include an empty memory object if required.