everywhere
Original:🇺🇸 English
Translated
Use when the user asks to attach or control a local tmux agent session through Feishu, inspect the current Feishu bridge topic, notify the human through the attached thread, or send local files/images from the agent to the human through Feishu.
8installs
Sourcejas0n1ee/.everywhere
Added on
NPX Install
npx skill4agent add jas0n1ee/.everywhere everywhereTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →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.
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 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