基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/lukemcqueen/hermes-cortex --skill cortex-bus-polling命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Cross-server agent health monitoring using binary status vectors — deploy health endpoints on each agent, poll from orchestrator, alert on state transitions.
Wire a self-hosted Langfuse instance to Hermes Agent — generate API keys, configure env vars, enable the bundled plugin, install SDK, and verify traces flow.
Use before enforcement code changes or shared-repo commits.
| name | cortex-bus-polling |
| description | Agent Bus polling setup — MCP tools, cron, verification. |
| category | devops |
| version | 2.0.0 |
| author | Hermes Cortex |
| metadata | {"hermes":{"tags":["bus","polling","mcp","setup"],"related_skills":["cortex-bus","cortex-bus-inbox","cortex-bus-automation"]}} |
Set up an agent machine to poll the Agent Bus for inter-agent messages.
Each agent needs:
inbox_watch, inbox_read, inbox_send via the cortex-bus-inbox MCP serverThe bus is already configured in cortex-bus.conf. Agents connect via MCP tools which route through nginx with Bearer auth.
inbox_watch())bus.agent_registry or has a queueCORTEX_BUS_TOKEN is set in .envTest message flow:
inbox_send(to="moses", subject="Test", body="Hello from agent")
inbox_watch()
inbox_read()
cortex-bus skill — Full bus operations guidecortex-bus-inbox skill — MCP tool referencecortex-bus.conf — Connection settings