integration-webflow

Connect Webflow to a self-hosted Hermes Agent over SSH via MCP or REST.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Webflow setup often requires repetitive manual token handling, MCP wiring, and publishing checks. This Skill automates that connection so a self-hosted Hermes Agent can manage Webflow safely and repeatably.

Core Features & Use Cases

  • SSH-first setup: Writes credentials on the VPS, reloads the Hermes gateway, and verifies the connection without exposing secrets.
  • Two connection paths: Uses the official stdio MCP bridge when available, or falls back to direct REST calls for headless environments.
  • Webflow operations: Handles site discovery, pages, collections, item CRUD, and publishing workflows for marketing-site maintenance.
  • Safety controls: Enforces idempotency, live API checks, dry-run previewing, and rollback-safe recovery steps.

Quick Start

Ask the skill to connect your Webflow site token to the remote Hermes agent and choose the MCP or REST path you want.

Frequently Asked Questions about integration-webflow

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

FAQPage Schema
How do I connect a Webflow site to a self-hosted AI agent?

To connect a Webflow site to a self-hosted AI agent, you need a Webflow v2 Data API site token and SSH access to your VPS. The agent uses an SSH connection to write credentials securely and reload its gateway without exposing secrets.

Can I manage Webflow collections and publishing through an MCP bridge?

Yes, you can manage Webflow collections, pages, and publishing workflows through an official stdio MCP bridge. If the MCP bridge is unavailable, the connection falls back to direct REST calls for headless environments.

Do I need SSH access to manage Webflow API tokens for my agent?

Yes, SSH access to the VPS is required for SSH-first setup. This ensures that writing your Webflow v2 Data API site token, storing the environment idempotently, and reloading the Hermes gateway happen securely on the server.

What is the best way to automate Webflow marketing-site updates from a coding agent?

The best way to automate Webflow marketing-site updates is by wiring your site token to a remote Hermes agent. This enables site discovery, item CRUD, and publishing workflows directly from major AI coding agents with rollback-safe verification.

How does rollback-safe verification work when publishing Webflow changes via API?

Rollback-safe verification enforces idempotency, live API checks, and dry-run previewing before applying Webflow changes. This ensures that any publishing workflow or item update can be safely recovered if something fails during execution.

Why use a REST fallback for Webflow API integration instead of an MCP bridge?

A REST fallback is used for Webflow API integration when the official stdio MCP bridge is unavailable or the environment is headless. It allows direct API calls to execute site discovery and publishing workflows without the standard bridge.