Ejecuta cualquier Skill en Manus
con un clic
con un clic
Ejecuta cualquier Skill en Manus con un clic
Comenzar$pwd:
$ git log --oneline --stat
stars:7
forks:4
updated:22 de enero de 2026, 02:09
SKILL.md
Run Ark from cloned source using devspace
Install Ark on a Kuberenetes Cluster
Attach images to GitHub PRs and issues via a scratch repo
Create a Kind cluster in Docker-in-Docker environment
| name | Ark Dashboard Test |
| description | Test the Ark Dashboard UI with Playwright |
Test Ark Dashboard with Playwright and capture screenshots.
Port forward the dashboard
kubectl port-forward svc/ark-dashboard 3000:3000 -n default &
Test with Playwright MCP tools
browser_navigate - Open http://localhost:3000browser_snapshot - Check page statebrowser_click - Interact with elementsbrowser_take_screenshot - Capture screenshotsScreenshots location
Screenshots save to current directory or .playwright-mcp/screenshots/.