What problem does it solve?
NauggieClaw agents currently cannot interpret WhatsApp image attachments, so visual context is lost and responses stay blind to crucial cues. This skill downloads each image, resizes it with sharp, stores it in the workspace, and delivers it as a base64 multimodal content block so the agent can describe what it sees.
Core Features & Use Cases
- Media download pipeline: Captures WhatsApp image attachments, resizes them via sharp, and stores them in the workspace before encoding them for the agent.
- Agent-container updates: Syncs changes across
src/index.ts, container-runner, and agent-runner to deliver multimodal content blocks so the agent can reason over visuals.
- Use Case: When a team uploads a photo of a whiteboard in WhatsApp, the skill ensures the agent describes the drawing and suggests next steps without manual intervention.
Quick Start
Ask Auggie to enable the add-image-vision skill after WhatsApp is configured so it can interpret new images.