一键导入
file-share
Share files (HTML, images, etc.) with users by writing to the workspace and providing a download link via the built-in file server.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Share files (HTML, images, etc.) with users by writing to the workspace and providing a download link via the built-in file server.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | file-share |
| description | Share files (HTML, images, etc.) with users by writing to the workspace and providing a download link via the built-in file server. |
| metadata | {"openclaw":{"emoji":"🔗"}} |
A static file server runs alongside OpenClaw, serving everything under the workspace directory. Write a file to the workspace, then share its URL — the user can open it in any browser on the Tailnet.
http://100.112.147.39:8080/
Any file written to the workspace root is served at http://100.112.147.39:8080/<filename>.
write tool with a relative path (just the filename).write path: report-20260210.html
Then reply:
Here is the report: http://100.112.147.39:8080/report-20260210.html
Same pattern — write the file with a relative filename, share the link.
Important: Always use relative paths (e.g., report.html) — never absolute paths like /home/node/....
ai-news-20260210.html).