一键导入
requires-keyvault-skill
Synthetic test fixture — a skill that opts into Mordred keyvault protection.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Synthetic test fixture — a skill that opts into Mordred keyvault protection.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run the mordred-hermes release runbook — version bump, dev PR, dev→main release PR, TestPyPI dry run, verification, PyPI publish, tag. Use when the user asks to release, publish, or bump the package version.
Read-only inspection of the Mordred privacy layer (status, policy, network path, plugins). Observe only — never mutate or read secrets.
Synthetic test fixture — a skill that declares Tor as its required network path.
Synthetic test fixture — a skill that declares clearnet network access.
Synthetic test fixture — a skill with no metadata.mordred extension at all.
| name | requires-keyvault-skill |
| description | Synthetic test fixture — a skill that opts into Mordred keyvault protection. |
| metadata | {"mordred":{"network_requirements":"local-only","requires_keyvault":true}} |
This skill is used by tests/test_install_wrapper.py to assert that
hermes mordred install enforces metadata.mordred.requires_keyvault:
strict mode blocks the install when the keyvault holds no keys, lenient
mode warns, and off mode allows. network_requirements: local-only keeps
the network decision at allow so the keyvault decision is observed in
isolation.