بنقرة واحدة
gateway-skill
委托到其他 Agent:查在线 agent 列表、向指定 agent 的 session 发消息,由对方在该 session 内直接回复。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
委托到其他 Agent:查在线 agent 列表、向指定 agent 的 session 发消息,由对方在该 session 内直接回复。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Create a new monoU agent and connect it to Gateway. Use when the user asks to create/new/spawn an agent (本地或远程). Supports one-command local creation, remote deploy, Windows persistent startup, and skill/persona customization.
Minimal terminal coding harness. Use when the user wants coding-agent behavior: read files, run bash commands, edit files with exact replace, write new files; prefer read-before-edit, grep/find/ls for discovery; concise responses with clear paths.
定时任务管理:列出、创建、更新、删除、立即运行与查看状态。调度类型支持 at(一次性时间)、every(固定间隔)、cron(cron 表达式)。不依赖 openclaw;任务持久化在 .first_paramecium/cron/jobs.json。
工作区长期记忆的检索、读取与写入,持久化在 ./.first_paramecium 下。工具:memory_search、memory_get、memory_store、memory_recall、memory_forget、memory_sync。短期/多轮由 state.messages 提供;跨会话用 memory_store 或 write 写入后用 memory_search 回忆。
Minimal terminal and file harness. Use when the agent needs to read files, run bash commands, edit or write files; prefer read-before-edit; concise responses with clear paths.
Export solution content to a standard Word document (.docx). Use when the user says '输出word文档' / '导出Word' / '生成Word' / '下载Word'. Call generate_word_document with the current solution content, client name, and optional date.
| name | gateway_skill |
| description | 委托到其他 Agent:查在线 agent 列表、向指定 agent 的 session 发消息,由对方在该 session 内直接回复。 |
当需要把一件事交给另一个 agent 时,用本 skill:把消息发到目标 agent 的 session,由该 agent 在那个 session 里直接回复。用户打开那个 session 就能看到回复。
| Tool | 说明 |
|---|---|
| gateway_agents_list | 列出当前已连接 Gateway 的 agent(agentId、online 等),用于决定委托给谁。 |
| gateway_agent_send_to_session | 向指定 agent 的 session 发送一条消息;该 agent 会在目标 session 内执行并回复。不传 sessionKey 时使用对方主会话 agent::main。 |