원클릭으로
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).