Andoriña — WhatsApp Autonomous Manager

Manage WhatsApp contacts, inbox context, multimedia, and scheduled messages via a local bridge.

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
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Andoriña — WhatsApp Autonomous Manager
Source: https://github.com/AndorinaAI/Andorina-WhatsApp-Agent-for-Hermes/tree/main/versions/V1.0.2-InstallFix3
Command: npx skills add https://github.com/AndorinaAI/Andorina-WhatsApp-Agent-for-Hermes --skill andori-a-whatsapp-autonomous-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Andoriña turns your Hermes Agent into a resilient, autonomous WhatsApp manager so you can search contacts and groups, read inbox context, send text and multimedia, and schedule future messages without manual infrastructure work.

Core Features & Use Cases

  • Search-first contact & group discovery: Find WhatsApp contacts and groups via universal search, then use the resolved JID for sending.
  • Inbox context for replies: Capture incoming messages into a local inbox log and read recent chat history (last 50 messages) for grounding replies.
  • Multimedia + voice notes delivery: Send images/videos/documents and audio as Voice Notes (PTT) through the local WhatsApp bridge with human-like presence indicators.
  • Safe scheduling with delivery window: Schedule messages/files/voice notes via cron with persistence in an agenda file, collision avoidance, and retries only within a time window.
  • Security guardrails (anti-injection + rate limits): Block prompt injection attempts and enforce cooldown/message caps for non-owner contacts.

Quick Start

Ask the agent to send a message to “Carlos” using the contact search-first protocol, then dispatch it through the configured WhatsApp bridge.

Frequently Asked Questions about Andoriña — WhatsApp Autonomous Manager

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

FAQPage Schema
How do I automate WhatsApp message sending with an agent on Linux?▼

Automating WhatsApp message sending involves resolving contact JIDs via universal search, then dispatching text or multimedia payloads through a local WhatsApp bridge endpoint using dedicated execution scripts.

Can I schedule WhatsApp voice notes and files with collision avoidance?▼

Yes, scheduling WhatsApp voice notes and files is supported via cron with an agenda file for persistence, ensuring collision avoidance and restricting retries to a specific delivery window.

How does an autonomous WhatsApp manager read inbox context for replies?▼

It reads inbox context by capturing incoming messages into a local inbox log and retrieving the last 50 messages from recent chat history to ground and contextualize automated replies.

What security guardrails are needed for autonomous WhatsApp workflows?▼

Essential security guardrails include blocking prompt injection attempts and enforcing rate limits with cooldowns and message caps specifically for non-owner contacts to prevent spam.

Do I need a local WhatsApp bridge endpoint to run autonomous messaging scripts?▼

Yes, running autonomous messaging scripts requires a local WhatsApp bridge endpoint exposing specific routes like /send, /send-media, /qr, and /health to process dispatch requests.