The ASK Web UI provides a modern, visual interface for managing your agent skills and repositories. It allows you to discover, install, uninstall, and configure skills with ease.
It can be run as a web server or built as a native desktop application using Wails.
ask serveThis will start the local server at http://127.0.0.1:8125.
# Install Wails CLI first
go install github.com/wailsapp/wails/v2/cmd/wails@latest
# Build and run
wails build
./build/bin/ask-desktopOr download pre-built desktop apps from Releases.
The dashboard gives you a quick overview of your ASK environment:
- Total Skills: Number of available skills across all repositories.
- Installed Skills: Number of skills installed in your current project.
- Repositories: Number of configured skill sources.
- Agents: Detected agents in your project (e.g., Claude, Cursor).
Navigate to the Skills page to browse and manage skills.
- Search: detailed search across name, description, and keywords.
- Install: One-click installation for any skill.
- Uninstall: Remove skills with a confirmation dialog to prevent accidental deletion.
- Icons: Smart emoji icons help you quickly identify skill types (e.g., 🐙 for Git, 🐍 for Python).
Manage your skill sources in the Repositories page.
- View all configured repositories and their status.
- Add new repositories by URL.
- Sync repositories to get the latest skills.
- Full GitHub URL support for verification.
Configure your ASK environment in the Settings page.
- Project Root: Set and save your project root directory.
- Theme: Toggle between Light and Dark modes.
- Reset: Reset web preferences if needed.


