forcemanager-automation

Automate Forcemanager operations through the Rube MCP gateway for CRM task management.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill removes the manual overhead of navigating CRM interfaces by providing a standardized, automated way to execute Forcemanager tasks directly through an AI agent.

Core Features & Use Cases

  • Tool Discovery: Automatically fetch current schemas and available operations for Forcemanager.
  • Connection Management: Securely manage and verify active Forcemanager connections via the Rube MCP gateway.
  • Workflow Execution: Perform multi-step CRM operations like data retrieval or record updates using structured execution plans.

Quick Start

Use the forcemanager-automation skill to search for available tools and execute a task for my current session.

Frequently Asked Questions about forcemanager-automation

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

FAQPage Schema
How do I connect Forcemanager to my AI agent?

Connect Forcemanager by using the RUBE_MANAGE_CONNECTIONS tool within the Rube MCP gateway. Ensure you follow the provided authentication link to authorize the connection and verify that the status returns as ACTIVE.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Calling RUBE_SEARCH_TOOLS is mandatory because tool schemas and available endpoints in Forcemanager change frequently. Searching first ensures your agent uses the most current input parameters and avoids execution errors.

Can I automate bulk operations in Forcemanager?

Yes, you can perform bulk operations by utilizing the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool function. This allows for complex, multi-step workflows to be executed in a single session.

What should I do if my Forcemanager connection fails?

Verify your connection status by calling RUBE_MANAGE_CONNECTIONS with the forcemanager toolkit. If the status is not ACTIVE, re-run the connection command and complete the authentication flow again.