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