원클릭으로
bp-open-dashboard
Open my dashboard in the browser, automatically signed in.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Open my dashboard in the browser, automatically signed in.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Ask any question and get matched to the right expert framework: pricing, content, launch, AI automation, marketing, sales, product strategy, and more.
Keep your system sharp. Reviews your setup, captures learnings, audits for rot, recaps your sessions. Run it regularly to keep improving.
| name | bp:open-dashboard |
| description | Open my dashboard in the browser, automatically signed in. |
Open my dashboard in the browser, automatically signed in.
Read the auth file at ~/.buildpartner/auth.json using the Read tool.
If the file doesn't exist or has no token, tell the user:
"You haven't set up BuildPartner.ai yet. Re-run the install script: curl -fsSL https://buildpartner.ai/install.sh | sh"
Stop here.
Extract the token value from the auth file.
Determine the base URL:
api_base exists in the auth file, use that (e.g. https://dev.buildpartner.ai)https://buildpartner.aiOpen the dashboard by running:
open "BASE_URL/dashboard?t=TOKEN_HERE"
Replace BASE_URL with the determined base URL and TOKEN_HERE with the actual token.
Tell the user: "Your dashboard is open."