一键导入
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.