Web app editing

View, edit, and manage your skills and assistants directly in the browser. Currently available to beta users.

You can do everything from the CLI, but the web app is useful for quick edits, reviewing files inside a skill before pulling it, and managing visibility.

Viewing a skill

Every skill page shows the complete file tree for its latest version. Navigate to /skill/skill-name or find it in the skills directory.

The file browser

The skill page has a split-pane file browser:

  • Left panel — file tree with folders and files. Click to navigate.
  • Right panel — shows the selected file's content with syntax highlighting.
  • SKILL.md is selected by default when you load the page.
  • A version badge shows which release you're looking at.
>
The file browser shows actual content from the database, not placeholder filenames. Every file that was pushed (or uploaded) is available to view.

Editing your skills

If you own a skill (you pushed it or created it), you can edit files directly in the browser.

  1. Select a file in the tree. An edit button appears if you're the owner.
  2. Make changes inline. The content panel becomes an editor.
  3. Publish a new version when you're done (see below).

Publishing a new version

When you save edits, a new immutable version is created — same as running npx sundial-hub push from the CLI. Bump the version number and add an optional changelog note.

i
Previous versions are never deleted. You can always view or roll back to an older version from the version history.

Managing visibility

From your skill or assistant page, change who can see it:

VisibilityWho can see it
publicEveryone. Shows in search and browse. Anyone can pull.
privateOnly you. Requires authentication.
unlistedAnyone with the direct URL. Not in search or browse.

Your dashboard

The dashboard shows everything you own — both public and private. From here you can:

  • See all your skills and assistants in one place
  • View download/use counts and version history
  • Edit files and publish new versions
  • Toggle visibility
  • Generate and manage API tokens for CLI access

CLI vs web

TaskCLIWeb
Create a new skill from scratchBestComing soon
Quick edit to a single fileWorksBest
Push with scripts/referencesBestUpload only
Browse and review skillsWorksBest
Add to your projectBestCopy/paste
Change visibilityWorksWorks
Version historyWorksWorks