missive-automation

Automate Missive email and task management workflows through the Rube MCP gateway.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the friction of manually managing communications and tasks in Missive by enabling AI-driven automation of email operations and task tracking.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Missive API schemas to ensure compatibility.
  • Connection Management: Verify and maintain active authentication states for Missive toolkits.
  • Workflow Execution: Perform multi-step operations like email processing or task updates using Rube MCP.

Quick Start

Use the missive-automation skill to search for available tools and execute a task to manage my emails.

Frequently Asked Questions about missive-automation

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

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

Connect Missive by using the RUBE_MANAGE_CONNECTIONS tool with the 'missive' toolkit slug. Ensure the connection status is ACTIVE before attempting to execute any automated workflows.

Why must I call RUBE_SEARCH_TOOLS first?

Calling RUBE_SEARCH_TOOLS first is mandatory because tool schemas and available arguments change frequently. This ensures your agent uses the most current, valid execution parameters for Missive operations.

Can I automate bulk email operations with this skill?

Yes, you can perform bulk operations by using the RUBE_REMOTE_WORKBENCH tool combined with the run_composio_tool function to process multiple email tasks in a single workflow.

What should I do if my Missive connection is inactive?

If the connection status is not ACTIVE, call RUBE_MANAGE_CONNECTIONS to retrieve the authentication link. Follow that link to complete the authorization process and re-verify the connection status.