apiflash-automation
Automate Apiflash tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:5
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-apiflash-automation&locale=en&source=copy
Apiflash Automation - Implement Apiflash Automation via Rube MCP
Skill Overview
Apiflash Automation is a skill that automates Apiflash operations through Composio Rube MCP, helping you complete tasks such as website screenshotting, PDF generation, and API documentation snapshotting without directly calling APIs.
Use Cases
When you need to generate automated screenshots for API documentation, you can use this skill to capture pages in bulk without manually operating the browser.
If you need to periodically check for visual changes on a website or generate website archives, you can automate snapshotting by invoking the Apiflash tool via Rube MCP.
When you need to convert multiple web pages into PDF format, this skill provides bulk processing capabilities executed through MCP tools.
Core Features
By dynamically retrieving the currently available Apiflash tool list and input schemas using
RUBE_SEARCH_TOOLS, you can always rely on the latest tool definitions and avoid maintenance issues caused by hard-coding.Use
RUBE_MANAGE_CONNECTIONS to manage the connection status of the Apiflash tool package. It supports connection validation, status queries, and authentication setup to ensure tool availability.Execute discovered Apiflash tools via
RUBE_MULTI_EXECUTE_TOOL. It supports both single and bulk operations, and includes session reuse and memory management functionality.FAQs
What prerequisites does Apiflash Automation require?
Before using this skill, ensure that the Rube MCP server is configured (add
https://rube.app/mcp on the client) and that the Apiflash connection status is ACTIVE. On first use, authentication must be completed via RUBE_MANAGE_CONNECTIONS.Why do I need to search for tools each time?
The tool schemas and availability of Apiflash may change. Hard-coding tool definitions can lead to call failures.
RUBE_SEARCH_TOOLS returns the latest tool schemas, recommended execution plans, and known pitfalls, ensuring reliable calls.How do I handle large batches of screenshot tasks?
For bulk operations, it is recommended to reuse the same
session_id to maintain connection state, and to check the pagination markers (pagination tokens) in the responses to continue fetching results until all tasks are completed.