persistiq-automation

Automate Persistiq outreach operations 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 persistiq-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: persistiq-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/persistiq-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill persistiq-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Persistiq outreach campaigns by providing a standardized, agent-driven interface for executing platform operations.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Persistiq schemas and tool definitions via Rube MCP.
  • Connection Management: Handle authentication and session state for Persistiq integrations.
  • Workflow Execution: Execute multi-step outreach tasks, such as bulk contact updates or campaign management, using structured tool calls.

Quick Start

Use the persistiq-automation skill to discover available tools and initiate a connection to my Persistiq account.

Frequently Asked Questions about persistiq-automation

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

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

Connect Persistiq by using the RUBE_MANAGE_CONNECTIONS tool with the 'persistiq' toolkit argument. Follow the provided authentication link to authorize the connection and ensure the status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Calling RUBE_SEARCH_TOOLS ensures your agent uses the most current tool schemas, input requirements, and execution plans, preventing errors caused by outdated API definitions.

Can I perform bulk operations with this skill?

Yes, use the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool() function to execute bulk Persistiq operations efficiently within a single session.

What should I do if my Persistiq connection fails?

Verify your connection status using RUBE_MANAGE_CONNECTIONS. If the status is not ACTIVE, re-run the connection command and complete the authentication flow again.