用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Tyler-R-Kendrick/OpenSesame --skill opensesame-mcps命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Install, configure, initialize, and use OpenSesame host and client CLIs
Install, configure, initialize, and use OpenSesame Host and Identity APIs
Install, configure, initialize, and use the OpenSesame browser extension
正在显示 SKILL.md
| name | opensesame-mcps |
| description | Install, configure, initialize, and use OpenSesame MCP servers |
Ports for upstream APIs: Host 8787, Identity 8788, Daemon 18790.
pnpm install
pnpm --filter @opensesame/mcp-client build
pnpm --filter @opensesame/mcp-host build
export OPENSESAME_HOST_API=http://127.0.0.1:8787
export OPENSESAME_DAEMON_URL=http://127.0.0.1:18790
# MCP never exposes L3 materialize / getSecret
Register stdio servers in your MCP client config pointing at:
apps/mcp-client — client tools via api-client (health, connections, L1 invoke)apps/mcp-host — operator tools against Host API / daemon (policy-gated)Client tools (examples): host_health, list_connections, invoke_l1.
Host tools (examples): daemon_status, host_ready.
Materialize / credential.resolve is forbidden by default (tests enforce this).