Integration

Publish Markdown from Hermes Agent

Hermes Agent can run across your server, terminal, and messaging platforms while remembering project context over time. OpenDocs gives the Markdown it creates a stable URL your team can read, share, and update.

# You ask Hermes from CLI, Discord, Telegram, or Slack...
> Write a weekly engineering brief and publish it to OpenDocs
# Hermes writes the brief, then runs the CLI
opendocs publish engineering-brief.md --json
✔ Uploading content...
✔ URL generated: opendocs.cc/yourteam/engineering-brief
Done. Shared the brief with your workspace.

Three steps. That's it.

Step 1

Install the CLI

Install OpenDocs wherever Hermes runs commands: a server, container, local terminal, or remote workspace.

npm install -g @opendocs.cc/cli
Step 2

Authenticate once

Run the browser login once where Hermes runs commands. For headless servers, use opendocs login --key or setOPENDOCS_API_KEY.

opendocs login --browser
Step 3

Ask Hermes to publish

Hermes can draft the doc, publish it, remember the post ID, and update the same URL later.

Make it persistent? Add the OpenDocs SKILL.md to the context or skills Hermes uses for your project.

Hermes remembers it. OpenDocs publishes it.

Give long-running agents a clean publishing target. Hermes can write the brief, OpenDocs gives it a stable URL, and your team keeps the link.

Start publishing with Hermes Agent

Free to get started. No credit card required.

Publish Markdown from Hermes Agent · OpenDocs