원클릭으로
zulipchat-loop
Run the current Claude Code session as a continuous Zulip-aware work loop.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run the current Claude Code session as a continuous Zulip-aware work loop.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Send a deterministic message into the current Zulip-bound session topic.
Run the current Claude Code session as a Zulip-controlled work session with topic-bound steering, approvals, and lifecycle updates.
| name | zulipchat-loop |
| description | Run the current Claude Code session as a continuous Zulip-aware work loop. |
| disable-model-invocation | true |
Use this skill when you want the session to behave like a continuous autonomous worker that still remains steerable from Zulip.
Treat $ARGUMENTS as the current mission or loop objective.
ZULIPCHAT_SESSION_ID, ZULIPCHAT_SESSION_STREAM, and
ZULIPCHAT_SESSION_TOPIC from the shell.Each cycle should do exactly this:
poll_agent_events(session_id=..., limit=20).request_user_input(...) and wait./loop integrationIf the current Claude Code build exposes the native /loop command, this skill's
instructions are the policy for each loop turn. If /loop is not available, follow
the same cycle in the current conversation instead of failing.