بنقرة واحدة
service-publishing
Use when exposing Worker services (web servers, APIs) to external access.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when exposing Worker services (web servers, APIs) to external access.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when you need to interact with the AgentHub Controller — create tasks, create workers, check status, send heartbeat.
Use when inspecting, registering, summarizing, or handing off task artifacts.
Use when deciding whether existing Workers can handle a goal or whether a new Worker/team should be proposed.
Use when you need to manage Matrix rooms, send messages, or handle room participants.
Use when a Worker, RuntimeLease, Matrix binding, task, or artifact pipeline is stale, failed, or blocked.
Use when managing shared task files and artifact storage. Coordinate file handoffs between workers via shared storage.
| name | service-publishing |
| description | Use when exposing Worker services (web servers, APIs) to external access. |
Expose Worker services for external access.
Workers can run web servers or APIs as part of their tasks. The Manager can expose these services through the platform's gateway.
# Create a worker that exposes ports
agenthub worker create --workspace <id> --name web-builder --runtime-base <openclaw|qwenpaw|copaw|opencode|claude-code|codex|gemini> --model <model-id>
# The Worker specifies exposed ports in its task result
# The Manager coordinates port allocation and gateway routing