integration-calendly

Connect Calendly to a Hermes agent on a remote VPS via SSH.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill connects Calendly to a self-hosted Hermes agent when you need scheduling data and booking workflows to work headlessly on a remote VPS without exposing secrets or requiring manual server setup.

Core Features & Use Cases

  • SSH-first setup: Verifies access to the VPS, checks Hermes availability, and performs all changes remotely and idempotently.
  • Secure token handling: Stores a Calendly personal access token in the Hermes environment and protects it with strict file permissions.
  • REST-based integration: Wires Calendly through the supported API path for users, event types, scheduled events, invitees, availability, and scheduling links.
  • Safety and recovery: Provides dry-run preview, gateway reload guidance, live API smoke tests, and rollback logic for failed wiring attempts.
  • Use case: A user wants their AI agent to read Calendly availability, inspect upcoming meetings, or generate booking links while keeping the integration on their own server.

Quick Start

Ask the agent to connect Calendly to your Hermes VPS by providing the SSH host details and a Calendly personal access token, then let it verify Hermes, store the secret, reload the gateway, and confirm the API connection.

Frequently Asked Questions about integration-calendly

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

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

You can connect Calendly to Hermes by providing SSH host details and a Calendly personal access token, allowing the agent to verify Hermes, store the secret, reload the gateway, and confirm the API connection idempotently.

What scheduling data can I retrieve from the Calendly REST API for my AI agent?

Through the supported REST API path, your AI agent can read event types, scheduled events, invitees, availability windows, and generate one-off booking links from Calendly.

Do I need SSH access to integrate Calendly with Hermes?

Yes, SSH access is required. The integration uses an SSH-first setup to verify VPS access, check Hermes availability, and perform all Calendly API wiring and gateway reloads remotely and idempotently.

How are Calendly personal access tokens secured on the server?

Calendly personal access tokens are secured by storing them in the Hermes environment and protecting them with strict file permissions on the remote VPS.

Can I preview Calendly API wiring changes before applying them?

Yes, the integration provides a dry-run preview to check changes before applying them, along with rollback logic to safely revert failed Calendly wiring attempts.

What happens if the Calendly integration fails during gateway reload?

If the integration fails, the system provides rollback-safe handling to revert the failed Calendly wiring attempt and uses live API smoke tests to verify the connection status.