integration-twilio

Connect Twilio to a self-hosted Hermes agent on a VPS.

13|1|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/paarths-collab/hstack --skill integration-twilio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration-twilio
Source: https://github.com/paarths-collab/hstack/tree/main/skills/integration-twilio
Command: npx skills add https://github.com/paarths-collab/hstack --skill integration-twilio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill connects Twilio to a self-hosted Hermes agent so an AI operator can safely wire SMS, voice, and WhatsApp capabilities into an existing VPS deployment without manual console scripting.

Core Features & Use Cases

  • Validates Twilio credentials, sender formats, and region selection before making changes.
  • Writes secrets into the Hermes environment, reloads the gateway, and confirms the REST API works from the VPS.
  • Handles common production cases such as trial-account limits, EU residency endpoints, WhatsApp sandbox use, and rollback-safe rewiring.

Quick Start

Ask the skill to connect your Twilio account to the Hermes agent on your VPS and verify the integration end to end.

Frequently Asked Questions about integration-twilio

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

FAQPage Schema
How do I connect Twilio to a self-hosted Hermes agent on a VPS?

Connecting Twilio to a Hermes agent requires providing your Account SID, API Key SID or Auth Token, and E.164 formatted sender numbers. The integration validates these credentials and writes them securely into the Hermes environment.

What do I need to automate WhatsApp and SMS through Twilio on my VPS?

Automating WhatsApp and SMS via Twilio requires an SSH-managed VPS, a Hermes agent, and valid Twilio credentials including an Account SID and Auth Token. The setup validates region selection and handles WhatsApp sandbox use.

Does Twilio integration support EU residency endpoints and trial-account limits?

Yes, the Twilio integration supports EU residency endpoints and manages trial-account limits. It validates region selection and handles WhatsApp sandbox configurations to ensure your deployment adheres to regional requirements.

Can I rollback Twilio credential changes if the Hermes environment update fails?

Yes, the Twilio integration uses rollback-safe updates when writing secrets into the Hermes environment. If the REST API smoke test fails after reloading the gateway, the system can safely revert the credential wiring.

Why is my Twilio REST API failing after wiring it to Hermes?

Twilio REST API failures after wiring often stem from incorrect E.164 sender formatting or unverified API credentials. The integration performs smoke tests and validates form-encoded REST requests to diagnose connection issues.