proxiedmail-automation

Automate Proxiedmail operations through the Rube MCP gateway for secure email management.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Proxiedmail by providing a standardized, automated interface for managing email tasks directly through an AI agent.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Proxiedmail schemas and tool definitions via Rube MCP.
  • Connection Management: Handle authentication and session state for Proxiedmail toolkits.
  • Workflow Execution: Execute multi-step email operations, such as filtering, reading, or processing messages, using structured tool calls.

Quick Start

Use the proxiedmail-automation skill to search for available tools and execute a task to list recent emails.

Frequently Asked Questions about proxiedmail-automation

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

FAQPage Schema
How do I connect Proxiedmail to my AI agent?

Connect Proxiedmail by configuring the Rube MCP server in your client and calling RUBE_MANAGE_CONNECTIONS with the proxiedmail toolkit slug to initiate the authentication flow.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Tool schemas and available operations for Proxiedmail change frequently. Calling RUBE_SEARCH_TOOLS ensures your agent uses the most current input parameters and avoids execution errors.

Can I reuse session IDs for different email workflows?

Reuse session IDs within a single logical workflow to maintain state. Generate new session IDs for distinct, unrelated tasks to ensure clean execution environments.

What should I do if my Proxiedmail connection is inactive?

Call RUBE_MANAGE_CONNECTIONS with the proxiedmail toolkit to check status. If inactive, follow the provided authentication link to re-authorize your connection.