Help us improve
Share bugs, ideas, or general feedback.
From obsidian-master-kit
Opens a local dashboard panel at localhost:4712 for the obsidian-forge skill, with optional port, browser, refresh, and vault path flags.
npx claudepluginhub melgarafael/obsidian-master-kit --plugin obsidian-master-kitHow this command is triggered — by the user, by Claude, or both
Slash command
/obsidian-master-kit:forge-dash [--port PORT] [--no-browser] [--refresh] [--vault /caminho]The summary Claude sees in its command listing — used to decide when to auto-load this command
# forge-dash — obsidian-forge Invocar a skill `obsidian-forge` com sub-comando `dash`: 1. Validar que `_plano.md` e `_metas.md` existem. 2. Iniciar `python3 -m http.server` em `127.0.0.1:4712`. 3. Abrir browser em `http://127.0.0.1:4712/dashboard.html`. 4. User escolhe pasta do vault via File System Access API (primeira vez). Requer Chromium (Chrome, Arc, Edge, Brave) pra edicao completa. Comando:
/setupOrchestrates interactive Obsidian vault setup wizard: performs app preflight check and optional install, then delegates vault interview to socratic subagent.
/dashboardOpens claude-smart dashboard (http://localhost:3001) in browser, starts backend and dashboard if not running via bash script, shows output verbatim.
/wikiBootstraps or checks Claude-Obsidian wiki vault, runs setup workflow: checks Obsidian install/vault/MCP, asks vault purpose, scaffolds full structure.
/initInitializes Obsidian vault by creating ~/.claude/obsidian-vault.json config file and standard folder structure for projects, technologies, claude-code components, notes, and auto-captures. Supports --check and --vault <path> flags.
/panel-dashboardsGenerates interactive dashboard and web app code using Panel and Param from a natural language description. Includes Parameterized classes, widgets, callbacks, responsive layout, and run instructions.
/dashboardStarts a local web dashboard with real-time updates from GitHub, Notion, Google, Figma, Vercel, and other services. Opens http://localhost:3847 in your browser.
Share bugs, ideas, or general feedback.
Invocar a skill obsidian-forge com sub-comando dash:
_plano.md e _metas.md existem.python3 -m http.server em 127.0.0.1:4712.http://127.0.0.1:4712/dashboard.html.Requer Chromium (Chrome, Arc, Edge, Brave) pra edicao completa.
Comando:
python3 ${CLAUDE_PLUGIN_ROOT}/skills/obsidian-forge/scripts/forge.py dash $ARGUMENTS