ワンクリックで
mattermost-access
Configure Mattermost allowlists for the Agent Bridge Mattermost channel.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Configure Mattermost allowlists for the Agent Bridge Mattermost channel.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Scaffold new internal or external agent workdirs and starter files. Use when an operator needs a repeatable starting point for a new long-lived or disposable agent role.
Call the admin repair role from shell automation and route the result back into queue or channel delivery. Use when cron or another runtime helper needs patch to inspect or repair the bridge.
Use when an injected line matching `[Agent Bridge] event=...` arrives in context, or when wording like "inbox notification", "queue event", "external push", "pushed task", "pending-attention flush", or "nudge from daemon" shows up. Encodes the 7-step external-push routine the receiving Claude/Codex session must follow for daemon-delivered work items. Steps: parse whichever metadata fields are present (`event` is required; `agent`/`count`/`top`/`priority`/`title`/`from` are optional and event-kind-dependent) → `agb show <id>` → decide inline-handle vs delegate (delegate by default) → compose a subagent prompt in own words with explicit acceptance criteria → dispatch via the `Task` tool → verify the subagent's JSON return against those criteria → close with `agb done`, or surface `user_message`, or re-dispatch on failure. Source of truth for the subagent return schema (`files_changed`, `checks_run`, `acceptance_met`, `blockers`, `user_review_needed`, `user_message`).
Create, inspect, update, and delete Agent Bridge native cron jobs with `agb cron`.
Agent Bridge 운영의 단일 진입점(목차/체크리스트). admin·static·dynamic·cron 세션이 "이 상황엔 어느 절차/문서를 따르나"를 한 곳에서 찾도록 한다. 본문은 복사하지 않고 각 canon(SSOT)을 가리킨다. 세션 시작 직후, 그리고 태스크 처리· 업그레이드·릴리즈·handoff·메모리·에스컬레이션을 시작하기 전에 참조한다.
Use when a daemon-filed `[picker]` queue task arrives (an agent stuck on an interactive picker screen the no-LLM detector would not auto-key), or when wording like "stuck picker", "unknown picker", "classify this pane", "extend the picker catalog", or "picker auto-resolve escalation" shows up. Encodes the admin classify→resolve→extend-catalog loop for the
| name | mattermost-access |
| description | Configure Mattermost allowlists for the Agent Bridge Mattermost channel. |
Use this skill when a Mattermost-connected Claude agent needs to explain or adjust Mattermost channel access.
The runtime state lives under MATTERMOST_STATE_DIR, usually <agent-workdir>/.mattermost.
Important files:
.env: contains MATTERMOST_URL, MATTERMOST_BOT_TOKEN, and BRIDGE_AGENT_ID.access.json: contains user allowlists and channel policies (dmPolicy, allowFrom, per-channel requireMention and allowFrom).<agent-workdir>/.mcp.json (one level up): registers mattermost-mcp-server for outbound replies.Prefer the deterministic Agent Bridge setup command instead of hand-editing credentials:
agb setup mattermost <agent> --url <mattermost-url> --bot-token <token> --allow-from <user-id> --yes
For team channels, require mentions unless the user explicitly asks for every message in the channel to wake the agent:
agb setup mattermost <agent> --channel <channel-id> --require-mention --yes