alttext-ai-automation
Automate Alttext AI 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-alttext-ai-automation&locale=en&source=copy
Alttext AI Automation Skill
Skill Overview
Automate Alttext AI image description generation via Rube MCP. Create alt text in batches without needing an API key.
Use Cases
Automatically generate alt text for images uploaded to content management systems such as WordPress and Ghost, improving website accessibility and SEO performance.
Handle large volumes of product images and automatically generate accurate alternative text descriptions, saving time on manual labeling and improving search visibility.
Quickly add descriptive alt text to images in articles and media libraries to meet WCAG accessibility standards.
Core Features
Dynamically retrieve the current list of available Alttext AI tools and their parameter structures via RUBE_SEARCH_TOOLS to ensure compatibility with the latest APIs.
Use RUBE_MANAGE_CONNECTIONS to verify the connection status of the Alttext AI service, supporting one-click authorization and activation management.
Process multiple image description requests concurrently using RUBE_MULTI_EXECUTE_TOOL, with session reuse and memory management support.
FAQs
How do I connect Alttext AI to Rube MCP?
Add
https://rube.app/mcp as an MCP server, then call RUBE_MANAGE_CONNECTIONS with the toolkit set to alttext_ai. If the connection isn’t activated, the system will return an authorization link—after completing authorization, you can use it.Do I need an API key to use this skill?
No. Rube MCP uses Composio’s unified authentication mechanism. You only need to complete a one-time connection via the authorization link; there’s no need to manage API keys separately.
How do I generate alt text for images in bulk?
First use
RUBE_SEARCH_TOOLS to find available batch processing tools, then use RUBE_MULTI_EXECUTE_TOOL to pass multiple image URLs or paths. The system will return the generated result for each image. It’s recommended to reuse the same session_id to improve processing efficiency.