用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/publieople/hermes-config-kit --skill cross-agent-skill-publishing命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Manage AstrBot knowledge bases — create, upload, retrieve, delete via WebUI or REST API. Use when adding documents to an AstrBot bot's RAG knowledge base, troubleshooting embedding issues, or automating KB updates.
Integrate Hermes Agent with external desktop applications, IDEs, and AI tools — mapping their integration interfaces (custom API endpoints, MCP support, terminal hooks) to Hermes' built-in capabilities (API Server, MCP Server Mode, CLI spawning). Use when asked to "connect Hermes to X" or "make Hermes work with Y" for any third-party app.
国内量化交易系统搭建 — 行情终端 vs 量化系统辨析、券商通道瓶颈、开源框架选型、老式行情软件逆向分析
基于 SOC 职业分类
正在显示 SKILL.md
| name | cross-agent-skill-publishing |
| description | Publish SKILL.md for any agent: skills.sh, CLI-first. |
Making a project's capability consumable by ANY AI agent (Claude Code, Cursor, Codex, Gemini, Hermes, …). Session 2026-08-02, BootKeeper — the user's chosen standard is skills.sh (Vercel).
Skill formats are NOT cross-agent: Claude SKILL.md, Hermes skill, OpenCode differ in packaging. But every agent can run a CLI. Therefore:
A CLI is the truly agent-agnostic base; SKILL.md is just the instruction sheet over it.
MCP can be added later as another thin adapter over the SAME CLI — never bake
the AI interface into the core. This is the pattern the user endorsed for
BootKeeper: stable bootkeeper CLI + root SKILL.md; MCP deferred as an adapter.
vercel-labs/skills (~28k stars). Format = standard SKILL.md, no special header.npx skills add <owner>/<repo>[](https://skills.sh/owner/repo)https://skills.sh/agent/nous-researchnpx skills add picks up.publieople/BootKeeper: root SKILL.md documents bootkeeper list/get/analyze/ snapshot (JSON out). CLI builds cross-platform; SKILL.md documents JSON shapes
an agent parses directly.
npx skills add fails frontmatter validation,
fall back to git clone (see hermes-external-skill-install skill).