appdrag-automation

Automate Appdrag platform operations through Rube MCP toolkits and structured execution workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Appdrag platform tasks by providing a standardized, repeatable workflow for tool discovery, connection management, and execution via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Appdrag tool schemas and input requirements to ensure execution accuracy.
  • Connection Management: Verify and maintain active authentication states for Appdrag toolkits within the Rube MCP environment.
  • Workflow Execution: Execute multi-step operations using discovered tool slugs and schema-compliant arguments.

Quick Start

Use the appdrag-automation skill to search for available tools and execute a specific task by following the Rube MCP workflow.

Frequently Asked Questions about appdrag-automation

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

FAQPage Schema
How do I discover available Appdrag tools?

Call the RUBE_SEARCH_TOOLS command with an Appdrag-specific use case query to retrieve current tool slugs, input schemas, and execution plans.

How do I verify my Appdrag connection status?

Use the RUBE_MANAGE_CONNECTIONS command with the 'appdrag' toolkit parameter to check if your connection is currently ACTIVE.

What should I do if my tool execution fails?

Verify that your connection status is ACTIVE, ensure your arguments match the schema returned by RUBE_SEARCH_TOOLS, and confirm the memory parameter is included in your execution call.

Can I reuse session IDs for different workflows?

No, you should generate new session IDs for distinct workflows to maintain state isolation, though you should reuse the same session ID within a single multi-step workflow.