Automate Adyntel tasks through Rube MCP using current tool schemas first.
This skill appears to be an open-source prompt-only wrapper and does not directly require local code installation or static API keys, so its baseline risk is relatively low. However, real use depends on remote Rube MCP and an external Adyntel connection, which introduces network egress and third-party authorization considerations.
The material says 'No API keys needed,' but the workflow requires establishing an `adyntel` connection via `RUBE_MANAGE_CONNECTIONS` and following a returned auth link when the connection is not ACTIVE. So while there are no static environment variables, third-party OAuth or account tokens may still be involved, creating a normal credential exposure surface.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and using Composio/Rube to operate Adyntel tools. User task descriptions, session data, tool arguments, and execution results are therefore likely sent to that remote service and its integration chain. No unrelated or obviously undisclosed endpoints are shown, but there is clear third-party network egress.
Based on the provided material, this skill itself is prompt-only documentation/workflow guidance. It does not ship local scripts, binaries, or direct shell execution steps; any execution capability resides mainly in the external MCP/tools rather than in the skill itself.
The skill text itself does not claim local file or system access, but its workflow sends 'your specific Adyntel task,' session IDs, memory, and tool arguments to the remote MCP, which then operates through the connected Adyntel toolkit. This creates a normal access surface for user-provided business data and remote account data, with no evidence here of excessive local permissions beyond the stated purpose.
The source is a GitHub open-source repository with strong community adoption (64.7k stars), both of which are significant risk-reducing signals. The material also looks more like an auditable skill description than a closed-source executable payload. The missing license declaration and unknown maintenance status are worth noting, but they are not enough on their own to justify a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "adyntel-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/adyntel-automation/SKILL.md 2. Save it as ~/.claude/skills/adyntel-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Adyntel operations through Composio's Adyntel toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/adyntel
RUBE_MANAGE_CONNECTIONS with toolkit adyntelRUBE_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 adyntelAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Adyntel 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 Adyntel task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["adyntel"]
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 Adyntel-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit adyntel |
| 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 curated workflows with Rube MCP after checking current tool schemas first.
Automate Fibery tasks via Rube MCP after checking current tool schemas first.
Automate DialMyCalls notifications, contacts, and campaign workflows through Rube MCP.
Automate Finmei tasks and connect workflows through Rube MCP.
Automate Fingertip tasks via Rube MCP using current tool schemas first.
Automate Fireberry tasks via Rube MCP after checking current tool schemas.
Automate Adrapid tasks via Rube MCP after checking current tool schemas.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Agenty tasks via Rube MCP after checking current tool schemas first.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate Meta ads operations and reporting workflows through Rube MCP.
Automate Yandex tasks and workflows through Rube MCP integrations.