veriphone-automation

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Veriphone services by providing a standardized, automated interface for tool discovery, connection management, and execution.

Core Features & Use Cases

  • Automated Tool Discovery: Dynamically fetch current Veriphone tool schemas and execution plans via Rube MCP.
  • Connection Management: Handle authentication and session state for Veriphone toolkits without manual configuration.
  • Use Case: Automate bulk phone number validation or verification workflows by programmatically executing Veriphone tools within a managed session.

Quick Start

Use the veriphone-automation skill to discover available tools and execute a verification task for a specific phone number.

Frequently Asked Questions about veriphone-automation

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

FAQPage Schema
How do I connect Veriphone to my agent?

Connect Veriphone by calling RUBE_MANAGE_CONNECTIONS with the veriphone toolkit slug. 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 first?

Calling RUBE_SEARCH_TOOLS ensures you have the most current tool schemas, input requirements, and execution plans. Tool definitions change frequently, and hardcoding arguments can lead to execution errors.

Can I reuse session IDs for multiple tasks?

Yes, you should reuse session IDs within a single logical workflow to maintain state. However, generate new session IDs for distinct, unrelated tasks to ensure clean execution environments.

What should I do if a tool execution fails?

Verify that your connection status is ACTIVE using RUBE_MANAGE_CONNECTIONS. Ensure your arguments strictly match the schema returned by RUBE_SEARCH_TOOLS and that the memory parameter is included in your execution call.