exist-automation

Automate Exist data operations through the Rube MCP gateway for integrated personal analytics.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing personal data across the Exist platform by providing a standardized interface for tool discovery and execution, removing the need for manual API interaction.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Exist tool schemas and input requirements via Rube MCP.
  • Connection Management: Verify and maintain active authentication states for Exist integrations.
  • Workflow Execution: Execute multi-step operations, such as logging metrics or retrieving activity data, using a unified execution pattern.

Quick Start

Use the exist-automation skill to search for available tools and execute a data update for your current session.

Frequently Asked Questions about exist-automation

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

FAQPage Schema
How do I discover available Exist tools?

Call the RUBE_SEARCH_TOOLS function within your session to retrieve a list of available tool slugs, input schemas, and execution plans for the Exist toolkit.

How to check if my Exist connection is active?

Use the RUBE_MANAGE_CONNECTIONS function with the 'exist' toolkit parameter to verify the current connection status and obtain an authentication link if re-authorization is required.

Can I use this skill without an API key?

Yes, the Rube MCP gateway handles authentication securely; you only need to configure the Rube MCP server endpoint in your client settings.

Why must I call RUBE_SEARCH_TOOLS before executing?

Tool schemas and available endpoints on the Exist platform change frequently, so searching ensures you are using the most current arguments and field names.

What should I do if a tool execution fails?

Verify your connection status using RUBE_MANAGE_CONNECTIONS, ensure your arguments match the schema returned by RUBE_SEARCH_TOOLS, and confirm the session ID is valid.