Andoriña — WhatsApp Autonomous Manager (v1.0.4)

Manage WhatsApp messaging through Hermes by searching contacts and sending media.

60|7|Updated May 8, 2026
One-click install
npx skills add https://github.com/AndorinaAI/Andorina-WhatsApp-Agent-for-Hermes --skill andori-a-whatsapp-autonomous-manager-v1-0-4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Andoriña — WhatsApp Autonomous Manager (v1.0.4)
Source: https://github.com/AndorinaAI/Andorina-WhatsApp-Agent-for-Hermes/tree/main
Command: npx skills add https://github.com/AndorinaAI/Andorina-WhatsApp-Agent-for-Hermes --skill andori-a-whatsapp-autonomous-manager-v1-0-4

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It turns Hermes into an autonomous WhatsApp manager that can search contacts and groups, send text and files (including voice notes), schedule deliveries, and forward alerts—while enforcing guardrails against prompt-injection-style abuse.

Core Features & Use Cases

  • Contact & Group discovery with fuzzy matching: find the correct chatId for a name or number, including WhatsApp groups via the bridge endpoint with offline fallback.
  • Messaging automation: send immediate WhatsApp text and multimedia through a local HTTP bridge, with bridge self-healing and MIME/PTT compatibility patches.
  • Inbox context + alert forwarding: capture incoming WhatsApp messages into a local inbox for inbox.py reads, then forward alerts permanently based on keywords or topics.
  • Scheduling with collision avoidance: queue outgoing messages/files/voice notes and deliver them using native Linux crontab with persistence during the delivery window.
  • Security Guard: block dangerous or obfuscated malicious instructions for non-owner users, apply rate limiting, and support group mention-only behavior.

Quick Start

Ask the assistant to send a WhatsApp to “Carlos” saying: “I’ll be there in 5 minutes.”

Frequently Asked Questions about Andoriña — WhatsApp Autonomous Manager (v1.0.4)

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

FAQPage Schema
How do I automate WhatsApp messaging through a local bridge?

You can automate WhatsApp messaging by using a local HTTP JSON API bridge to send text and multimedia, search contacts, and schedule deliveries while applying guardrails against prompt-injection abuse.

Can I schedule WhatsApp voice notes and avoid delivery collisions?

Yes, you can queue outgoing files and voice notes for delivery using native Linux crontab, ensuring persistence and collision avoidance during the active delivery window.

Does WhatsApp automation work with fuzzy matching for contact discovery?

Yes, WhatsApp automation supports contact and group discovery with fuzzy matching to find the correct chatId, including an offline fallback for finding WhatsApp groups via the bridge endpoint.

What is the best way to monitor WhatsApp groups for keyword alerts?

The best way to monitor groups is by capturing incoming messages into a local inbox, then permanently forwarding alerts based on specific keywords or topics while applying group mention-only behavior.

Do I need a security guard for WhatsApp messaging automation?

Yes, you need a security guard to block dangerous or obfuscated malicious instructions for non-owner users, apply rate limiting, and ensure safe group monitoring behavior.

Why does WhatsApp automation require a mandatory contact search?

WhatsApp automation requires a mandatory contact search to obtain a valid chatId before sending any messages, ensuring accurate delivery and preventing messages from being sent to incorrect recipients.