跳到主要内容
知仓学习社ZHICANG

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…

写文件严重 0 · 高危 1hashgraph-online/awesome-codex-plugins

它会碰到什么

扫了多少1 个文本文件,2 KB
它会碰到什么写文件
命中总数1 处
命中统计严重 0 · 高 1 · 中 0 · 低 0
逐条看命中(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.

  1. Run agent-deck status and check http://127.0.0.1:1110/health (or <mcp-url>/health

from .agent-deck/use.json if present).

  1. If the daemon is down, tell the user to run:
  • npm i -g agent-deck
  • agent-deck start --daemon
  1. 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.

  1. 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.

  1. Once transport and assignment are valid, use the session skill and require

get_session_binding followed by get_bound_deck.

  1. Do not invent credentials, ports, or shell install pipelines. Keep guidance read-only;

the user executes install and setup commands.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。