Automate Atlassian tasks and workflows through Rube MCP integrations.
This skill appears to be a prompt-oriented wrapper with no local API key requirement and no stated local code execution or file access. However, it relies on remote Rube MCP/Composio and an Atlassian connection for actual operations, so external platform trust and downstream authorization scope still require attention.
The material says the skill itself requires no local keys, but it does require creating an Atlassian connection via `RUBE_MANAGE_CONNECTIONS` and completing external authentication, implying third-party OAuth/account authorization. There is no explicit request to paste secrets into the skill, but tokens may be managed by Rube/Composio, so permission scope should be reviewed.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and executing operations through Composio's Atlassian toolkit. This means task content, parameters, and related business data may be sent to Rube/Composio and then to Atlassian. The endpoint is a declared, relevant service in the material, with no unidentified exfiltration target shown.
The system flags this as `prompt-only`, and the material is mainly workflow guidance. It does not describe starting local processes, running scripts, installing dependencies, or invoking system commands. Based on the provided material, there is no evident local code execution surface.
The skill is intended to automate Atlassian operations and, by design, can access user-authorized Atlassian resources (such as issues/projects, depending on the later tool schema and connection scope). The material does not claim local file access or extra data access beyond the Atlassian use case, but external services may process the business content sent to them.
The source is a GitHub open-source repository, the system marks it as `open-source`, and community adoption is very high (64.9k stars), all of which are strong risk-reducing signals. This appears to be a documentation-style skill included in an open skill collection; although license and maintenance status are not clearly stated, the current material shows no high-risk red flags such as closed-source logic, obvious abandonment, or suspicious injection content.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "atlassian-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/atlassian-automation/SKILL.md 2. Save it as ~/.claude/skills/atlassian-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Atlassian operations through Composio's Atlassian toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/atlassian
RUBE_MANAGE_CONNECTIONS with toolkit atlassianRUBE_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 atlassianAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Atlassian 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 Atlassian task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["atlassian"]
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 Atlassian-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit atlassian |
| 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 common Backendless operations through Rube MCP for faster backend management.
Automate Bart tasks through Rube MCP with schema discovery first.
Automate Baselinker store and order workflows through Rube MCP tools.
Automate Basin tasks through Rube MCP after checking current tool schemas.
Automate Beaconchain queries and blockchain operations through Rube MCP.
Automate Ayrshare social publishing, scheduling, and analytics through Rube MCP.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Composio tasks via Rube MCP with tool schema lookup first.
Automate Teamcamp task management and collaboration workflows through Rube MCP.
Automate Chatwork messages, tasks, and team workflows through Rube MCP.
Automate Agiled clients, projects, and workflows through Rube MCP.
Automate Front inbox conversations, contacts, and team workflows via Rube MCP.