everywhere
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseEverywhere
Everywhere
Everywhere is the local remote-control transport for agent sessions. It is a runtime tool, not provider-specific prompt logic.
Use it only when the user asks for Feishu remote control, wants a human notification through the attached Feishu thread, asks for the current bridge topic, or asks you to send a local file/image to the human.
Everywhere 是用于agent会话的本地远程控制传输工具。它是一个运行时工具,而非特定提供商的提示逻辑。
仅当用户要求进行飞书远程控制、希望通过关联的飞书线程通知用户、查询当前桥接主题,或者要求你将本地文件/图片发送给用户时,才可使用该工具。
Commands
命令
When the human asks you to run , enable Feishu remote control for
the current tmux pane:
/everywherebash
everywhere feishu status
everywhere feishu current --json || true
everywhere feishu attachWhen the human asks you to run , detach the current tmux
session from Feishu remote control:
/everywhere detachbash
everywhere feishu detachCheck current binding from inside the target tmux session:
bash
everywhere feishu current --jsonAttach the current tmux session to Feishu remote control:
bash
everywhere feishu attachattachSend a short notification:
bash
everywhere feishu notify --message "<summary and decision needed>"Send a longer Markdown notification:
bash
everywhere feishu notify --message-file <path>Inspect bridge state:
bash
everywhere feishu status当用户要求你运行 时,为当前tmux窗格启用飞书远程控制:
/everywherebash
everywhere feishu status
everywhere feishu current --json || true
everywhere feishu attach当用户要求你运行 时,将当前tmux会话从飞书远程控制中解绑:
/everywhere detachbash
everywhere feishu detach在目标tmux会话内查看当前绑定状态:
bash
everywhere feishu current --json将当前tmux会话挂载到飞书远程控制:
bash
everywhere feishu attachattach发送简短通知:
bash
everywhere feishu notify --message "<摘要及所需决策>"发送较长的Markdown通知:
bash
everywhere feishu notify --message-file <路径>查看桥接状态:
bash
everywhere feishu statusSend Files Or Images
发送文件或图片
When the human asks for a local artifact, first inspect the current binding:
bash
everywhere feishu current --jsonIf is true, use the returned .
boundroot_message_idlark-cli--image--filecdbash
cd /path/to
lark-cli im +messages-reply --message-id <root_message_id> --reply-in-thread --image image.png --as bot
lark-cli im +messages-reply --message-id <root_message_id> --reply-in-thread --file file.pdf --as botOnly upload an artifact when the human explicitly asks for it or the artifact is clearly part of the requested deliverable. Do not auto-upload arbitrary paths that appear in a normal final answer.
If no binding exists, ask the human to attach remote control or run from the target tmux session when appropriate.
everywhere feishu attach当用户索要本地文件时,先查看当前绑定状态:
bash
everywhere feishu current --json如果 为true,使用返回的 。
boundroot_message_idlark-cli--image--filebash
cd /path/to
lark-cli im +messages-reply --message-id <root_message_id> --reply-in-thread --image image.png --as bot
lark-cli im +messages-reply --message-id <root_message_id> --reply-in-thread --file file.pdf --as bot仅当用户明确要求,或文件属于请求交付内容的一部分时,才可上传文件。请勿自动上传正常回复中出现的任意路径文件。
如果当前无绑定状态,请视情况要求用户挂载远程控制,或在目标tmux会话中运行 。
everywhere feishu attach