salesforce-service-cloud-automation

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating Salesforce Service Cloud interfaces by enabling direct, programmatic execution of service operations through an MCP-compliant gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Salesforce Service Cloud schemas and tool definitions.
  • Connection Management: Securely manage and verify active Salesforce service connections.
  • Workflow Execution: Execute multi-step Salesforce operations like case management or record updates using the Rube multi-execute pattern.

Quick Start

Use the salesforce-service-cloud-automation skill to search for available tools and execute a case update operation.

Frequently Asked Questions about salesforce-service-cloud-automation

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

FAQPage Schema
How do I find available Salesforce Service Cloud tools?

Call the RUBE_SEARCH_TOOLS function with a query specific to your Salesforce Service Cloud task to retrieve current tool slugs, input schemas, and execution plans.

How do I verify my Salesforce connection status?

Use the RUBE_MANAGE_CONNECTIONS tool with the salesforce_service_cloud toolkit parameter to check if your connection is currently ACTIVE before attempting any operations.

Can I execute multiple Salesforce actions in one session?

Yes, you can reuse session IDs within a workflow to maintain state, but you must always call RUBE_SEARCH_TOOLS first to ensure your tool arguments match the latest schema.

What should I do if a tool execution fails?

Verify that your connection status is ACTIVE, ensure your arguments strictly follow the schema returned by RUBE_SEARCH_TOOLS, and check for pagination tokens if the operation involves large datasets.