用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/vibepwners/hovel --skill hovel-payloads命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Locate, inspect, and explain Hovel result artifacts while preserving their operation, chain, target, and audit context.
Build, configure, inspect, and validate Hovel operations and chains for intended targets without starting execution.
Discover Hovel workspace state, operations, chains, modules, collaborators, payloads, sessions, and artifacts before changing anything.
正在显示 SKILL.md
| name | hovel-payloads |
| description | Inspect installed Hovel payloads and invoke advertised provider-neutral payload capabilities safely. |
| license | Apache-2.0 |
| compatibility | Requires Hovel 0.4.x and a configured Hovel MCP server. |
| metadata | {"hovel-min-version":"0.4.0","hovel-max-version":"0.5.0"} |
Use hovel_installed_payload_list before selecting a payload. Inspect the
selected payload with hovel_payload_capabilities, read the advertised schema,
then call the provider-neutral operation with hovel_payload_call.
Do not infer operations from a payload name or provider. Do not confuse an
installed payload with a target, artifact, or established session. Prefer the
capability-driven tools over hovel_payload_cmd, command-specific compatibility
tools, or hovel_command_run when the typed path is available.
After a mutation, inspect the returned state and any resulting artifact or session before making another call.