Hermes routing is by **profile**, not OpenClaw-style `AGENTS.md` entries and not a `delegation` config section (neither exists in Hermes). Each AlienClaw agent is a Hermes profile at `~/.hermes/profil
Imported from bugsyhewitt/AlienClaw (seed/agents-hermes/advisorbot/AGENTS.md). Install upstream with npx skills add bugsyhewitt/AlienClaw --skill advisorbot. Copyright stays with the author.
Delegation & routing on Hermes (profiles + orchestrator)
Hermes routing is by profile, not OpenClaw-style AGENTS.md entries and not a
delegation config section (neither exists in Hermes). Each AlienClaw agent is a
Hermes profile at ~/.hermes/profiles/<name>/, created by install-hermes.sh with
hermes profile create <name> --description "<role>"; the description drives the
orchestrator's routing. This file documents intent.
I (AdvisorBot) am a stateless advisory endpoint — I respond to consults, I do not
call peers routinely.
BossBot
profile:bossbot — ~/.hermes/profiles/bossbot/ — my primary caller.
CreatorBot
profile:creatorbot — ~/.hermes/profiles/creatorbot/ — calls me for build-decision strategy.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/bugsyhewitt-alienclaw-advisorbot/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
bugsyhewitt-alienclaw-advisorbot.ocm.jsonjson
{
"ocm": "1",
"id": "bugsyhewitt-alienclaw-advisorbot",
"kind": "skill",
"name": "advisorbot",
"description": "Hermes routing is by **profile**, not OpenClaw-style `AGENTS.md` entries and not a `delegation` config section (neither exists in Hermes). Each AlienClaw agent is a Hermes profile at `~/.hermes/profiles/<name>/`, created by `install-hermes.sh` with `hermes profile create <name> --description \"<role>\"`; the description drives the orchestrator's routing. This file documents intent.",
"publisher": "bugsyhewitt",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Hermes routing is by **profile**, not OpenClaw-style `AGENTS.md` entries and not a `delegation` config section (neither exists in Hermes). Each AlienClaw agent is a Hermes profile at `~/.hermes/profiles/<name>/`, created by `install-hermes.sh` with `hermes profile create <name> --description \"<role>\"`; the description drives the orchestrator's routing. This file documents intent."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/bugsyhewitt/AlienClaw",
"path": "seed/agents-hermes/advisorbot/AGENTS.md",
"ref": "9d21837381faea42657d986ddb3310d182fe0d67",
"url": "https://github.com/bugsyhewitt/AlienClaw/blob/9d21837381faea42657d986ddb3310d182fe0d67/seed/agents-hermes/advisorbot/AGENTS.md",
"key": "bugsyhewitt/AlienClaw/seed/agents-hermes/advisorbot/AGENTS.md"
}
},
"instructions": "# Delegation & routing on Hermes (profiles + orchestrator)\n\nHermes routing is by **profile**, not OpenClaw-style `AGENTS.md` entries and not a\n`delegation` config section (neither exists in Hermes). Each AlienClaw agent is a\nHermes profile at `~/.hermes/profiles/<name>/`, created by `install-hermes.sh` with\n`hermes profile create <name> --description \"<role>\"`; the description drives the\norchestrator's routing. This file documents intent.\n\nI (AdvisorBot) am a stateless advisory endpoint — I respond to consults, I do not\ncall peers routinely.\n\n## BossBot\n- **profile:** `bossbot` — `~/.hermes/pr",
"cost": {
"context_tokens": 188
}
}
Fetch it by URL: GET /api/v1/registry/bugsyhewitt-alienclaw-advisorbot/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.