Automate Ambee workflows via Rube MCP using current tool schemas first.
This skill is essentially an open-source prompt/instruction wrapper with relatively strong source credibility, and no clear red flags for local execution or local file access. The main consideration is that it directs users to connect to a remote Rube MCP endpoint and authorize external Ambee/Composio integrations.
The material says no API keys are needed, but it requires establishing an ACTIVE `ambee` connection via `RUBE_MANAGE_CONNECTIONS` and following an authorization link. This suggests credentials are handled as external OAuth/connection tokens rather than local environment variables. There is no explicit evidence of credential abuse, but the authorization scope and token custody with third parties should be reviewed.
The README explicitly instructs users to add the remote MCP endpoint `https://rube.app/mcp` and operate through Composio's Ambee toolkit. User inputs, queries, session IDs, tool arguments, and possibly Ambee-related business data may be transmitted through that remote service. This is typical network egress for this class of MCP/integration tool, and the material does not show unrelated or hidden exfiltration endpoints.
The system flags this as `prompt-only`, and the provided content is limited to workflow guidance and tool invocation patterns. It does not describe starting local processes, running scripts, installing binaries, or requesting system-level execution privileges.
There is no indication of local filesystem or host-resource access. However, it invokes authorized Ambee tools via a remote MCP and uses session, memory, and pagination mechanisms to process workflow data, so it should be assumed to access whatever Ambee account/API data the user grants through that external connection. No signs of excessive local authorization beyond the stated use case are shown.
The source is an open GitHub repository with strong community adoption (64.7k stars). The material itself is mainly auditable text instructions rather than a closed-source executable component. Although the license is unspecified and maintenance status is unknown, these do not amount to high-risk red flags here, so overall supply-chain risk appears low.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "ambee-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/ambee-automation/SKILL.md 2. Save it as ~/.claude/skills/ambee-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Ambee operations through Composio's Ambee toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/ambee
RUBE_MANAGE_CONNECTIONS with toolkit ambeeRUBE_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 ambeeAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Ambee 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 Ambee task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["ambee"]
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 Ambee-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit ambee |
| 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 Expofp workflows and task operations through Rube MCP.
Automate Landbot bot tasks and workflows through Rube MCP tool calls
Automate Leadoku lead management and syncing tasks through Rube MCP.
Automate Ably workflows through Rube MCP using the latest tool schemas.
Automate OpenSea actions and workflows through Rube MCP tools.
Automate rendering HTML into images for cards, banners, and visual snapshots.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Amazon tasks through Rube MCP after checking current tool schemas.
Automate Beamer workflows to streamline updates, publishing, and team coordination.
Automate Beeminder tasks and goal updates through Rube MCP workflows.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate Re:amaze support tasks via Rube MCP using current tool schemas.