integration-typeform

Connect Typeform accounts to a self-hosted Hermes agent over SSH.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the manual work of wiring Typeform into a self-hosted Hermes agent, so form and survey data can be accessed securely on a remote VPS without sending secrets to a hosted third party.

Core Features & Use Cases

  • SSH-first integration: Connects to a VPS running Hermes and performs setup remotely with idempotent, rollback-safe steps.
  • Two wiring modes: Supports a default REST-based path for Typeform API access and an optional community MCP path pinned by commit SHA.
  • Operational safety: Verifies token format and live access, stores credentials in the Hermes env file, reloads the gateway cleanly, and documents rollback behavior.
  • Use case: A team can connect Typeform responses, webhooks, and form metadata to Hermes so an AI agent can read submissions and automate follow-up workflows.

Quick Start

Ask the agent to connect Typeform to your remote Hermes server using the default REST path, verify your token, and reload the gateway safely.

Frequently Asked Questions about integration-typeform

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

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

This Skill connects Typeform to a self-hosted Hermes agent using a default REST-based path for API access. It also supports an optional community stdio MCP integration pinned by commit SHA for alternative workflows.

Do I need a specific token format to verify Typeform access for Hermes?

Yes, you need a valid tfp_ personal access token to connect Typeform to Hermes. The Skill verifies the token format and performs live /me verification before storing credentials idempotently.

What happens if the Typeform integration fails during the SSH gateway reload?

If the Typeform integration fails, the Skill uses rollback-safe wiring to restore the previous state. It safely reloads the Hermes gateway and documents rollback behavior to prevent broken configurations on your VPS.

Can I automate form submission workflows without sending Typeform secrets to a hosted third party?

Yes, connecting Typeform to Hermes over SSH ensures form and survey data is accessed securely on your remote VPS. This setup allows an AI agent to read submissions and automate workflows without exposing credentials to third parties.

Does this integration support NPS surveys and form metadata alongside standard Typeform forms?

Yes, the integration applies to forms, surveys, NPS, and webhook workflows on remote VPS deployments. It securely wires all specified Typeform data types into the Hermes environment for agent access.