Automate Teamcamp task management and collaboration workflows through Rube MCP.
This skill appears to be an open-source prompt/documentation-only skill with no declared local execution, file access, or built-in secret requirements; combined with its GitHub source and strong community adoption, the overall risk is low. However, it is designed to connect users to a remote Rube MCP and then to Teamcamp/Composio, so actual data egress and authorization boundaries depend on the external MCP and third-party connection setup and warrant attention.
The material states 'No API keys needed,' but it also requires establishing an ACTIVE Teamcamp connection via `RUBE_MANAGE_CONNECTIONS` and following an auth link to complete setup. This means credentials are mainly handled through the external Rube/Teamcamp connection flow. The skill does not directly request secrets, but it does trigger third-party account authorization, which carries normal OAuth/connection-abuse exposure.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and performing operations through Composio/Teamcamp tools. Therefore, task content, tool discovery requests, execution arguments, and potentially business data will be sent to the stated third-party services. The endpoint is declared and relevant to the function, but this is a standard data-egress scenario.
Based on the material, this is a prompt-only skill consisting mainly of workflow instructions and tool invocation patterns. It does not declare local process spawning, script execution, binary installation, or requests for system-level privileges.
The skill itself does not declare reading or writing local files, accessing local directories, or requesting device/system data permissions. Its scope is mainly to invoke Teamcamp-related tools through a remote MCP. Based on the material alone, there is no sign of excessive local data access.
The source is an open GitHub repository with strong community adoption (64.7k stars), which are clear risk-reducing signals. The license and maintenance status are not explicit, and the external Rube MCP/Composio services cannot be fully audited from this material alone, but the available facts are not enough to raise this to high risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "teamcamp-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/teamcamp-automation/SKILL.md 2. Save it as ~/.claude/skills/teamcamp-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Teamcamp operations through Composio's Teamcamp toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/teamcamp
RUBE_MANAGE_CONNECTIONS with toolkit teamcampRUBE_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 teamcampAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Teamcamp 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 Teamcamp task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["teamcamp"]
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 Teamcamp-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit teamcamp |
| 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 Fireberry tasks via Rube MCP after checking current tool schemas.
Automate DialMyCalls notifications, contacts, and campaign workflows through Rube MCP.
Automate Finmei tasks and connect workflows through Rube MCP.
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 Kaggle competitions, datasets, and submissions through Rube MCP.
Automate Timecamp tasks via Rube MCP for faster tracking and workflow updates.
Automate common Connecteam workflows by first discovering current tool schemas.
Automate ActiveCampaign tasks through Rube MCP for faster marketing operations.
Automate Composio tasks via Rube MCP with tool schema lookup first.
Automate Campayn email marketing and contact tasks through Rube MCP.
Automate Atlassian tasks and workflows through Rube MCP integrations.