chaser-automation
Automates Chaser workflows using Rube MCP toolkits.
Install
mkdir -p .claude/skills/chaser-automation && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16433" && unzip -o skill.zip -d .claude/skills/chaser-automation && rm skill.zipInstalls to .claude/skills/chaser-automation
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Automate Chaser tasks via Rube MCP (Composio). Always search tools first for current schemas.Key capabilities
- →Discover available Chaser tools
- →Check active Chaser connection status
- →Execute Chaser operations via Rube MCP
- →Manage Rube MCP connections for Chaser toolkit
- →Handle pagination for tool responses
- →Perform bulk operations with `RUBE_REMOTE_WORKBENCH`
How it works
The skill interacts with Composio's Chaser toolkit via Rube MCP, discovering available tools and executing them after verifying connection status.
Inputs & outputs
When to use chaser-automation
- →Automating Chaser operations
- →Executing workflow scripts
- →Managing platform connections
- →Streamlining platform tasks
About this skill
Chaser Automation via Rube MCP
Automate Chaser operations through Composio's Chaser toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/chaser
Prerequisites
- Rube MCP must be connected (RUBE_SEARCH_TOOLS available)
- Active Chaser connection via
RUBE_MANAGE_CONNECTIONSwith toolkitchaser - Always call
RUBE_SEARCH_TOOLSfirst 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.
- Verify Rube MCP is available by confirming
RUBE_SEARCH_TOOLSresponds - Call
RUBE_MANAGE_CONNECTIONSwith toolkitchaser - If connection is not ACTIVE, follow the returned auth link to complete setup
- Confirm connection status shows ACTIVE before running any workflows
Tool Discovery
Always discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Chaser operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
Core Workflow Pattern
Step 1: Discover Available Tools
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Chaser task"}]
session: {id: "existing_session_id"}
Step 2: Check Connection
RUBE_MANAGE_CONNECTIONS
toolkits: ["chaser"]
session_id: "your_session_id"
Step 3: Execute Tools
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
Known Pitfalls
- Always search first: Tool schemas change. Never hardcode tool slugs or arguments without calling
RUBE_SEARCH_TOOLS - Check connection: Verify
RUBE_MANAGE_CONNECTIONSshows ACTIVE status before executing tools - Schema compliance: Use exact field names and types from the search results
- Memory parameter: Always include
memoryinRUBE_MULTI_EXECUTE_TOOLcalls, 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 | RUBE_SEARCH_TOOLS with Chaser-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit chaser |
| 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
When not to use it
- →When hardcoding tool slugs or arguments without `RUBE_SEARCH_TOOLS`
- →When executing tools without an ACTIVE connection
- →When using non-schema-compliant field names or types
Prerequisites
Limitations
- →It requires Rube MCP to be connected.
- →It requires an active Chaser connection.
- →Tool schemas can change, requiring re-discovery.
How it compares
This workflow automates Chaser tasks by programmatically discovering and executing tools, adapting to schema changes, unlike manual execution.
Compared to similar skills
chaser-automation side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| chaser-automation (this skill) | 0 | 5mo | No flags | Intermediate |
| pptx | 393 | 6mo | Review | Advanced |
| nano-pdf | 63 | 3mo | Review | Beginner |
| video-downloader | 101 | 7mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by diegosouzapw
View all by diegosouzapw →You might also like
pptx
anthropics
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks
nano-pdf
openclaw
Edit PDFs with natural-language instructions using the nano-pdf CLI.
video-downloader
ComposioHQ
Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.
youtube-transcript
michalparkola
Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.
using-superpowers
obra
Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists
browser-automation
browserbase
Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications. Triggers include "browse", "navigate to", "go to website", "extract data from webpage", "screenshot", "web scraping", "fill out form", "click on", "search for on the web". When taking actions be as specific as possible.