Agent skill · software engineering · composiohq

abuselpdb-automation

Automate Abuselpdb tasks via Rube MCP (Composio). Always search tools first for current schemas.

Why this skill is useful

Adds specific commands and workflows for automating Abuselpdb tasks that the AI wouldn't reliably generate on its own.

What it needs

About 1k tokens when loaded. Last updated 2026-07-24. 71,973 stars on the source repository.

What this skill does

Abuselpdb Automation via Rube MCP Automate Abuselpdb operations through Composio's Abuselpdb toolkit via Rube MCP. Toolkit docs: composio.dev/toolkits/abuselpdb Prerequisites Rube MCP must be connected (RUBESEARCHTOOLS available) Active Abuselpdb connection via RUBEMANAGECONNECTIONS with toolkit abuselpdb Always call RUBESEARCHTOOLS first to get current tool schemas Setup Get 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. 1. Verify Rube MCP is available by confirming RUBESEARCHTOOLS responds 2. Call RUBEMANAGECONNECTIONS with toolkit abuselpdb 3. If connection is not ACTIVE, follow the returned auth link to complete setup 4. Confirm connection status shows ACTIVE before running any workflows Tool Discovery Always discover available tools before executing workflows: This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls. Core Workflow Pattern Step 1: Discover Available Tools Step 2: Check Connection Step 3: Execute Tools Known Pitfalls Always search first: Tool schemas change. Never hardcode tool slugs or arguments without calling RUBESEARCHTOOLS Check connection: Verify RUBEMANAGECONNECTIONS shows ACTIVE status before executing tools Schema compliance: Use exact field names and types from the search results Memory parameter: Always include memory in RUBEMULTIEXECUTETOOL calls, even if empty ({}) Session reuse: Reuse session IDs within a workflow. Generate new ones for new workflows Pagination: Check responses for pagination tokens and continue fetching until complete Quick Reference Operation Approach ----------- ---------- Find tools RUBESEARCHTOOLS with Abuselpdb-specific use case Connect RUBEMANAGECONNECTIONS with toolkit abuselpdb Execute RUBEMULTIEXECUTETOOL with discovered tool slugs Bulk ops RUBEREMOTEWORKBENCH with runcomposiotool() Full schema RUBEGETTOOLSCHEMAS for tools with schemaRef --- Powered by Composio

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills composiohq/abuselpdb-automation

View the source on GitHub

Browse the @skills marketplace