Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/runkids/skillshare/uigit clone --depth 1 https://github.com/runkids/skillshareWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.02915 |
| Opus 5 | $0.00000 | $0.01458 |
| Sonnet 5 | $0.00000 | $0.00583 |
| Haiku 4.5 | $0.00000 | $0.00292 |
Grade A, and why
ui scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 277 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ui
Launch the web dashboard for visual skill management.
skillshare ui # Run in the foreground
skillshare ui start # Start (or reuse) a background server
skillshare ui stop # Stop the background server
Opens http://127.0.0.1:19420 in your default browser.
Modes
| Mode | Behavior |
|---|---|
skillshare ui (default) |
Runs the UI server in the foreground; Ctrl+C stops it |
skillshare ui start |
Starts the UI server as a background process and returns control to the shell. Re-running start reuses the existing process if it's still healthy |
skillshare ui stop |
Stops the background UI server started by skillshare ui start |
When to Use
- Manage skills, targets, and sync through a visual web interface
- Browse and install skills without memorizing CLI flags
- Run security audits with a visual findings report
- Share a dashboard view with team members less comfortable with CLI
Flags
| Flag | Default | Description |
|---|---|---|
-p, --project |
Run in project mode (uses .skillshare/) |
|
-g, --global |
Run in global mode (uses ~/.config/skillshare/) |
|
--port <port> |
19420 |
HTTP server port |
--host <host> |
127.0.0.1 |
Bind address (use 0.0.0.0 for Docker) |
-b, --base-path <path> |
Sub-path for reverse proxy (e.g., /skillshare) |
|
--no-open |
false |
Don't open browser automatically |
--app |
false |
Open the dashboard as a desktop-style Chromium app window when available (start mode only) |
--clear-cache |
In the foreground form: clear cached UI assets and exit. Combined with start: clear cache, then start in the background |
:::tip Auto-Detection
If .skillshare/config.yaml exists in the current directory, the dashboard automatically starts in project mode. Use -g to force global mode.
:::
Examples
# Default: opens browser on localhost:19420 (foreground)
skillshare ui
# Project mode (manage .skillshare/ skills)
skillshare ui -p
# Custom port
skillshare ui --port 8080
# Docker / remote access
skillshare ui --host 0.0.0.0 --no-open
# Start in the background and return to the shell
skillshare ui start
# Start as a chrome-less desktop-style app window
skillshare ui start --app
# Stop the background server (uses the remembered host/port)
skillshare ui stop
# Clear the cached UI assets, then start fresh in the background
skillshare ui start --clear-cache
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 277 lines · 0 tokens per session scan A 5276dc678053
ui is a command published in the GitHub repository runkids/skillshare (2,597 stars, last pushed 5d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,915 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
constraints
Define and enforce this project's quality bar — interview, sane defaults, CONSTRAINTS.md.
webperf
Run a web performance audit via the web-performance-auditor persona.
spec
Start spec-driven development — write a structured specification before writing code.
plan
Break work into small verifiable tasks with acceptance criteria and dependency ordering.
pm-arch
Scan project structure and generate Mermaid architecture diagrams + flowcharts under .pm/architecture/.
pm-done
Close a todo (TODO-xxx), sync completed.md, refresh overview.