بنقرة واحدة
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.