Skip to main content
Manus에서 모든 스킬 실행
원클릭으로

slack-facade

스타17
포크1
업데이트2026년 7월 23일 19:52

Stand up a machine-resident agent as a full participant in a Slack workspace: it converses in channels/threads and delegates real work to its machine, with approvals routed OUT-OF-BAND (Slack DM or console) so it never stalls or leaks in a channel. A two-process design — a "consciousness" (Slack-facing, empty tool schema, can't stall/leak) that delegates via an async API to a "body" (an ordinary permission-gated agent session on the host). Ships the consciousness (app.py, Agent SDK), the body relay (body_bridge.py), the Slack app manifest, and the PreToolUse/ arming hooks. Depends on the agent-cage skill for its frictionless green zone. Trigger on: putting an agent into Slack, wiring out-of-band approvals, adding a replica bot to the fleet, or debugging why a face stalled / an approval went to the wrong place. Read ../../slack-facade.md first for the design rationale.

설치

Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.

파일 탐색기
14 개 파일
SKILL.md
readonly