Get an API key
Both options below authenticate with a scopedak_… key — Hermes has no OAuth flow for Automate It, so create the key first:
- In the Automate It web app, click your avatar at the bottom of the sidebar to reach Profile (
https://automate.it.com/app/<workspace-slug>/settings/profile). Keys can’t be minted from the mobile apps. - Under Developer API Keys, click Create Key.
- Name it something you’ll recognize (“Hermes agent”) and tick
tasks:read,tasks:write,content:write, andskills:read— enough to create tasks, submit content into review, and read your workspace’s voice and formatting skills. - Copy the
ak_…secret. It’s shown once; it’s theak_your_keyplaceholder in every snippet below.
Option A: the skill (recommended)
Hermes reads AgentSkills-format skill folders from~/.hermes/skills/. Install from ClawHub into Hermes’ skills directory:
Hermes’ URL-based
skills install handles single files only — the Automate It skill is a folder (SKILL.md + ait.mjs), so install it via the ClawHub CLI as above.skills_list() and follows its instructions — creating tasks, submitting content into the human review queue, and revising after rejection.
Option B: remote MCP
In~/.hermes/config.yaml:
mcp_automate-it_<tool> — the full task lifecycle, content editing, skills, files, and automations. See Worker mode for the loop an autonomous agent should run.