add-image-vision

Resize and encode WhatsApp image attachments as base64 content blocks for AI analysis.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/mbaker95/nanodex --skill add-image-vision-mbaker95
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-image-vision
Source: https://github.com/mbaker95/nanodex/tree/main/.agents/skills/add-image-vision
Command: npx skills add https://github.com/mbaker95/nanodex --skill add-image-vision-mbaker95

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires sharp, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows your AI agents to process and understand image attachments sent through WhatsApp, enabling richer, multimodal interactions.

Core Features & Use Cases

  • Image Processing: Downloads, resizes, and saves image attachments from WhatsApp.
  • Multimodal Input: Converts images into base64-encoded content blocks for AI processing.
  • Use Case: A user sends a photo of a product to your AI assistant. The assistant can now "see" the product in the image and provide relevant information or answer questions about it.

Quick Start

Send an image to a registered WhatsApp group and verify the agent responds with an understanding of the image content.

Frequently Asked Questions about add-image-vision

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

FAQPage Schema
How do I process WhatsApp image attachments with an AI agent?

To process WhatsApp image attachments, this Skill downloads, resizes, and encodes images as base64 content blocks. It enables multimodal AI agents to visually analyze photos sent through WhatsApp groups.

Does multimodal AI image processing require the sharp library?

Yes, multimodal image processing requires the sharp library for resizing and manipulating image attachments. The Skill relies on sharp to prepare WhatsApp images before converting them into base64-encoded content blocks.

How do I convert an image to base64 for AI vision analysis?

You convert an image to base64 for AI vision analysis by downloading and resizing the attachment using sharp. The Skill then encodes the processed image into base64 content blocks for the AI agent to understand.

Can I use this Skill to analyze product photos sent via WhatsApp?

Yes, you can analyze product photos sent via WhatsApp. The Skill enables your AI assistant to see and understand image attachments, allowing users to send pictures and receive relevant information about the visual content.

What are the limitations of using sharp for image processing in AI agents?

The Skill uses sharp for image processing, which handles resizing and encoding WhatsApp images to base64. It is specifically designed for WhatsApp channel integration and requires this environment to function correctly.