alttext-ai-automation

Automate Alttext AI image description tasks using Rube MCP toolkits.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill alttext-ai-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alttext-ai-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/alttext-ai-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill alttext-ai-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of generating and managing image alt-text descriptions by integrating Alttext AI directly into your agentic workflows.

Core Features & Use Cases

  • Automated Alt-Text Generation: Programmatically generate descriptive alt-text for images using Alttext AI tools.
  • Workflow Integration: Connects to Alttext AI via Rube MCP to manage connections and execute multi-step image processing tasks.
  • Use Case: Automatically process a batch of product images from a CMS, generate descriptive alt-text for accessibility compliance, and update the image metadata in your database.

Quick Start

Use the alttext-ai-automation skill to discover available tools and generate alt-text for the image at the provided URL.

Frequently Asked Questions about alttext-ai-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Alttext AI to my agent?

Use the RUBE_MANAGE_CONNECTIONS tool with the alttext_ai toolkit slug. If the connection status is not ACTIVE, follow the provided authentication link to authorize the integration.

How do I find available Alttext AI tools?

Call RUBE_SEARCH_TOOLS with a query related to your specific Alttext AI task. This returns the necessary tool slugs, input schemas, and execution plans required for your workflow.

What is the purpose of the memory parameter?

The memory parameter is a required field in RUBE_MULTI_EXECUTE_TOOL calls used to maintain state across tool executions. Always include it as an empty object {} if no specific memory state is needed.

Why must I search for tools before execution?

Tool schemas and slugs are subject to change. Searching first ensures you are using the most current input requirements and prevents execution errors caused by outdated hardcoded parameters.

Can I reuse session IDs for different workflows?

No, you should generate new session IDs for distinct workflows to ensure proper isolation. You may reuse the same session ID within a single workflow to maintain context.