recallai-automation

Automate Recallai operations through the Rube MCP gateway for structured tool execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Recallai integrations by providing a standardized, schema-aware workflow for tool discovery and execution, preventing errors caused by outdated tool definitions.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetches current tool schemas and execution plans via Rube MCP to ensure compatibility.
  • Connection Management: Validates and manages active Recallai connections to ensure reliable workflow execution.
  • Use Case: Automate the retrieval of meeting insights or transcript data by dynamically discovering the correct Recallai tool slug and executing it within a verified session.

Quick Start

Use the recallai-automation skill to discover available tools and execute a task for a specific meeting ID.

Frequently Asked Questions about recallai-automation

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

FAQPage Schema
How do I discover available Recallai tools?

Call the RUBE_SEARCH_TOOLS function with a query related to your specific Recallai task. This returns the latest tool slugs, input schemas, and execution requirements for your session.

Why must I call RUBE_SEARCH_TOOLS before executing a tool?

Tool schemas and slugs change frequently. Searching first ensures you use the correct, current parameters and prevents execution errors caused by outdated hardcoded values.

How do I verify my Recallai connection status?

Use the RUBE_MANAGE_CONNECTIONS tool with the recallai toolkit specified. The response will indicate if the connection is ACTIVE or if you need to follow an auth link to complete setup.

What is the purpose of the memory parameter in RUBE_MULTI_EXECUTE_TOOL?

The memory parameter maintains state across tool executions within a session. You must include it in every call, even if it is an empty object, to ensure proper session continuity.

Can I reuse session IDs for different workflows?

No, you should generate new session IDs for distinct workflows to prevent state contamination. Reuse session IDs only within the context of a single, continuous task sequence.