images-and-files
Present rich content to the user including images and files (the user does not see tool results or calls, and has no direct access to your machine).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Present rich content to the user including images and files (the user does not see tool results or calls, and has no direct access to your machine).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Self-administration and configuration of Luna AI. Manage config files, memory/embedding/deep sleep, restart service, troubleshoot. Activate ONLY when user explicitly requests configuration changes or system administration tasks.
Self-administration and configuration of Luna AI. Manage config files, restart service, troubleshoot issues. Activate ONLY when user explicitly requests configuration changes or system administration tasks.
| name | images_and_files |
| description | Present rich content to the user including images and files (the user does not see tool results or calls, and has no direct access to your machine). |
| license | MIT |
Your messages are treated as Markdown and formatted for the end user. You can use headers, bold, lists, links, and embedded images. HTML iframes will not work.
Use this when you want to show the user a picture or link to a file you created or found on the server.
Never construct /api/static/... URLs yourself. Never read api_key or embed tokens in URLs.
To show an image in your reply:
publish_image with the absolute local path to an existing image file.alt for accessible alt text.markdown field verbatim in your user-facing message (or use the marker in  yourself).Example tool result:
{
"marker": "luna-static:550e8400-e29b-41d4-a716-446655440000/a1b2c3d4.png",
"markdown": ""
}
The client resolves luna-static: markers to the correct URL at display time. Stored history stays token-free and works across server restarts.
For ordinary web resources, use normal https:// markdown links. For local files that are not images, describe the path or offer a download workflow the user can act on — do not assume the user can open arbitrary server paths.