Automate Woodpecker CI tasks and workflow operations through Rube MCP.
Overall, this appears to be a prompt-only skill with no declared secrets and no declared remote endpoints, so the intrinsic risk is low. The main thing to note is that it operates via Rube MCP to reach an external service, which is a normal tool capability rather than a high-risk red flag.
No API keys, tokens, or environment variables are required in the materials; it only mentions managing connection status via Rube, with no explicit credential abuse or leakage risk.
No direct remote endpoint is listed; however, the README explicitly uses Rube MCP (e.g., rube.app/mcp) to interact with external services, implying normal task-related network egress.
The material only describes an MCP tool workflow and does not show local arbitrary code execution, process spawning, or system-level permission requests; this is tool invocation, not code execution.
It is expected to access Woodpecker co task data and session content, but there is no evidence of overbroad local file or resource access; the data boundary is mainly defined by the external tool.
The source is GitHub with high community stars and open-source audibility, which are positive signals; however, the license is undeclared, maintenance status is unknown, and it depends on external Composio/Rube infrastructure, so supply-chain caution remains.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "woodpecker-co-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/woodpecker-co-automation/SKILL.md 2. Save it as ~/.claude/skills/woodpecker-co-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Woodpecker co operations through Composio's Woodpecker co toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/woodpecker_co
RUBE_MANAGE_CONNECTIONS with toolkit woodpecker_coRUBE_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 woodpecker_coAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Woodpecker co 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 Woodpecker co task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["woodpecker_co"]
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 Woodpecker co-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit woodpecker_co |
| 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 creating, searching, and managing Piggy tasks through Rube MCP.
Automate SEMrush SEO research for keywords, rankings, backlinks, and related terms.
Automate Spotify playlist management, music search, playback control, and profile access.
Automate Timekit tasks via Rube MCP with schema lookup first.
Automate Mem0 workflows through Rube MCP with schema-first tool discovery.
Automate Affinda document processing and data extraction through Rube MCP.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate PDF tasks like conversion, extraction, merging, and data handling.
Run parallel automated workflows across tools with Rube MCP for faster execution
Automate Composio tasks via Rube MCP with tool schema lookup first.
Automate Code Interpreter workflows for coding, analysis, and repeatable task execution.
Automate Botpress tasks and workflow actions through Rube MCP.