Hermes Agent

Hermes
runs your

job search

Install the Remoet skill and your Hermes agent searches the open job board for real roles right away, stars the tech companies you'd actually work for so their new postings keep landing in your feed, and keeps your developer profile current. One command to install, one key, all through conversation.

INSTALL

Install, set a key, go.

Hermes installs skills straight from a GitHub repo. One line and the skill is in your agent.
1
hermes skills install remoet-labs/agent-skills/skills/remoet
2Set your key, then add the Remoet server to ~/.hermes/config.yaml under mcp_servers:
export REMOET_API_KEY=<your key>
3
mcp_servers:
  remoet:
    url: "https://api.remoet.dev/mcp"
    headers:
      Authorization: "Bearer ${REMOET_API_KEY}"
4Or let Hermes do the OAuth handshake in your browser instead of putting the key in the server config. Same tools either way:
mcp_servers:
  remoet:
    url: "https://api.remoet.dev/mcp/oauth"
    auth: oauth
Reload with /reload-mcp, then ask your agent to call get_profile to confirm the connection.
WHAT YOUR AGENT DOES

Curated job search, run by the agent.

Search real jobs, no setup

Search the open job board directly by title, technology, or company. Real listings from day one, no shortlist required.

Match on the real stack

Search companies by the technologies they actually use, not recruiter keyword tags. The matching is real because the data is.

Star for an ongoing feed

Star the companies you would genuinely work for and their new roles keep landing in your feed, filtered by salary, location, level, and stack. Starring delivers their pipeline, it does not gate the board.

Keep your profile current

Paste a CV and the agent builds your profile, work history, projects, and education in one conversation.

EXAMPLE PROMPTS

What to ask Hermes first.

Search remoet for Go roles at companies using Kubernetes and show me what's open right now.
I'm a Rails, React, and Postgres dev. Find companies that match my stack and star the best fits.
Pull jobs from the companies I've starred and flag anything new this week.
Here's my CV (pasted below). Build my Remoet profile, then shortlist companies that match.
Pull up my saved jobs, group them by company, and tell me which three I should follow up on.
FAQ

Quick answers.

How do I add Remoet to Hermes?

Run hermes skills install remoet-labs/agent-skills/skills/remoet. Set REMOET_API_KEY and add the Remoet MCP server to mcp_servers in ~/.hermes/config.yaml, or point it at the OAuth URL with auth: oauth and sign in through the browser instead. The skill walks your agent through the rest.

Do I need a paid plan?

There is no paid plan. Remoet is free for job seekers: real-time job data, every MCP tool, 50 starred companies. An API key takes one click at remoet.dev/onboarding, no credit card.

What can my Hermes agent do with Remoet?

Search the open job board directly for real roles right away, no shortlist required. Search and star tech companies by their real stack so their new roles keep landing in your feed, and read or write your developer profile. All through conversation.

Is this the same as the Remoet MCP server?

Yes. The skill wraps the Remoet MCP server. The SKILL.md teaches your agent what each tool is for and how to wire up the server. Same tools, same data, packaged for one-command install.

Where else is the skill available?

The same skill is on ClawHub for OpenClaw (openclaw skills install @remoet/remoet), listed on skills.sh, and on SkillDock. One skill file, every harness.

MORE

Where to go next.

The Remoet MCP server is what the skill wraps: every tool, both endpoints, and a config snippet for each client.

Remoet for OpenClaw is the same skill in the other harness.

Browse the job catalogue to see what your agent is searching, no account needed.

Get your free key and install the skill.

Sign in with GitHub or Google, grab your key, and your Hermes agent is searching in minutes.
Get started →