Automate Files.com file management and transfer tasks through Rube MCP.
This skill itself is an open-source prompt-only document with no direct local secret requirement or embedded execution logic, so the static artifact is low risk overall. However, it is designed to connect users to remote Rube MCP and a third-party Files.com toolchain, so actual use involves external service access and remote tool invocation that warrants attention to data egress and authorization scope.
The material says 'No API keys needed,' but it also requires establishing an ACTIVE `files_com` connection via `RUBE_MANAGE_CONNECTIONS` and completing an auth link, which indicates third-party account authorization/tokens are still involved, just managed by the external platform. This creates ordinary OAuth/connection-token misuse and scope-visibility concerns.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and using Composio/Rube to discover and execute Files.com-related tools. User task arguments, session IDs, and potentially file-operation metadata are expected to be sent to that remote service. The endpoint is declared in the docs, so this is normal external connectivity for such a tool, but data does leave the local environment.
Based on the provided artifact, this is a prompt-style skill document with no executable script, install command, or local process-launch instruction. It describes using external MCP tools for remote operations rather than directly executing code on the local machine.
The skill is intended to 'Automate Files Com operations' and mentions execution, bulk operations, and pagination, indicating expected access to remote data resources such as files/directories within a Files.com account. The material does not show least-privilege scope or concrete data boundaries, so it should be treated as having ordinary broad operational access to third-party file data and should be authorized carefully.
The source is an open-source GitHub repository with high community adoption (64.7k stars), which are strong risk-reducing factors. The provided skill content is also short and auditable. Caveats remain: no declared license, unknown maintenance status, and reliance on external Rube/Composio services that are not audited in this material, but the current facts do not justify a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "files-com-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/files-com-automation/SKILL.md 2. Save it as ~/.claude/skills/files-com-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Files Com operations through Composio's Files Com toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/files_com
RUBE_MANAGE_CONNECTIONS with toolkit files_comRUBE_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 files_comAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Files Com 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 Files Com task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["files_com"]
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 Files Com-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit files_com |
| 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 Carbone document generation and template workflows through Rube MCP.
Automate Echtpost workflows via Rube MCP after checking current tool schemas first.
Automate Castingwords transcription tasks and related workflows through MCP.
Automate Cats tasks through Rube MCP after checking the latest tool schemas.
Automate Cardly workflows through Rube MCP with tool schema discovery first.
Automate Certifier workflows via Rube MCP using current tool schemas first.
Automate Google Drive file and folder workflows through Rube MCP.
Automate Composio tasks via Rube MCP with tool schema lookup first.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate ConvertAPI workflows through Rube MCP for file conversion tasks.
Automate Finmei tasks and connect workflows through Rube MCP.
Automate Documint document generation and processing tasks through Rube MCP.