Automate Lmnt tasks through Rube MCP using current tool schemas first.
This skill appears to be primarily a prompt/instruction wrapper for Rube MCP rather than a standalone executable tool. It does not declare local secrets, code execution, or direct file access, but it is designed to drive remote MCP tools and an external Lmnt connection, so normal third-party data flow and integration caution still applies.
The material states the skill itself requires no keys, but it requires an ACTIVE `lmnt` connection via RUBE_MANAGE_CONNECTIONS and an auth-link flow, which implies reliance on third-party account authorization/tokens. There is no explicit sign of direct secret harvesting or exposure, but credentials are still involved at the external MCP/integration layer.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and using Composio/Rube to discover and execute Lmnt tools. This means task content, arguments, and session information may be sent to the declared third-party service. The endpoint aligns with the stated purpose, and no clearly unrelated or covert exfiltration red flags are shown.
The objective checks label it as prompt-only, and the material does not declare any need to install executables locally, spawn local processes, or run shell/scripts. The README is mainly operational guidance for invoking existing MCP tools, with no direct request for local code execution privileges.
There is no explicit claim of direct local file or system data access. However, via remote tool calls such as RUBE_SEARCH_TOOLS, RUBE_MULTI_EXECUTE_TOOL, and RUBE_REMOTE_WORKBENCH, the effective data access scope depends on the connected Lmnt tools and workflow arguments. No obvious excessive local permission request is shown, but remote business-data access should still be reviewed under least-privilege principles.
The source is a GitHub open-source repository with strong community adoption (64.7k stars), which are clear risk-reducing signals. The material looks more like a skill definition/README than a closed-source binary. The missing license declaration and unknown maintenance status add some governance uncertainty, but overall the supply-chain posture is still on the lower-risk side given the open-source and widely used source.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "lmnt-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/lmnt-automation/SKILL.md 2. Save it as ~/.claude/skills/lmnt-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Lmnt operations through Composio's Lmnt toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/lmnt
RUBE_MANAGE_CONNECTIONS with toolkit lmntRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit lmntAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Lmnt operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Lmnt task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["lmnt"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Lmnt-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit lmnt |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
Automate Cloudlayer tasks via Rube MCP after checking current tool schemas.
Automate Byteforms form tasks and workflow actions through Rube MCP.
Automate Dadata Ru lookups, validation, and data tasks through Rube MCP.
Automate Dialpad calling and collaboration tasks through Rube MCP workflows.
Automate Felt workflows and bulk actions through Rube MCP efficiently.
Automate Cabinpanda tasks through Rube MCP to speed up document workflows.
Automate L2s tasks with Rube MCP after checking current tool schemas.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate Linkup tasks via Rube MCP after checking current tool schemas first.
Automate Langbase workflows through Rube MCP using current tool schemas.
Automate Landbot bot tasks and workflows through Rube MCP tool calls