一键导入
dashboard
Give the user the link to the monitoring dashboard. Use this when the user asks for the dashboard URL or wants to see the dashboard.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Give the user the link to the monitoring dashboard. Use this when the user asks for the dashboard URL or wants to see the dashboard.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Manage scheduled cron jobs — add, list, edit, enable/disable, remove jobs and view run history.
Search and manage Merlin's notes — knowledge base (Zettelkasten), daily logs, and user facts. Use this to recall past conversations, add knowledge, or look up stored information.
Understand your own architecture, source code, configuration, and runtime behavior. Use when you need to inspect how you work, review your logs, debug your own behavior, or answer questions about your capabilities.
Send messages, reply to messages, and react to messages in Discord. Use this skill whenever you need to communicate back to the user via Discord.
Capture screenshots of web pages at multiple viewports for visual validation. Use this skill when you need to verify responsive layout or take before/after screenshots of UI changes.
| name | dashboard |
| description | Give the user the link to the monitoring dashboard. Use this when the user asks for the dashboard URL or wants to see the dashboard. |
| user-invocable | false |
| allowed-tools | Bash |
When the user asks for the dashboard link, run this command (works from any directory) and send the output to the user:
merlin dashboard-url
It resolves the URL from the Merlin config (explicit MERLIN_DASHBOARD_URL
override, then the named tunnel hostname, then localhost) and embeds the
login credentials when a dashboard password is set.