发现和使用优秀的技能扩展
通过HTTP将AI工作区中的图片、截图和文件共享给本地网络上的用户。当代理需要向用户展示图片、浏览器截图或任何文件,而当前渠道不支持内联媒体(例如网络聊天、命令行界面)时使用。通过systemd管理,在局域网启动轻量级Node.js静态文件服务器。将文件放入共享目录,并向用户发送可点击的URL。
Share images, screenshots, and files from the AI workspace to users on the local network via HTTP. Use when the agent needs to show images, browser screenshots, or any files to the user and the current channel doesn't support inline media (e.g., webchat, CLI). Starts a lightweight Node.js static file server on LAN, managed by systemd. Drop files in the shared directory and send the user a clickable URL.