用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/lukemcqueen/hermes-cortex --skill agent-ergonomic-cli命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | agent-ergonomic-cli |
| description | Use when writing or auditing agent-facing CLI output. |
| version | 1.0.0 |
| category | devops |
| author | Hermes Cortex |
| license | MIT |
| platforms | ["linux","macos"] |
| metadata | {"hermes":{"tags":["cli","output","token-efficiency","toon","axi","agent-ergonomics","agent-facing"],"related_skills":["shell-scripting","cron-format-standard","change-checklist","unified-cli-script"]}} |
Design CLI/script stdout for the agents that consume it. Distilled from the
AXI project (Agent eXperience Interface, Kun Chen, MIT — 2026-08-24). Full
Cortex-surface mapping lives in ~/hermes-cortex/docs/axi-agent-ergonomics.md.
hc-style CLIs, doctor/health output, task lists, previews.The most expensive token cost is not a longer response — it's the follow-up call. An agent that must paginate to count, re-run to verify an empty result, or read help to learn the next flag burns a second LLM call. Published AXI benchmarks (915 runs): AXI-wrapped tools = 100% success at the lowest cost, ~3 turns/task vs 6–8 for MCP; MCP costs ~2× a good CLI.
--fields for more. Default limits that cover
common cases in one call.--full).count: 30 of 847 total) so agents
don't paginate to count; derived statuses (checks: 3/3 passed).0 results with context; bare empty
output makes agents re-run to verify.<id>
placeholders for runtime values; omit when output is self-contained;
on errors suggest the fixing command, not "see --help".--help (flags + defaults, 2–3
examples); -v/-V/--version prints bare version fast (leaf module,
heavy graph never loads for a probe).tasks[2]{id,title,status}:
1,Fix auth bug,open
2,Add pagination,closed
count: 30 of 847 total
help[2]:
Run `tasks view <id>` for details
Run `tasks create --title "..."` to add
task:
number: 42
body: First 500 chars...
... (truncated, 8432 chars total)
help[1]: Run `tasks view 42 --full` for complete body
error: --title is required
help: tasks create --title "..." [--body "..."]
cron-format-standard (already AXI-aligned:
Result: verdict, [SILENT] empty state, cost footer).hc list/peek → TOON with totals (highest-frequency agent CLI)--toon compact mode (keep human mode)... (truncated, N chars))queue: 0 messages)count: N of TOTAL) — no pagination to count--full escape--help per subcommand; --version bare + fast~/hermes-cortex/docs/axi-agent-ergonomics.mdreferences/axi-source-notes.md