Automate Winston AI workflows through Rube MCP for detection and result handling.
The material itself is an open-source prompt-style skill with no stated local execution, file access, or direct secret collection, so overall risk is low. The main caution is its reliance on remote Rube MCP and Winston AI/Composio connections, where actual data access and egress depend on the connected remote toolchain.
The material states no local API keys/environment variables are needed, but it requires establishing a `winston_ai` connection via `RUBE_MANAGE_CONNECTIONS` and completing auth through a returned link. This suggests credentials are likely brokered by Rube/Composio rather than absent, so the third-party authorization scope and token handling should be reviewed.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and performing actions through the Composio/Winston AI toolchain. Queries, session IDs, tool arguments, and potentially business data may be sent to those declared remote services. No unrelated or hidden egress endpoint is shown, but normal third-party egress exists.
Based on the provided material, this is a prompt/instruction-style skill with no executable scripts, install commands, or instructions to start local processes. Its role is to guide use of existing MCP tools rather than directly obtain local code-execution capability.
The material does not state any access to local files, system directories, or device resources. However, once connected, it can operate on Winston AI-related remote resources via `RUBE_MULTI_EXECUTE_TOOL` and `RUBE_REMOTE_WORKBENCH`; the effective data scope depends on the authorized Winston AI/Composio account permissions, representing normal remote-service access.
The source is an open GitHub repository with strong community adoption (about 64.7k stars), which is a clear risk-reducing factor. The material is also marked as prompt-only, lowering executable supply-chain exposure. The missing license and unknown maintenance status are worth noting, but they are not enough on their own to raise this to high risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "winston-ai-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/winston-ai-automation/SKILL.md 2. Save it as ~/.claude/skills/winston-ai-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Winston AI operations through Composio's Winston AI toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/winston_ai
RUBE_MANAGE_CONNECTIONS with toolkit winston_aiRUBE_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 winston_aiAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Winston AI 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 Winston AI task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["winston_ai"]
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 Winston AI-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit winston_ai |
| 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
Automatically organizes invoices and receipts for faster tax prep and bookkeeping.
Fetch and analyze LangSmith traces to debug LangChain and LangGraph agents.
Analyze your business and find quality leads with actionable outreach strategies.
Build high-quality MCP servers that connect LLMs with external APIs safely.
Analyze meetings to reveal communication patterns and actionable improvement feedback.
Write internal communications in company-preferred formats for common business updates.
Automate Wit AI workflows via Rube MCP using current tool schemas first.
Detect AI-generated content, check plagiarism, analyze images, and compare texts.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate Wiz security queries, checks, and remediation via Rube MCP.
Automate Rev AI workflows through Rube MCP for transcription and audio processing.
Automate Wolfram Alpha API calls for computation, queries, and result integration.