agent-deck-setup
Use when setting up Agent Deck, the MCP is disconnected, or the local daemon is down. Guides install/start with read-only checks; the user runs inst…
它会碰到什么
逐条看命中(1 条严重或高危)
- 高
SKILL.md:17identity-config-write`.mcp.json` must run `agent-deck mcp-launch`; reload or start a new task after changing
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
Agent Deck setup
Treat setup as three separate layers: daemon health, host transport, then folder assignment.
- Run
agent-deck statusand checkhttp://127.0.0.1:1110/health(or<mcp-url>/health
from .agent-deck/use.json if present).
- If the daemon is down, tell the user to run:
npm i -g agent-deckagent-deck start --daemon
- If the daemon is healthy but MCP tools are unavailable, repair the host transport:
- Codex: verify the Agent Deck plugin is installed, enabled, and current. Its bundled
.mcp.json must run agent-deck mcp-launch; reload or start a new task after changing
the plugin. Run agent-deck setup --client codex to merge the Agent Deck bootstrap
guidance into ~/.codex/AGENTS.md (or add --scope project for ./AGENTS.md). This
command preserves content outside Agent Deck's markers and does not install the plugin.
- Cursor / Claude: run
agent-deck setup --client cursor|claude --start, then restart
that host.
- Check the folder assignment reported by
agent-deck status. If it is missing or legacy,
tell the user to run agent-deck use <deck> in that folder, then reload or retry MCP.
- Once transport and assignment are valid, use the session skill and require
get_session_binding followed by get_bound_deck.
- Do not invent credentials, ports, or shell install pipelines. Keep guidance read-only;
the user executes install and setup commands.
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
plugins/not-so-fat/agent-deck/skills/agent-deck-setup/SKILL.md