Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/CodySwannGT/lisa --skill lisa-openclaw-connect-staff명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
This skill should be used for any non-trivial request — features, bugs, stories, epics, spikes, or multi-step tasks. It accepts a ticket URL (Jira, Linear, GitHub), a file path containing a spec, or a plain-text prompt. It assembles an agent team, breaks the work into structured tasks, and manages the full lifecycle from research through implementation, code review, deploy, and empirical verification.
any non-trivial request —…
This skill should be used for any non-trivial request — features, bugs, stories, epics, spikes, or multi-step tasks. It accepts a ticket URL (Jira, Linear, GitHub), a file path containing a spec, or a plain-text prompt. It assembles an agent team, breaks the work into structured tasks, and manages the full lifecycle from research through implementation, code review, deploy, and empirical verification.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | lisa-openclaw-connect-staff |
| description | Connect staff roles to a human… |
Wire existing staff roles into a working hub-and-spoke chat deployment on Telegram or Slack through OpenClaw. Humans talk only to the facilitator (the "chief of staff"); the facilitator consults specialists internally and synthesizes one answer back to the human.
This SKILL.md is the complete, runnable definition for both Claude Code and Codex. Codex has no
command or $ARGUMENTS layer, so every behavior — including platform selection — is specified here.
Keep all real values (org names, ids, handles, tokens, paths) out of any committed file; they belong
only in ~/.openclaw/openclaw.json (machine-local, never committed).
lisa-openclaw-setup has run (an openclaw section exists in .lisa.config.json, and the
required gateway capabilities — sessions_spawn, native-reply session scoping, NO_REPLY — are
confirmed). If a capability is unmet, fail closed: do not create routes that would post
duplicates or bleed cross-thread context.config.staff[] and each has a dual-runtime subagent
(.claude/agents/<id>.md + .codex/agents/<id>.toml). If a role or its subagent is missing:
/lisa:add-role <Role> first.$lisa-wiki:lisa-wiki-add-role first.
Only auto-delegate if that skill is available in the active runtime; otherwise print the exact
next step and stop. Never infer agent ids from display names — always use config.staff[].id.Resolve the platform with this precedence:
telegram or slack).openclaw.defaultPlatform from .lisa.config.json.Connect staff via telegram or slack?sessions_spawn with explicit
agentIds — never by messaging another bot on the chat platform (bot-to-bot delivery is
unreliable; treat any visible specialist "workroom" as an audit copy, not proof of delivery).NO_REPLY as its assistant final
so the gateway does not post a duplicate loose message.[Facilitator]; the platform shows
identity.private (default) or public; for Telegram, whether any
specialist audit topics are wanted (default: none)For exact route shapes and the facilitator/specialist prompt text, read references/platform-routing.md and references/prompts.md.
Read only what you need; never print token contents:
~/.openclaw/openclaw.json (existing agents, channels, groups, topics, routes)config.staff[] and the staff subagent filesTelegram: create or reuse one organization supergroup with forum topics enabled; create one
human-facing facilitator topic; create one bot per visible identity only when separate names/avatars
are needed; specialist audit topics only if explicitly requested. The Bot API chat_id for a
supergroup is the signed id (usually starting -100); the topic id is the
message_thread_id.
Slack: use Socket Mode for a workstation-hosted gateway unless told otherwise; create or reuse one
human-facing facilitator channel (default <organization-slug>-chief-of-staff, private/invite-only
unless public is requested); bind routes by stable channel id, not channel name; optional
specialist workrooms are audit-only.
Telegram bot-to-bot and bot-originated-topic messages can fail to wake other bots — this is exactly
why internal sessions_spawn is the default route.
xoxb/xapp tokens.0600 local files outside the repo).
Never print/paste tokens into chat, logs, docs, or any committed file. After saving, verify the
token via an OpenClaw probe or platform API check without exposing it.For the facilitator and each specialist, ensure the OpenClaw agent exists and its prompt encodes the
hub-and-spoke contract. Use the prompt templates in references/prompts.md.
The facilitator prompt must require: consult ≥1 specialist before substantive answers; treat the
current thread/native-reply root as the session boundary; route via sessions_spawn with explicit
agentIds; acknowledge → yield/wait → evaluate → synthesize → reply in the original thread; return
NO_REPLY after any message-tool send; isolate/clear/archive consulted specialist context after the
investigation. Specialist prompts must require: accept work only via internal dispatch; return
concise structured results; never post to human-facing surfaces.
Edit ~/.openclaw/openclaw.json carefully (see references/platform-routing.md
for exact shapes). Back up the file first. Parse JSON, change only the intended keys, and preserve
all unrelated agents, channels, routes, and tokens:
agents.listsubagents.allowAgents = the specialist ids; set
subagents.requireAgentId = true when supportedchannels.slack.replyToModeByChatType.channel = "all" so acknowledgements and final
answers are real thread repliesShow the exact route keys you will change before writing.
Run, waiting for the gateway to warm up before declaring success:
openclaw config validate
openclaw gateway restart
openclaw channels status --probe --timeout 90000
Archive (don't delete) affected session files under ~/.openclaw/session-archive/, remove active
session pointers for the changed routes, restart the gateway, and re-probe. Old session history can
preserve stale routing instructions after a prompt/config change.
Do not call the work complete until the live loop passes. Acceptance criteria:
sessions_spawn consultation with ≥1 explicit specialist id.NO_REPLY rule held).If the test fails, inspect gateway logs and sessions before changing config; check the bot's admin rights (Telegram) / app channel membership and scopes (Slack), and mention-gating, first.
Finish with: platform and human-facing surface; surfaces created/reused; apps/bots registered and any pending; token storage location (no values); facilitator + specialist agents created/updated; validation results; end-to-end test result; and any remaining manual or cooldown follow-up.
lisa-openclaw-setup (run first), lisa-openclaw-connect-repo-topic (Telegram repo-coding topics).
Staff "brains" come from the lisa-wiki plugin's add-role.