Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:7
forks:4
updated:January 22, 2026 at 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/.